Home
last modified time | relevance | path

Searched refs:SkNoPixelsDevice (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkDevice.h380 friend class SkNoPixelsDevice; variable
DSkCanvas.cpp54 class SkNoPixelsDevice : public SkBaseDevice { class
56 SkNoPixelsDevice(const SkIRect& bounds, const SkSurfaceProps& props) in SkNoPixelsDevice() function in SkNoPixelsDevice
624 static_cast<SkNoPixelsDevice*>(fMCRec->fLayer->fDevice.get())->resetForNextPicture(bounds); in resetForNextPicture()
678 this->init(new SkNoPixelsDevice(SkIRect::MakeWH(SkTMax(width, 0), SkTMax(height, 0)), fProps), in SkCanvas()
689 this->init(new SkNoPixelsDevice(r, fProps), flags)->unref(); in SkCanvas()