Searched defs:SkDevice (Results 1 – 14 of 14) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | RasterRenderer.h | 36 class SkDevice; variable
|
D | GaneshRenderer.h | 35 class SkDevice; variable
|
D | BaseRenderer.h | 36 class SkDevice; variable
|
/external/skia/legacy/include/core/ |
D | SkImageFilter.h | 14 class SkDevice; variable
|
D | SkDraw.h | 23 class SkDevice; variable
|
D | SkCanvas.h | 25 class SkDevice; variable
|
/external/skia/include/core/ |
D | SkImageFilter.h | 15 class SkDevice; variable
|
D | SkDraw.h | 23 class SkDevice; variable
|
D | SkCanvas.h | 25 class SkDevice; variable
|
/external/skia/src/core/ |
D | SkDevice.cpp | 17 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/ |
D | SkDevice.cpp | 16 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/ |
D | SkDeferredCanvas.h | 272 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y, in drawDevice() argument
|
/external/skia/src/utils/ |
D | SkPictureUtils.cpp | 141 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y, in drawDevice() argument
|
D | SkDeferredCanvas.cpp | 233 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y, in drawDevice() argument
|