Lines Matching defs:matrix
1282 /** Appends src to SkPath, transformed by matrix. Transformed curves may have different
1290 @param matrix transform applied to src
1294 SkPath& addPath(const SkPath& src, const SkMatrix& matrix,
1327 /** Transforms verb array, SkPoint array, and weight by matrix.
1332 @param matrix SkMatrix to apply to SkPath
1338 void transform(const SkMatrix& matrix, SkPath* dst,
1341 /** Transforms verb array, SkPoint array, and weight by matrix.
1345 @param matrix SkMatrix to apply to SkPath
1348 void transform(const SkMatrix& matrix,
1350 this->transform(matrix, this, pc);