Searched defs:create_bitmap (Results 1 – 10 of 10) sorted by relevance
17 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function
20 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function
37 static SkBitmap create_bitmap() { in create_bitmap() function
36 static SkBitmap create_bitmap() { in create_bitmap() function
83 static SkBitmap create_bitmap(SkIRect contentRect, SkISize fullSize, GrSurfaceOrigin origin) { in create_bitmap() function
44 create_bitmap(int32 width, int32 height, color_space colorSpace) in create_bitmap() function
328 jmethodID create_bitmap = env->GetStaticMethodID( in GetBitmap() local
85 static SkBitmap create_bitmap(int wh) { in create_bitmap() function
2813 def create_bitmap(self, *args, **kw): member in Canvas