/external/skia/samplecode/ |
D | SampleWritePixels.cpp | 17 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function 39 create_bitmap(&bitmap); in onDrawContent()
|
/external/skqp/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 | clippedbitmapshaders.cpp | 37 static SkBitmap create_bitmap() { in create_bitmap() function 88 SkBitmap bmp = create_bitmap(); in onDraw()
|
D | lazytiling.cpp | 75 static SkBitmap create_bitmap(SkIRect contentRect, SkISize fullSize, GrSurfaceOrigin origin) { in create_bitmap() function 187 auto bm = create_bitmap(fContentRect, in onGpuSetup()
|
/external/mesa3d/src/gallium/frontends/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/skia/tests/ |
D | GrThreadSafeCacheTest.cpp | 82 static SkBitmap create_bitmap(int wh) { in create_bitmap() function 353 SkBitmap expected = create_bitmap(kImageWH); in checkImage() 626 sk_sp<GrTextureProxy> proxy = proxyProvider->createProxyFromBitmap(create_bitmap(wh), in CreateViewOnCpu()
|
/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/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 2320 def create_bitmap(self, *args, **kw): member in Canvas
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2780 def create_bitmap(self, *args, **kw): member in Canvas
|