Home
last modified time | relevance | path

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

/reactos/dll/win32/gdiplus/
H A Dimage.c1979 GpCachedBitmap **cachedbmp) in GdipCreateCachedBitmap() argument
1983 TRACE("%p %p %p\n", bitmap, graphics, cachedbmp); in GdipCreateCachedBitmap()
1985 if(!bitmap || !graphics || !cachedbmp) in GdipCreateCachedBitmap()
1989 if(!*cachedbmp) in GdipCreateCachedBitmap()
1994 heap_free(*cachedbmp); in GdipCreateCachedBitmap()
2057 TRACE("%p\n", cachedbmp); in GdipDeleteCachedBitmap()
2059 if(!cachedbmp) in GdipDeleteCachedBitmap()
2062 GdipDisposeImage(cachedbmp->image); in GdipDeleteCachedBitmap()
2063 heap_free(cachedbmp); in GdipDeleteCachedBitmap()
2069 GpCachedBitmap *cachedbmp, INT x, INT y) in GdipDrawCachedBitmap() argument
[all …]