Home
last modified time | relevance | path

Searched refs:setDeviceCoordinateSystem (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/core/
H A DSkDevice.h439 bool SK_WARN_UNUSED_RESULT setDeviceCoordinateSystem(const SkM44& deviceToGlobal,
445 SkAssertResult(this->setDeviceCoordinateSystem(SkM44(), globalCTM, x, y)); in setOrigin()
H A DSkDevice.cpp45 bool SkBaseDevice::setDeviceCoordinateSystem(const SkM44& deviceToGlobal, in setDeviceCoordinateSystem() function in SkBaseDevice
H A DSkCanvas.cpp1106 // The setDeviceCoordinateSystem applies the prior device's global transform since in internalSaveLayer()
1110 if (!newDevice->setDeviceCoordinateSystem(priorDevice->deviceToGlobal() * in internalSaveLayer()

Completed in 7 milliseconds