Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleWritePixels.cpp17 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function
/external/skia/gm/
Dextractbitmap.cpp16 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() function
Dclippedbitmapshaders.cpp28 static SkBitmap create_bitmap() { in create_bitmap() function
/external/mesa3d/src/gallium/state_trackers/hgl/
Dbitmap_wrapper.cpp44 create_bitmap(int32 width, int32 height, color_space colorSpace) in create_bitmap() function
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1002 static void create_bitmap(HWND hwnd) in create_bitmap() function
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2315 def create_bitmap(self, *args, **kw): member in Canvas