Home | History | Annotate | Download | only in core

Lines Matching refs:tmpPath

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