Lines Matching defs:localMatrix
71 bool wideColor, const SkMatrix& localMatrix) {
74 roundCaps, wideColor, localMatrix);
105 bool roundCaps, bool wideColor, const SkMatrix& localMatrix)
107 , fLocalMatrix(localMatrix)
280 const SkMatrix& localMatrix) {
282 return new (ptr) ButtCapDashedCircleGeometryProcessor(wideColor, localMatrix);
308 ButtCapDashedCircleGeometryProcessor(bool wideColor, const SkMatrix& localMatrix)
310 , fLocalMatrix(localMatrix) {
543 bool useScale, const SkMatrix& localMatrix) {
545 return new (ptr) EllipseGeometryProcessor(stroke, wideColor, useScale, localMatrix);
573 const SkMatrix& localMatrix)
575 , fLocalMatrix(localMatrix)
1279 SkMatrix localMatrix;
1280 if (!fViewMatrixIfUsingLocalCoords.invert(&localMatrix)) {
1287 localMatrix);
1651 SkMatrix localMatrix;
1652 if (!fViewMatrixIfUsingLocalCoords.invert(&localMatrix)) {
1659 localMatrix);
1989 SkMatrix localMatrix;
1990 if (!fViewMatrixIfUsingLocalCoords.invert(&localMatrix)) {
1995 fUseScale, localMatrix);
2688 SkMatrix localMatrix;
2689 if (!fViewMatrixIfUsingLocalCoords.invert(&localMatrix)) {
2695 fWideColor, localMatrix);
3010 SkMatrix localMatrix;
3011 if (!fViewMatrixIfUsingLocalCoords.invert(&localMatrix)) {
3016 fUseScale, localMatrix);