Home
last modified time | relevance | path

Searched defs:SkDevice (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DRasterRenderer.h36 class SkDevice; variable
DGaneshRenderer.h35 class SkDevice; variable
DBaseRenderer.h36 class SkDevice; variable
/external/skia/legacy/include/core/
DSkImageFilter.h14 class SkDevice; variable
DSkDraw.h23 class SkDevice; variable
DSkCanvas.h25 class SkDevice; variable
/external/skia/include/core/
DSkImageFilter.h15 class SkDevice; variable
DSkDraw.h23 class SkDevice; variable
DSkCanvas.h25 class SkDevice; variable
/external/skia/src/core/
DSkDevice.cpp17 SK_DEFINE_INST_COUNT(SkDevice) in SK_DEFINE_INST_COUNT() argument
36 SkDevice::SkDevice(const SkBitmap& bitmap, const SkDeviceProperties& deviceProperties) in SkDevice() function in SkDevice
46 SkDevice::SkDevice(SkBitmap::Config config, int width, int height, bool isOpaque) in SkDevice() function in SkDevice
63 SkDevice::SkDevice(SkBitmap::Config config, int width, int height, bool isOpaque, in SkDevice() function in SkDevice
/external/skia/legacy/src/core/
DSkDevice.cpp16 SkDevice::SkDevice(const SkBitmap& bitmap) : fBitmap(bitmap) { in SkDevice() function in SkDevice
21 SkDevice::SkDevice(SkBitmap::Config config, int width, int height, bool isOpaque) { in SkDevice() function in SkDevice
/external/skia/legacy/include/utils/
DSkDeferredCanvas.h272 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y, in drawDevice() argument
/external/skia/src/utils/
DSkPictureUtils.cpp141 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y, in drawDevice() argument
DSkDeferredCanvas.cpp233 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y, in drawDevice() argument