Lines Matching defs:Canvas
28 class ANDROID_API Canvas {
30 virtual ~Canvas() {};
32 static Canvas* create_canvas(const SkBitmap& bitmap);
35 * Create a new Canvas object which delegates to an SkCanvas.
39 * SkCanvas, and the returned Canvas will unref() it upon
41 * @return new Canvas object. Will not return NULL.
43 static Canvas* create_canvas(SkCanvas* skiaCanvas);
46 * Provides a Skia SkCanvas interface that acts as a proxy to this Canvas.
50 * The SkCanvas returned is *only* valid until another Canvas call is made
55 * this canvas is destroyed or a new bitmap is set.
66 // Canvas state operations
108 // Canvas draw operations