Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDevice.h501 void setDeviceCoordinateSystem(const SkM44& deviceToGlobal,
509 this->setDeviceCoordinateSystem(SkM44(), SkM44(), globalCTM, x, y); in setOrigin()
DSkDevice.cpp52 void SkDevice::setDeviceCoordinateSystem(const SkM44& deviceToGlobal, in setDeviceCoordinateSystem() function in SkDevice
DSkCanvas.cpp1060 newDevice->setDeviceCoordinateSystem( in internalSaveLayer()