Searched refs:CreateAndClear (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/skia/ext/ |
D | bitmap_platform_device_skia.h | 30 static BitmapPlatformDevice* CreateAndClear(int width, int height,
|
D | bitmap_platform_device_mac.h | 42 static BitmapPlatformDevice* CreateAndClear(int width, int height,
|
D | bitmap_platform_device_cairo.h | 78 static BitmapPlatformDevice* CreateAndClear(int width, int height,
|
D | bitmap_platform_device_win.h | 46 static BitmapPlatformDevice* CreateAndClear(int width, int height,
|
D | bitmap_platform_device_mac.cc | 143 BitmapPlatformDevice* BitmapPlatformDevice::CreateAndClear(int width, in CreateAndClear() function in skia::BitmapPlatformDevice 243 return BitmapPlatformDevice::CreateAndClear(info.width(), info.height(), in onCreateDevice()
|
D | vector_platform_device_skia.cc | 45 BitmapPlatformDevice::CreateAndClear(width(), height(), false)); in BeginPlatformPaint()
|
D | bitmap_platform_device_win.cc | 155 BitmapPlatformDevice* BitmapPlatformDevice::CreateAndClear(int width, in CreateAndClear() function in skia::BitmapPlatformDevice 276 return BitmapPlatformDevice::CreateAndClear(info.width(), info.height(), in onCreateDevice()
|
D | bitmap_platform_device_skia.cc | 23 BitmapPlatformDevice* BitmapPlatformDevice::CreateAndClear(int width, in CreateAndClear() function in skia::BitmapPlatformDevice
|
D | bitmap_platform_device_cairo.cc | 137 BitmapPlatformDevice* BitmapPlatformDevice::CreateAndClear(int width, in CreateAndClear() function in skia::BitmapPlatformDevice
|