Searched defs:prePathMatrix (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkDraw.cpp800 const SkMatrix* prePathMatrix, bool pathIsMutable) const {
815 if (prePathMatrix) {
824 pathPtr->transform(*prePathMatrix, result);
827 if (!tmpMatrix.setConcat(*matrix, *prePathMatrix)) {
834 // at this point we're done with prePathMatrix
835 SkDEBUGCODE(prePathMatrix = (const SkMatrix*)0x50FF8001;)
799 drawPath(const SkPath& origSrcPath, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) const argument

Completed in 19 milliseconds