Home | History | Annotate | Download | only in core

Lines Matching full:tmppath

1072     SkPath          tmpPath;
1082 result = &tmpPath;
1130 doFill = paint->getFillPath(*pathPtr, &tmpPath, cullRectPtr);
1131 pathPtr = &tmpPath;
1146 SkPath* devPathPtr = pathIsMutable ? pathPtr : &tmpPath;