Home
last modified time | relevance | path

Searched refs:create_bitmap (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/samplecode/
H A DSampleWritePixels.cpp17 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function
39 create_bitmap(&bitmap);
/third_party/skia/gm/
H A Dclippedbitmapshaders.cpp36 static SkBitmap create_bitmap() { in create_bitmap() function
87 SkBitmap bmp = create_bitmap();
H A Dlazytiling.cpp83 static SkBitmap create_bitmap(SkIRect contentRect, SkISize fullSize, GrSurfaceOrigin origin) { in create_bitmap() function
195 auto bm = create_bitmap(fContentRect,
/third_party/mesa3d/src/gallium/frontends/hgl/
H A Dbitmap_wrapper.h42 Bitmap* create_bitmap(int32 width, int32 height, color_space colorSpace);
H A Dbitmap_wrapper.cpp44 create_bitmap(int32 width, int32 height, color_space colorSpace) in create_bitmap() function
/third_party/python/Tools/demo/
H A Dhanoi.py39 self.bitmap = c.create_bitmap(width//2, height//2,
/third_party/skia/tests/
H A DGrThreadSafeCacheTest.cpp85 static SkBitmap create_bitmap(int wh) { in create_bitmap() function
356 SkBitmap expected = create_bitmap(kImageWH); in checkImage()
634 sk_sp<GrTextureProxy> proxy = proxyProvider->createProxyFromBitmap(create_bitmap(wh), in CreateViewOnCpu()
/third_party/python/Lib/tkinter/
H A D__init__.py2840 def create_bitmap(self, *args, **kw): member in Canvas

Completed in 22 milliseconds