Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
DSampleWritePixels.cpp17 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function
/third_party/skia/m133/gm/
Dclippedbitmapshaders.cpp36 static SkBitmap create_bitmap() { in create_bitmap() function
Dlazytiling.cpp90 static SkBitmap create_bitmap(SkIRect contentRect, SkISize fullSize, GrSurfaceOrigin origin) { in create_bitmap() function
/third_party/skia/gm/
Dclippedbitmapshaders.cpp36 static SkBitmap create_bitmap() { in create_bitmap() function
Dlazytiling.cpp83 static SkBitmap create_bitmap(SkIRect contentRect, SkISize fullSize, GrSurfaceOrigin origin) { in create_bitmap() function
/third_party/skia/m133/tests/graphite/
DCacheKeyTest.cpp40 SkBitmap create_bitmap(int width, int height) { in create_bitmap() function
/third_party/skia/tests/
DGrThreadSafeCacheTest.cpp85 static SkBitmap create_bitmap(int wh) { in create_bitmap() function
/third_party/skia/m133/tests/
DGrThreadSafeCacheTest.cpp145 static SkBitmap create_bitmap(int wh) { in create_bitmap() function
/third_party/python/Lib/tkinter/
D__init__.py2840 def create_bitmap(self, *args, **kw): member in Canvas