Searched refs:pe1 (Results 1 – 4 of 4) sorted by relevance
28 SkPairPathEffect::SkPairPathEffect(SkPathEffect* pe0, SkPathEffect* pe1) in SkPairPathEffect() argument29 : fPE0(pe0), fPE1(pe1) { in SkPairPathEffect()31 SkASSERT(pe1); in SkPairPathEffect()
16 SkPairPathEffect::SkPairPathEffect(SkPathEffect* pe0, SkPathEffect* pe1) in SkPairPathEffect() argument17 : fPE0(pe0), fPE1(pe1) { in SkPairPathEffect()19 SkASSERT(pe1); in SkPairPathEffect()
52 SkPairPathEffect(SkPathEffect* pe0, SkPathEffect* pe1);
128 SkPairPathEffect(SkPathEffect* pe0, SkPathEffect* pe1);