Searched refs:create_bitmap (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/skia/gm/ |
H A D | clippedbitmapshaders.cpp | 36 static SkBitmap create_bitmap() { in create_bitmap() function 87 SkBitmap bmp = create_bitmap(); in onDraw()
|
H A D | lazytiling.cpp | 90 static SkBitmap create_bitmap(SkIRect contentRect, SkISize fullSize, GrSurfaceOrigin origin) { in create_bitmap() function 200 auto bm = create_bitmap(fContentRect, in onGpuSetup()
|
/aosp_15_r20/external/skia/tests/graphite/ |
H A D | CacheKeyTest.cpp | 40 SkBitmap create_bitmap(int width, int height) { in create_bitmap() function 110 SkBitmap orig = create_bitmap(128, 128); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
|
/aosp_15_r20/external/python/cpython2/Demo/tkinter/guido/ |
D | electrons.py | 31 self.bitmap = c.create_bitmap(width/2, height/2,
|
D | hanoi.py | 38 self.bitmap = c.create_bitmap(width//2, height//2,
|
/aosp_15_r20/external/python/cpython3/Tools/demo/ |
D | hanoi.py | 39 self.bitmap = c.create_bitmap(width//2, height//2,
|
/aosp_15_r20/external/skia/tests/ |
H A D | GrThreadSafeCacheTest.cpp | 145 static SkBitmap create_bitmap(int wh) { in create_bitmap() function 412 SkBitmap expected = create_bitmap(kImageWH); in checkImage() 693 create_bitmap(wh), skgpu::Mipmapped::kNo, SkBackingFit::kExact, skgpu::Budgeted::kYes); in CreateViewOnCpu()
|
/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 1002 static void create_bitmap(HWND hwnd) in create_bitmap() function 1195 create_bitmap(hwnd); in IntroDlgProc()
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 2320 def create_bitmap(self, *args, **kw): member in Canvas
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2840 def create_bitmap(self, *args, **kw): member in Canvas
|