Home | History | Annotate | Download | only in core

Lines Matching refs:tmpPath

2324     SkPath tmpPath;
2326 if (fPathEffect && fPathEffect->filterPath(&tmpPath, src, &rec, cullRect)) {
2327 srcPtr = &tmpPath;
2331 if (srcPtr == &tmpPath) {
2333 // As it is, we want to save making a deep-copy from tmpPath -> dst
2334 // since we know we're just going to delete tmpPath when we return,
2336 dst->swap(tmpPath);