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

/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp518 HRESULT SkXPSDevice::createXpsTransform(const SkMatrix& matrix, function in class:SkXPSDevice
811 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse));
1026 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse));
1252 HRV(this->createXpsTransform(*d.fMatrix, &xpsTransform));
1735 HRV(this->createXpsTransform(matrix, &xpsTransform));
1828 HRV(this->createXpsTransform(transform, &xpsTransform));
1968 HR(this->createXpsTransform(transform, &xpsMatrixToUse));
/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));
1253 HRV(this->createXpsTransform(*d.fMatrix, &xpsTransform));
1889 HRV(this->createXpsTransform(matrix, &xpsTransform));
1982 HRV(this->createXpsTransform(transform, &xpsTransform));
2122 HR(this->createXpsTransform(transform, &xpsMatrixToUse));

Completed in 401 milliseconds