Searched refs:prePathMatrix (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/compute/sk/ |
D | SkDevice_Compute.cpp | 225 const SkMatrix* prePathMatrix) { in path_rasterize_and_place() argument 230 if (prePathMatrix) { in path_rasterize_and_place() 231 tmp.setConcat(ctm, *prePathMatrix); in path_rasterize_and_place() 303 const SkMatrix* prePathMatrix) { in path_add() argument 379 path_rasterize_and_place(paint,skc_path,prePathMatrix); in path_add() 710 const SkMatrix* prePathMatrix, bool pathIsMutable) { in drawPath() argument 712 path_add(paint,path,prePathMatrix); in drawPath() 719 this->path_add(paint, stroked, prePathMatrix); in drawPath()
|
D | SkDevice_Compute.h | 124 void path_add(const SkPaint&, const SkPath&, const SkMatrix* prePathMatrix = nullptr); 130 const SkMatrix* prePathMatrix = nullptr);
|
/external/skia/src/core/ |
D | SkDraw.h | 56 const SkMatrix* prePathMatrix = nullptr, bool pathIsMutable = false) const { 57 this->drawPath(path, paint, prePathMatrix, pathIsMutable, false);
|
D | SkDraw.cpp | 885 const SkMatrix* prePathMatrix, bool pathIsMutable, in drawPath() argument 902 if (prePathMatrix) { in drawPath() 910 pathPtr->transform(*prePathMatrix, result); in drawPath() 913 matrixProvider = preConcatMatrixProvider.init(*matrixProvider, *prePathMatrix); in drawPath() 917 SkDEBUGCODE(prePathMatrix = (const SkMatrix*)0x50FF8001;) in drawPath()
|
/external/skqp/src/core/ |
D | SkDraw.h | 55 const SkMatrix* prePathMatrix = nullptr, bool pathIsMutable = false) const { 56 this->drawPath(path, paint, prePathMatrix, pathIsMutable, false);
|
D | SkDraw.cpp | 884 const SkMatrix* prePathMatrix, bool pathIsMutable, in drawPath() argument 902 if (prePathMatrix) { in drawPath() 910 pathPtr->transform(*prePathMatrix, result); in drawPath() 913 tmpMatrix.setConcat(*matrix, *prePathMatrix); in drawPath() 918 SkDEBUGCODE(prePathMatrix = (const SkMatrix*)0x50FF8001;) in drawPath()
|