OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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