Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkCanvas.cpp1279 SkBaseDevice* dstDev = iter.fDevice; in internalDrawDevice() local
1280 check_drawdevice_colorspaces(dstDev->imageInfo().colorSpace(), in internalDrawDevice()
1288 check_drawdevice_colorspaces(dstDev->imageInfo().colorSpace(), in internalDrawDevice()
1290 dstDev->drawSpecial(specialImage.get(), pos.x(), pos.y(), *paint, in internalDrawDevice()
1294 dstDev->drawDevice(srcDev, pos.x(), pos.y(), *paint); in internalDrawDevice()
/third_party/skia/src/core/
DSkCanvas.cpp1228 SkBaseDevice* dstDev = this->topDevice(); in internalRestore() local
1231 dstDev, // dst in internalRestore()
1240 dstDev->drawDevice(layer->fDevice.get(), sampling, layer->fPaint); in internalRestore()