Home
last modified time | relevance | path

Searched refs:create_bitmap (Results 1 – 16 of 16) sorted by relevance

/external/skia/samplecode/
DSampleWritePixels.cpp17 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function
39 create_bitmap(&bitmap); in onDrawContent()
/external/skqp/samplecode/
DSampleWritePixels.cpp17 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function
45 create_bitmap(&bitmap); in onDrawContent()
/external/skqp/gm/
Dextractbitmap.cpp16 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function
43 create_bitmap(&bitmap); in onDraw()
Dclippedbitmapshaders.cpp28 static SkBitmap create_bitmap() { in create_bitmap() function
80 SkBitmap bmp = create_bitmap(); in onDraw()
/external/skia/gm/
Dclippedbitmapshaders.cpp37 static SkBitmap create_bitmap() { in create_bitmap() function
88 SkBitmap bmp = create_bitmap(); in onDraw()
Dlazytiling.cpp75 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/
Dbitmap_wrapper.h42 Bitmap* create_bitmap(int32 width, int32 height, color_space colorSpace);
Dbitmap_wrapper.cpp44 create_bitmap(int32 width, int32 height, color_space colorSpace) in create_bitmap() function
/external/python/cpython2/Demo/tkinter/guido/
Delectrons.py31 self.bitmap = c.create_bitmap(width/2, height/2,
Dhanoi.py38 self.bitmap = c.create_bitmap(width//2, height//2,
/external/python/cpython3/Tools/demo/
Dhanoi.py39 self.bitmap = c.create_bitmap(width//2, height//2,
/external/skia/tests/
DGrThreadSafeCacheTest.cpp82 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/
Dinstall.c1046 static void create_bitmap(HWND hwnd) in create_bitmap() function
1239 create_bitmap(hwnd); in IntroDlgProc()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1002 static void create_bitmap(HWND hwnd) in create_bitmap() function
1195 create_bitmap(hwnd); in IntroDlgProc()
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2320 def create_bitmap(self, *args, **kw): member in Canvas
/external/python/cpython3/Lib/tkinter/
D__init__.py2780 def create_bitmap(self, *args, **kw): member in Canvas