Home | History | Annotate | Download | only in core

Lines Matching refs:SkDevice

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,
355 virtual SkDevice* onCreateCompatibleDevice(SkBitmap::Config config,