Home
last modified time | relevance | path

Searched refs:topDevice (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkCanvas.cpp104 const SkBaseDevice* top = this->topDevice(); in wouldOverwriteEntireSurface()
528 SkBaseDevice* SkCanvas::topDevice() const { in topDevice() function in SkCanvas
648 this->topDevice()->save(); in internalSave()
1049 SkBaseDevice* priorDevice = this->topDevice(); in internalSaveLayer()
1063 this->topDevice()->clipRect(SkRect::MakeEmpty(), SkClipOp::kIntersect, /* aa */ false); in internalSaveLayer()
1157 SkBaseDevice* device = this->topDevice(); in internalSaveBehind()
1214 this->topDevice()->restore(fMCRec->fMatrix); in internalRestore()
1219 this->topDevice()->drawSpecial(backImage->fImage.get(), in internalRestore()
1233 SkBaseDevice* dstDev = this->topDevice(); in internalRestore()
1317 if (this->topDevice() in accessTopLayerPixels()
[all...]
H A DSkCanvasPriv.cpp128 if (auto gpuDevice = canvas->topDevice()->asGpuDevice()) { in TopDeviceSurfaceDrawContext()
137 if (auto gpuDevice = canvas->topDevice()->asGpuDevice()) { in TopDeviceSurfaceFillContext()
164 if (auto gpuDevice = canvas->topDevice()->asGpuDevice()) { in TopDeviceTargetProxy()
/third_party/skia/src/utils/
H A DSkCanvasStateUtils.cpp181 SkBaseDevice* device = canvas->topDevice(); in CaptureCanvasState()
/third_party/skia/include/core/
H A DSkCanvas.h2376 SkBaseDevice* topDevice() const;

Completed in 9 milliseconds