Home | History | Annotate | Download | only in core

Lines Matching refs:SkDevice

25 class SkDevice;
53 explicit SkCanvas(SkDevice* device);
80 SkDevice* getDevice() const;
86 virtual SkDevice* setDevice(SkDevice* device);
95 SkDevice* getTopDevice() const;
101 SkDevice* setBitmapDevice(const SkBitmap& bitmap);
107 SkDevice* createCompatibleDevice(SkBitmap::Config config,
918 SkDevice* device() const;
964 SkDevice* fLastDeviceToGainFocus;
967 void prepareForDeviceDraw(SkDevice*, const SkMatrix&, const SkRegion&,
975 SkDevice* createLayerDevice(SkBitmap::Config, int width, int height,
978 SkDevice* init(SkDevice*);
991 void drawDevice(SkDevice*, int x, int y, const SkPaint*);