Searched refs:createXpsTransform (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/device/xps/
H A DSkXPSDevice.h230 HRESULT createXpsTransform(
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp519 HRESULT SkXPSDevice::createXpsTransform(const SkMatrix& matrix, function in class:SkXPSDevice
812 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse));
1027 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse));
1242 HRV(this->createXpsTransform(*d.fMatrix, &xpsTransform));
1738 HRV(this->createXpsTransform(matrix, &xpsTransform));
1831 HRV(this->createXpsTransform(transform, &xpsTransform));
1971 HR(this->createXpsTransform(transform, &xpsMatrixToUse));

Completed in 155 milliseconds