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

  /external/chromium_org/skia/ext/
bitmap_platform_device_skia.cc 25 BitmapPlatformDevice* BitmapPlatformDevice::CreateAndClear(int width,
bitmap_platform_device_cairo.cc 148 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);

Completed in 112 milliseconds