Home | History | Annotate | Download | only in core

Lines Matching refs:tmpPath

1005     SkPath          tmpPath;
1015 result = &tmpPath;
1060 doFill = paint->getFillPath(*pathPtr, &tmpPath, cullRectPtr);
1061 pathPtr = &tmpPath;
1076 SkPath* devPathPtr = pathIsMutable ? pathPtr : &tmpPath;