Home
last modified time | relevance | path

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

/third_party/flutter/skia/samplecode/
DSampleWritePixels.cpp17 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function
/third_party/flutter/skia/gm/
Dextractbitmap.cpp20 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function
Dclippedbitmapshaders.cpp37 static SkBitmap create_bitmap() { in create_bitmap() function
/third_party/flutter/engine/flutter/shell/platform/android/
Dplatform_view_android_jni.cc328 jmethodID create_bitmap = env->GetStaticMethodID( in GetBitmap() local
/third_party/python/PC/bdist_wininst/
Dinstall.c1046 static void create_bitmap(HWND hwnd) in create_bitmap() function
/third_party/python/Lib/tkinter/
D__init__.py2779 def create_bitmap(self, *args, **kw): member in Canvas