Searched defs:create_bitmap (Results 1 – 5 of 5) sorted by relevance
36 static SkBitmap create_bitmap() { in create_bitmap() function
90 static SkBitmap create_bitmap(SkIRect contentRect, SkISize fullSize, GrSurfaceOrigin origin) { in create_bitmap() function
40 SkBitmap create_bitmap(int width, int height) { in create_bitmap() function
145 static SkBitmap create_bitmap(int wh) { in create_bitmap() function
2982 def create_bitmap(self, *args, **kw): member in Canvas