Searched refs:onCreateDevice (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_skia.h50 virtual SkBaseDevice* onCreateDevice(const SkImageInfo& info,
H A Dbitmap_platform_device_cairo.h96 virtual SkBaseDevice* onCreateDevice(const SkImageInfo& info,
H A Dbitmap_platform_device_mac.h66 virtual SkBaseDevice* onCreateDevice(const SkImageInfo& info,
H A Dbitmap_platform_device_win.h71 virtual SkBaseDevice* onCreateDevice(const SkImageInfo& info,
H A Dbitmap_platform_device_skia.cc54 SkBaseDevice* BitmapPlatformDevice::onCreateDevice(const SkImageInfo& info, function in class:skia::BitmapPlatformDevice
H A Dvector_platform_device_emf_win.h82 virtual SkBaseDevice* onCreateDevice(const SkImageInfo& info,
H A Dbitmap_platform_device_cairo.cc170 SkBaseDevice* BitmapPlatformDevice::onCreateDevice(const SkImageInfo& info, function in class:skia::BitmapPlatformDevice
H A Dbitmap_platform_device_mac.cc240 SkBaseDevice* BitmapPlatformDevice::onCreateDevice(const SkImageInfo& info, function in class:skia::BitmapPlatformDevice
H A Dbitmap_platform_device_win.cc273 SkBaseDevice* BitmapPlatformDevice::onCreateDevice(const SkImageInfo& info, function in class:skia::BitmapPlatformDevice
/external/skia/src/core/
H A DSkDevice.cpp36 return this->onCreateDevice(info, kGeneral_Usage);
40 return this->onCreateDevice(info, kSaveLayer_Usage);
/external/chromium_org/third_party/skia/src/core/
H A DSkDevice.cpp32 return this->onCreateDevice(info, kGeneral_Usage);
36 return this->onCreateDevice(info, kSaveLayer_Usage);
40 return this->onCreateDevice(info, kImageFilter_Usage);
H A DSkBitmapDevice.cpp114 SkBaseDevice* SkBitmapDevice::onCreateDevice(const SkImageInfo& info, Usage usage) { function in class:SkBitmapDevice
/external/chromium_org/third_party/skia/include/core/
H A DSkBitmapDevice.h110 onCreateDevice on this device with kSaveLayer_Usage.
156 virtual SkBaseDevice* onCreateDevice(const SkImageInfo&, Usage) SK_OVERRIDE;
H A DSkDevice.h239 onCreateDevice on this device with kSaveLayer_Usage.
375 virtual SkBaseDevice* onCreateDevice(const SkImageInfo&, Usage) { function in class:SkBaseDevice
/external/skia/include/core/
H A DSkBitmapDevice.h121 onCreateDevice on this device with kSaveLayer_Usage.
194 virtual SkBaseDevice* onCreateDevice(const SkImageInfo&, Usage) SK_OVERRIDE;
H A DSkDevice.h258 onCreateDevice on this device with kSaveLayer_Usage.
390 virtual SkBaseDevice* onCreateDevice(const SkImageInfo&, Usage) { function in class:SkBaseDevice
/external/chromium_org/third_party/skia/include/device/xps/
H A DSkXPSDevice.h322 virtual SkBaseDevice* onCreateDevice(const SkImageInfo&, Usage) SK_OVERRIDE;
/external/chromium_org/third_party/skia/include/pdf/
H A DSkPDFDevice.h262 virtual SkBaseDevice* onCreateDevice(const SkImageInfo&, Usage) SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.h151 virtual SkBaseDevice* onCreateDevice(const SkImageInfo&, Usage) SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/utils/
H A DSkPictureUtils.cpp160 virtual SkBaseDevice* onCreateDevice(const SkImageInfo& info, Usage usage) SK_OVERRIDE {
/external/skia/include/device/xps/
H A DSkXPSDevice.h308 virtual SkBaseDevice* onCreateDevice(const SkImageInfo&, Usage) SK_OVERRIDE;
/external/skia/include/gpu/
H A DSkGpuDevice.h167 virtual SkBaseDevice* onCreateDevice(const SkImageInfo&, Usage) SK_OVERRIDE;
/external/skia/include/pdf/
H A DSkPDFDevice.h255 virtual SkBaseDevice* onCreateDevice(const SkImageInfo&, Usage) SK_OVERRIDE;
/external/skia/src/gpu/
H A DGrPictureUtils.cpp24 // saveLayer is collapsed back into its parent) and, maybe, in onCreateDevice.
188 virtual SkBaseDevice* onCreateDevice(const SkImageInfo& info, Usage usage) SK_OVERRIDE {
/external/skia/src/utils/
H A DSkPictureUtils.cpp160 virtual SkBaseDevice* onCreateDevice(const SkImageInfo& info, Usage usage) SK_OVERRIDE {

Completed in 1349 milliseconds

12