Home
last modified time | relevance | path

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

/external/skia/src/xps/
DSkXPSDevice.cpp514 HRESULT SkXPSDevice::createXpsTransform(const SkMatrix& matrix, in createXpsTransform() function in SkXPSDevice
804 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse)); in createXpsImageBrush()
1019 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse)); in createXpsBrush()
1232 HRV(this->createXpsTransform(this->ctm(), &xpsTransform)); in internalDrawRect()
1721 HRV(this->createXpsTransform(matrix, &xpsTransform)); in drawPath()
1816 HRV(this->createXpsTransform(transform, &xpsTransform)); in drawBitmap()
1953 HR(this->createXpsTransform(transform, &xpsMatrixToUse)); in AddGlyphs()
DSkXPSDevice.h199 HRESULT createXpsTransform(