Searched refs:create_bitmap (Results 1 – 15 of 15) sorted by relevance
/external/skqp/samplecode/ |
D | SampleWritePixels.cpp | 17 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function 45 create_bitmap(&bitmap); in onDrawContent()
|
/external/skia/samplecode/ |
D | SampleWritePixels.cpp | 17 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function 45 create_bitmap(&bitmap); in onDrawContent()
|
/external/skqp/gm/ |
D | extractbitmap.cpp | 16 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function 43 create_bitmap(&bitmap); in onDraw()
|
D | clippedbitmapshaders.cpp | 28 static SkBitmap create_bitmap() { in create_bitmap() function 80 SkBitmap bmp = create_bitmap(); in onDraw()
|
/external/skia/gm/ |
D | extractbitmap.cpp | 16 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function 43 create_bitmap(&bitmap); in onDraw()
|
D | clippedbitmapshaders.cpp | 28 static SkBitmap create_bitmap() { in create_bitmap() function 80 SkBitmap bmp = create_bitmap(); in onDraw()
|
/external/mesa3d/src/gallium/state_trackers/hgl/ |
D | bitmap_wrapper.h | 42 Bitmap* create_bitmap(int32 width, int32 height, color_space colorSpace);
|
D | bitmap_wrapper.cpp | 44 create_bitmap(int32 width, int32 height, color_space colorSpace) in create_bitmap() function
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | electrons.py | 31 self.bitmap = c.create_bitmap(width/2, height/2,
|
D | hanoi.py | 38 self.bitmap = c.create_bitmap(width//2, height//2,
|
/external/python/cpython3/Tools/demo/ |
D | hanoi.py | 39 self.bitmap = c.create_bitmap(width//2, height//2,
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 1046 static void create_bitmap(HWND hwnd) in create_bitmap() function 1239 create_bitmap(hwnd); in IntroDlgProc()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 1002 static void create_bitmap(HWND hwnd) in create_bitmap() function 1195 create_bitmap(hwnd); in IntroDlgProc()
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2484 def create_bitmap(self, *args, **kw): member in Canvas
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 2320 def create_bitmap(self, *args, **kw): member in Canvas
|