Searched refs:affineTransformToSkMatrix (Results 1 – 8 of 8) sorted by relevance
92 m_pattern->setLocalMatrix(affineTransformToSkMatrix(m_patternSpaceTransformation)); in shader()100 m_pattern->setLocalMatrix(affineTransformToSkMatrix(m_patternSpaceTransformation)); in setPatternSpaceTransform()
147 m_gradient->setLocalMatrix(affineTransformToSkMatrix(m_gradientSpaceTransformation)); in setGradientSpaceTransform()277 m_gradient->setLocalMatrix(affineTransformToSkMatrix(m_gradientSpaceTransformation)); in shader()
347 void concatCTM(const AffineTransform& affine) { concat(affineTransformToSkMatrix(affine)); } in concatCTM()348 void setCTM(const AffineTransform& affine) { setMatrix(affineTransformToSkMatrix(affine)); } in setCTM()
149 m_path.transform(affineTransformToSkMatrix(xform)); in transform()
91 SkMatrix PLATFORM_EXPORT affineTransformToSkMatrix(const AffineTransform&);
178 SkMatrix affineTransformToSkMatrix(const AffineTransform& source) in affineTransformToSkMatrix() function
97 …canvas.concat(affineTransformToSkMatrix(orientation.transformFromDefault(sizeRespectingOrientation… in create()
79 destCanvas.setMatrix(affineTransformToSkMatrix(matrix)); in compositeToCopy()