Searched refs:SkNoPixelsDevice (Results 1 – 8 of 8) sorted by relevance
368 friend class SkNoPixelsDevice; variable382 class SkNoPixelsDevice : public SkBaseDevice {384 SkNoPixelsDevice(const SkIRect& bounds, const SkSurfaceProps& props,
103 class SkTextBlobCacheDiffCanvas::TrackLayerDevice : public SkNoPixelsDevice {
545 static_cast<SkNoPixelsDevice*>(fMCRec->fLayer->fDevice.get())->resetForNextPicture(bounds); in resetForNextPicture()593 this->init(sk_make_sp<SkNoPixelsDevice>( in SkCanvas()604 this->init(sk_make_sp<SkNoPixelsDevice>(r, fProps)); in SkCanvas()
197 : SkNoPixelsDevice(bounds, props, std::move(colorSpace)) in TrackLayerDevice()
371 friend class SkNoPixelsDevice; variable385 class SkNoPixelsDevice : public SkBaseDevice {387 SkNoPixelsDevice(const SkIRect& bounds, const SkSurfaceProps& props) in SkNoPixelsDevice() function
107 class SkTextBlobCacheDiffCanvas::TrackLayerDevice : public SkNoPixelsDevice {
200 : SkNoPixelsDevice(bounds, props) in TrackLayerDevice()
546 static_cast<SkNoPixelsDevice*>(fMCRec->fLayer->fDevice.get())->resetForNextPicture(bounds); in resetForNextPicture()595 this->init(sk_make_sp<SkNoPixelsDevice>( in SkCanvas()606 this->init(sk_make_sp<SkNoPixelsDevice>(r, fProps)); in SkCanvas()