Searched refs:fPE1 (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkPathEffect.cpp | 60 : fPE0(std::move(pe0)), fPE1(std::move(pe1)) in SkPairPathEffect() 63 SkASSERT(fPE1.get()); in SkPairPathEffect() 68 buffer.writeFlattenable(fPE1.get()); 73 sk_sp<SkPathEffect> fPE1; member in SkPairPathEffect 106 if (fPE1->filterPath(&tmp, src, rec, cullRect, ctm)) { 115 // inner (fPE1) is computed first, automatically updating bounds before computing outer. 116 return as_PEB(fPE1)->computeFastBounds(bounds) && 166 bool filteredSecond = fPE1->filterPath(dst, src, rec, cullRect, ctm); 175 as_PEB(fPE1)->computeFastBounds(bounds);
|
Completed in 1 milliseconds