Searched refs:xpsMatrixToUse (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/xps/ |
D | SkXPSDevice.h | 184 IXpsOMMatrixTransform* xpsMatrixToUse, 191 IXpsOMMatrixTransform* xpsMatrixToUse,
|
D | SkXPSDevice.cpp | 805 SkTScopedComPtr<IXpsOMMatrixTransform> xpsMatrixToUse; in createXpsImageBrush() local 806 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse)); in createXpsImageBrush() 807 if (xpsMatrixToUse.get()) { in createXpsImageBrush() 808 HRM((*xpsBrush)->SetTransformLocal(xpsMatrixToUse.get()), in createXpsImageBrush() 1020 SkTScopedComPtr<IXpsOMMatrixTransform> xpsMatrixToUse; in createXpsBrush() local 1021 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse)); in createXpsBrush() 1027 xpsMatrixToUse.get(), in createXpsBrush() 1036 xpsMatrixToUse.get(), in createXpsBrush() 1907 SkTScopedComPtr<IXpsOMMatrixTransform> xpsMatrixToUse; 1908 HR(this->createXpsTransform(transform, &xpsMatrixToUse)); [all …]
|
/external/skia/src/xps/ |
D | SkXPSDevice.h | 180 IXpsOMMatrixTransform* xpsMatrixToUse, 187 IXpsOMMatrixTransform* xpsMatrixToUse,
|
D | SkXPSDevice.cpp | 805 SkTScopedComPtr<IXpsOMMatrixTransform> xpsMatrixToUse; in createXpsImageBrush() local 806 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse)); in createXpsImageBrush() 807 if (xpsMatrixToUse.get()) { in createXpsImageBrush() 808 HRM((*xpsBrush)->SetTransformLocal(xpsMatrixToUse.get()), in createXpsImageBrush() 1020 SkTScopedComPtr<IXpsOMMatrixTransform> xpsMatrixToUse; in createXpsBrush() local 1021 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse)); in createXpsBrush() 1027 xpsMatrixToUse.get(), in createXpsBrush() 1036 xpsMatrixToUse.get(), in createXpsBrush() 1833 SkTScopedComPtr<IXpsOMMatrixTransform> xpsMatrixToUse; 1834 HR(this->createXpsTransform(transform, &xpsMatrixToUse)); [all …]
|