/frameworks/base/libs/hwui/hwui/ |
Canvas.h | 49 // These must match the corresponding Canvas API constants. 77 class ANDROID_API Canvas { 79 virtual ~Canvas() {}; 81 static Canvas* create_canvas(const SkBitmap& bitmap); 84 * Create a new Canvas object that records view system drawing operations for deferred 85 * rendering. A canvas returned by this call supports calls to the resetRecording(...) and 89 * @param width of the requested Canvas. 90 * @param height of the requested Canvas. 92 * DisplayList produced by the returned Canvas. This enables the reuse of select C++ 94 * @return new non-null Canvas Object. The type of DisplayList produced by this canvas i [all...] |
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
PaintMeasureTextTest.java | 19 import android.graphics.Canvas; 79 Canvas.freeTextLayoutCaches(); 85 Canvas.freeTextLayoutCaches();
|
/external/skia/experimental/go-skia/ |
skia.go | 53 func (s *Surface) Canvas() *Canvas { 54 return &Canvas{ 94 // Canvas 96 type Canvas struct { 101 func (c *Canvas) DrawPaint(paint *Paint) { 105 func (c *Canvas) DrawOval(rect *Rect, paint *Paint) { 110 func (c *Canvas) DrawRect(rect *Rect, paint *Paint) { 115 func (c *Canvas) DrawPath(path *Path, paint *Paint) {
|
/external/python/cpython2/Lib/lib-tk/ |
turtle.py | 74 - A scrollable Canvas class. The default scrollable Canvas can be 78 background image, window and canvas size and other properties of the 305 ## helper functions for Scrolled Canvas, to forward Canvas-methods 309 """helper function for Scrolled Canvas""" 319 """helper function for Scrolled Canvas""" 329 """Helper functions for Scrolled Canvas, used to forward 330 ScrolledCanvas-methods to Tkinter.Canvas class. 354 """Modeled after the scrolled canvas class from Grayons's Tkinter book [all...] |
Tkinter.py | 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton, [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Canvas.java | 37 * The Canvas class holds the "draw" calls. To draw something, you need 38 * 4 basic components: A Bitmap to hold the pixels, a Canvas to host 45 * <p>For more information about how to use Canvas, read the 47 * Canvas and Drawables</a> developer guide.</p></div> 49 public class Canvas extends BaseCanvas { 74 // a Canvas object. 77 // Use a Holder to allow static initialization of Canvas in the boot image. 80 Canvas.class.getClassLoader(), nGetNativeFinalizer(), NATIVE_ALLOCATION_SIZE); 83 // This field is used to finalize the native Canvas properly 87 * Construct an empty raster canvas. Use setBitmap() to specify a bitmap t [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
turtle.py | 74 - A scrollable Canvas class. The default scrollable Canvas can be 78 background image, window and canvas size and other properties of the 305 ## helper functions for Scrolled Canvas, to forward Canvas-methods 309 """helper function for Scrolled Canvas""" 319 """helper function for Scrolled Canvas""" 329 """Helper functions for Scrolled Canvas, used to forward 330 ScrolledCanvas-methods to Tkinter.Canvas class. 354 """Modeled after the scrolled canvas class from Grayons's Tkinter book [all...] |
Tkinter.py | 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton, [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
turtle.py | 74 - A scrollable Canvas class. The default scrollable Canvas can be 78 background image, window and canvas size and other properties of the 305 ## helper functions for Scrolled Canvas, to forward Canvas-methods 309 """helper function for Scrolled Canvas""" 319 """helper function for Scrolled Canvas""" 329 """Helper functions for Scrolled Canvas, used to forward 330 ScrolledCanvas-methods to Tkinter.Canvas class. 354 """Modeled after the scrolled canvas class from Grayons's Tkinter book [all...] |
Tkinter.py | 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 74 - A scrollable Canvas class. The default scrollable Canvas can be 78 background image, window and canvas size and other properties of the 305 ## helper functions for Scrolled Canvas, to forward Canvas-methods 309 """helper function for Scrolled Canvas""" 319 """helper function for Scrolled Canvas""" 329 """Helper functions for Scrolled Canvas, used to forward 330 ScrolledCanvas-methods to Tkinter.Canvas class. 354 """Modeled after the scrolled canvas class from Grayons's Tkinter book [all...] |
Tkinter.py | 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton, [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 74 - A scrollable Canvas class. The default scrollable Canvas can be 78 background image, window and canvas size and other properties of the 305 ## helper functions for Scrolled Canvas, to forward Canvas-methods 309 """helper function for Scrolled Canvas""" 319 """helper function for Scrolled Canvas""" 329 """Helper functions for Scrolled Canvas, used to forward 330 ScrolledCanvas-methods to Tkinter.Canvas class. 354 """Modeled after the scrolled canvas class from Grayons's Tkinter book [all...] |
Tkinter.py | 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton, [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
CanvasTest.java | 29 import android.graphics.Canvas; 30 import android.graphics.Canvas.EdgeType; 31 import android.graphics.Canvas.VertexMode; 83 private Canvas mCanvas; 98 mCanvas = new Canvas(mMutableBitmap); 103 new Canvas(); 106 new Canvas(mMutableBitmap); 111 // Should throw out IllegalStateException when creating Canvas with an ImmutableBitmap 112 new Canvas(mImmutableBitmap); 117 // Should throw out RuntimeException when creating Canvas with a MutableBitmap whic 146 Canvas canvas = new Canvas(); local 2221 Canvas canvas = new Canvas(canvasBitmap); local 2234 Canvas canvas = new Canvas(bitmap); local [all...] |
/frameworks/base/core/java/android/app/ |
ActivityThread.java | 53 import android.graphics.Canvas; [all...] |
/external/robolectric/v3/runtime/ |
android-all-4.1.2_r1-robolectric-0.jar | |
android-all-4.2.2_r1.2-robolectric-0.jar | |
android-all-4.3_r2-robolectric-0.jar | |
/prebuilts/misc/common/robolectric/lib/ |
android-all-4.1.2_r1-robolectric-0.jar | |
android-all-4.2.2_r1.2-robolectric-0.jar | |
android-all-4.3_r2-robolectric-0.jar | |
/external/robolectric/v1/lib/main/ |
android.jar | |
/prebuilts/sdk/10/ |
android.jar | |
/prebuilts/sdk/12/ |
android.jar | |