Home | History | Annotate | Download | only in core

Lines Matching refs:tmpPath

2256     SkPath tmpPath;
2258 if (fPathEffect && fPathEffect->filterPath(&tmpPath, src, &rec, cullRect)) {
2259 srcPtr = &tmpPath;
2263 if (srcPtr == &tmpPath) {
2265 // As it is, we want to save making a deep-copy from tmpPath -> dst
2266 // since we know we're just going to delete tmpPath when we return,
2268 dst->swap(tmpPath);