HomeSort by relevance Sort by last modified time
    Searched refs:CreateAndClear (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/skia/ext/
bitmap_platform_device_skia.h 30 static BitmapPlatformDevice* CreateAndClear(int width, int height,
bitmap_platform_device_cairo.h 78 static BitmapPlatformDevice* CreateAndClear(int width, int height,
bitmap_platform_device_mac.h 42 static BitmapPlatformDevice* CreateAndClear(int width, int height,
bitmap_platform_device_win.h 46 static BitmapPlatformDevice* CreateAndClear(int width, int height,
vector_platform_device_skia.cc 45 BitmapPlatformDevice::CreateAndClear(width(), height(), false));
bitmap_platform_device_skia.cc 25 BitmapPlatformDevice* BitmapPlatformDevice::CreateAndClear(int width,
bitmap_platform_device_mac.cc 144 BitmapPlatformDevice* BitmapPlatformDevice::CreateAndClear(int width,
245 SkBaseDevice* bitmap_device = BitmapPlatformDevice::CreateAndClear(width,
bitmap_platform_device_win.cc 232 BitmapPlatformDevice* BitmapPlatformDevice::CreateAndClear(int width,
353 return BitmapPlatformDevice::CreateAndClear(width, height, isOpaque);
bitmap_platform_device_cairo.cc 148 BitmapPlatformDevice* BitmapPlatformDevice::CreateAndClear(int width,

Completed in 4269 milliseconds