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

  /external/skia/legacy/src/core/
SkDevice.cpp 8 #include "SkDevice.h"
16 SkDevice::SkDevice(const SkBitmap& bitmap) : fBitmap(bitmap) {
21 SkDevice::SkDevice(SkBitmap::Config config, int width, int height, bool isOpaque) {
33 SkDevice::~SkDevice() {
37 SkDevice* SkDevice::createCompatibleDevice(SkBitmap::Config config,
44 SkDevice* SkDevice::createCompatibleDeviceForSaveLayer(SkBitmap::Config config
    [all...]
  /external/skia/include/core/
SkDevice.h 29 class SK_API SkDevice : public SkRefCnt {
31 SK_DECLARE_INST_COUNT(SkDevice)
38 SkDevice(const SkBitmap& bitmap);
45 SkDevice(const SkBitmap& bitmap, const SkDeviceProperties& deviceProperties);
60 SkDevice(SkBitmap::Config config, int width, int height, bool isOpaque = false);
76 SkDevice(SkBitmap::Config config, int width, int height, bool isOpaque,
79 virtual ~SkDevice();
92 SkDevice* createCompatibleDevice(SkBitmap::Config config,
175 * and SkCanvas' SkDevice & SkBitmap -taking ctors). It allows the
217 * The baseclass SkDevice filters based on its depth and blitters
    [all...]
  /external/skia/legacy/include/core/
SkDevice.h 28 class SK_API SkDevice : public SkRefCnt {
35 SkDevice(const SkBitmap& bitmap);
50 SkDevice(SkBitmap::Config config, int width, int height, bool isOpaque = false);
52 virtual ~SkDevice();
65 SkDevice* createCompatibleDevice(SkBitmap::Config config,
156 * The baseclass SkDevice filters based on its depth and blitters.
243 /** The SkDevice passed will be an SkDevice which was returned by a call to
246 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y,
348 SkDevice* createCompatibleDeviceForSaveLayer(SkBitmap::Config config
    [all...]
  /external/skia/src/core/
SkDevice.cpp 8 #include "SkDevice.h"
17 SK_DEFINE_INST_COUNT(SkDevice)
26 SkDevice::SkDevice(const SkBitmap& bitmap)
36 SkDevice::SkDevice(const SkBitmap& bitmap, const SkDeviceProperties& deviceProperties)
46 SkDevice::SkDevice(SkBitmap::Config config, int width, int height, bool isOpaque)
63 SkDevice::SkDevice(SkBitmap::Config config, int width, int height, bool isOpaque
    [all...]

Completed in 133 milliseconds