Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDevice.h368 friend class SkNoPixelsDevice; variable
382 class SkNoPixelsDevice : public SkBaseDevice {
384 SkNoPixelsDevice(const SkIRect& bounds, const SkSurfaceProps& props,
DSkRemoteGlyphCacheImpl.h103 class SkTextBlobCacheDiffCanvas::TrackLayerDevice : public SkNoPixelsDevice {
DSkCanvas.cpp545 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()
DSkRemoteGlyphCache.cpp197 : SkNoPixelsDevice(bounds, props, std::move(colorSpace)) in TrackLayerDevice()
/external/skqp/src/core/
DSkDevice.h371 friend class SkNoPixelsDevice; variable
385 class SkNoPixelsDevice : public SkBaseDevice {
387 SkNoPixelsDevice(const SkIRect& bounds, const SkSurfaceProps& props) in SkNoPixelsDevice() function
DSkRemoteGlyphCacheImpl.h107 class SkTextBlobCacheDiffCanvas::TrackLayerDevice : public SkNoPixelsDevice {
DSkRemoteGlyphCache.cpp200 : SkNoPixelsDevice(bounds, props) in TrackLayerDevice()
DSkCanvas.cpp546 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()