Home
last modified time | relevance | path

Searched refs:create_bitmap (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/skia/gm/
H A Dclippedbitmapshaders.cpp36 static SkBitmap create_bitmap() { in create_bitmap() function
87 SkBitmap bmp = create_bitmap(); in onDraw()
H A Dlazytiling.cpp90 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 DCacheKeyTest.cpp40 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/
Delectrons.py31 self.bitmap = c.create_bitmap(width/2, height/2,
Dhanoi.py38 self.bitmap = c.create_bitmap(width//2, height//2,
/aosp_15_r20/external/python/cpython3/Tools/demo/
Dhanoi.py39 self.bitmap = c.create_bitmap(width//2, height//2,
/aosp_15_r20/external/skia/tests/
H A DGrThreadSafeCacheTest.cpp145 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/
Dinstall.c1002 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/
DTkinter.py2320 def create_bitmap(self, *args, **kw): member in Canvas
/aosp_15_r20/external/python/cpython3/Lib/tkinter/
D__init__.py2840 def create_bitmap(self, *args, **kw): member in Canvas