|
| | BlendMode.h |
| | Porter-Duff and advanced blend modes.
|
| |
| | Canvas.h |
| | Drawing surface that operates on a Pixmap or MutablePixmapView.
|
| |
| | Color.h |
| | Color types (8-bit and floating-point, straight and premultiplied).
|
| |
| | FloatingPoint.h |
| | Validated floating-point types: NormalizedF32 [0,1], FiniteF32, etc.
|
| |
| | Geom.h |
| | Geometric primitives: Rect, IntRect, ScreenIntRect, IntSize.
|
| |
| | Mask.h |
| | Alpha mask for clipping drawing operations.
|
| |
| | Paint.h |
| | Paint configuration for drawing operations.
|
| |
| | Path.h |
| | Immutable vector path and related types.
|
| |
| | PathBuilder.h |
| | Builder for constructing immutable Path objects.
|
| |
| | Pixmap.h |
| | Pixel buffers and views for RGBA image data.
|
| |
| | Point.h |
| | 2D point (float x, y) with vector math operations.
|
| |
| | Stroke.h |
| | Stroke properties and dash patterns.
|
| |
| | Transform.h |
| | 2D affine transformation matrix.
|
| |