Searched refs:xpsTransform (Results 1 – 2 of 2) sorted by relevance
515 IXpsOMMatrixTransform** xpsTransform) { in createXpsTransform() argument518 *xpsTransform = nullptr; in createXpsTransform()529 HRM(this->fXpsFactory->CreateMatrixTransform(&rawXpsMatrix, xpsTransform), in createXpsTransform()1231 SkTScopedComPtr<IXpsOMMatrixTransform> xpsTransform; in internalDrawRect() local1232 HRV(this->createXpsTransform(this->ctm(), &xpsTransform)); in internalDrawRect()1233 if (xpsTransform.get()) { in internalDrawRect()1234 HRVM(shadedGeometry->SetTransformLocal(xpsTransform.get()), in internalDrawRect()1720 SkTScopedComPtr<IXpsOMMatrixTransform> xpsTransform; in drawPath() local1721 HRV(this->createXpsTransform(matrix, &xpsTransform)); in drawPath()1723 if (xpsTransform.get()) { in drawPath()[all …]
201 IXpsOMMatrixTransform ** xpsTransform);