Home
last modified time | relevance | path

Searched defs:create_bitmap (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/gm/
H A Dclippedbitmapshaders.cpp36 static SkBitmap create_bitmap() { in create_bitmap() function
H A Dlazytiling.cpp90 static SkBitmap create_bitmap(SkIRect contentRect, SkISize fullSize, GrSurfaceOrigin origin) { in create_bitmap() function
/aosp_15_r20/external/skia/tests/graphite/
H A DCacheKeyTest.cpp40 SkBitmap create_bitmap(int width, int height) { in create_bitmap() function
/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1002 static void create_bitmap(HWND hwnd) in create_bitmap() function
/aosp_15_r20/external/skia/tests/
H A DGrThreadSafeCacheTest.cpp145 static SkBitmap create_bitmap(int wh) { in create_bitmap() function
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
DTkinter.py2320 def create_bitmap(self, *args, **kw): member in Canvas
/aosp_15_r20/external/python/cpython3/Lib/tkinter/
D__init__.py2840 def create_bitmap(self, *args, **kw): member in Canvas