Searched refs:create_bitmap (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/samplecode/ |
D | SampleWritePixels.cpp | 17 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function 39 create_bitmap(&bitmap); in onDrawContent()
|
/third_party/skia/samplecode/ |
D | SampleWritePixels.cpp | 17 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function 39 create_bitmap(&bitmap); in onDrawContent()
|
/third_party/flutter/skia/gm/ |
D | extractbitmap.cpp | 20 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function 47 create_bitmap(&bitmap); in onDraw()
|
D | clippedbitmapshaders.cpp | 37 static SkBitmap create_bitmap() { in create_bitmap() function 88 SkBitmap bmp = create_bitmap(); in onDraw()
|
/third_party/skia/gm/ |
D | clippedbitmapshaders.cpp | 36 static SkBitmap create_bitmap() { in create_bitmap() function 87 SkBitmap bmp = create_bitmap(); in onDraw()
|
D | lazytiling.cpp | 83 static SkBitmap create_bitmap(SkIRect contentRect, SkISize fullSize, GrSurfaceOrigin origin) { in create_bitmap() function 195 auto bm = create_bitmap(fContentRect, in onGpuSetup()
|
/third_party/mesa3d/src/gallium/frontends/hgl/ |
D | bitmap_wrapper.h | 42 Bitmap* create_bitmap(int32 width, int32 height, color_space colorSpace);
|
D | bitmap_wrapper.cpp | 44 create_bitmap(int32 width, int32 height, color_space colorSpace) in create_bitmap() function
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | platform_view_android_jni.cc | 328 jmethodID create_bitmap = env->GetStaticMethodID( in GetBitmap() local 331 if (create_bitmap == nullptr) { in GetBitmap() 358 return env->CallStaticObjectMethod(bitmap_class, create_bitmap, pixels_array, in GetBitmap()
|
/third_party/python/Tools/demo/ |
D | hanoi.py | 39 self.bitmap = c.create_bitmap(width//2, height//2,
|
/third_party/skia/tests/ |
D | GrThreadSafeCacheTest.cpp | 85 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/ |
D | __init__.py | 2813 def create_bitmap(self, *args, **kw): member in Canvas
|