Canvas
Constructors
Types
Properties
Functions
Draws Drawable drawable using clip and matrix.
Draws Drawable drawable using clip and matrix, concatenated with optional matrix.
Draws Drawable drawable using clip and matrix, offset by (x, y).
Draws pts using clip, Matrix and Paint paint.
Draws pts using clip, Matrix and Paint paint.
Draws a triangle fan mesh, using clip and Matrix.
Draws a triangle mesh, using clip and Matrix.
Draws a triangle strip mesh, using clip and Matrix.
Draws a triangle, triangle strip or triangle fan mesh, using clip and Matrix.
Copies Rect of pixels from Canvas into bitmap. Matrix and clip are ignored.
Sets SkMatrix to the identity matrix. Any prior matrix state is overwritten.
Saves Matrix and clip, and allocates a Bitmap for subsequent drawing. Calling restore() discards changes to Matrix and clip, and draws the Bitmap.
Copies Rect from pixels to Canvas. Matrix and clip are ignored. Source Rect corners are (0, 0) and (bitmap.width(), bitmap.height()).