pixman-1
Description:
The pixel-manipulation library for X and cairo.
Content:
Namespaces:
- Pixman
- Box16
- Box32
- Color
- Edge
- Fixed
- Fixed1616
- GradientStop
- Indexed
- LineFixed
- PointFixed
- Rectangle16
- Rectangle32
- Region16
- Region32
- SpanFix
- Transform
- Trap
- Trapezoid
- Triangle
- Vector
- public delegate int32 ReadMemoryFunc (uint8[] src)
- public delegate void WriteMemoryFunc (uint8[] dst, uint32 value, int size)
- public bool blt (uint8[] src_bits, uint8[] dst_bits, int src_stride, int dst_stride, int src_bpp, int dst_bpp, int src_x, int src_y, int dst_x, int dst_y, int width, int height)
- public bool fill (uint8[] bits, int stride, int bpp, int x, int y, int width, int height, uint32 _xor)
- Version
- public const int INT
- public const int MAJOR
- public const int MICRO
- public const int MINOR
- public const string STRING
- public int encode (int major, int minor, int micro)
- public int library_int ()
- public unowned string library_string ()