Searched refs:xpsMatrixToUse (Results 1 – 2 of 2) sorted by relevance
184 IXpsOMMatrixTransform* xpsMatrixToUse,191 IXpsOMMatrixTransform* xpsMatrixToUse,
803 SkTScopedComPtr<IXpsOMMatrixTransform> xpsMatrixToUse; in createXpsImageBrush() local804 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse)); in createXpsImageBrush()805 if (xpsMatrixToUse.get()) { in createXpsImageBrush()806 HRM((*xpsBrush)->SetTransformLocal(xpsMatrixToUse.get()), in createXpsImageBrush()1018 SkTScopedComPtr<IXpsOMMatrixTransform> xpsMatrixToUse; in createXpsBrush() local1019 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse)); in createXpsBrush()1025 xpsMatrixToUse.get(), in createXpsBrush()1034 xpsMatrixToUse.get(), in createXpsBrush()1952 SkTScopedComPtr<IXpsOMMatrixTransform> xpsMatrixToUse; in AddGlyphs() local1953 HR(this->createXpsTransform(transform, &xpsMatrixToUse)); in AddGlyphs()[all …]