Searched refs:SkNoPixelsDevice (Results 1 – 2 of 2) sorted by relevance
380 friend class SkNoPixelsDevice; variable
54 class SkNoPixelsDevice : public SkBaseDevice { class56 SkNoPixelsDevice(const SkIRect& bounds, const SkSurfaceProps& props) in SkNoPixelsDevice() function in SkNoPixelsDevice624 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()