Home
last modified time | relevance | path

Searched refs:pe1 (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkPathEffect.cpp28 SkPairPathEffect::SkPairPathEffect(SkPathEffect* pe0, SkPathEffect* pe1) in SkPairPathEffect() argument
29 : fPE0(pe0), fPE1(pe1) { in SkPairPathEffect()
31 SkASSERT(pe1); in SkPairPathEffect()
/external/skia/legacy/src/core/
DSkPathEffect.cpp16 SkPairPathEffect::SkPairPathEffect(SkPathEffect* pe0, SkPathEffect* pe1) in SkPairPathEffect() argument
17 : fPE0(pe0), fPE1(pe1) { in SkPairPathEffect()
19 SkASSERT(pe1); in SkPairPathEffect()
/external/skia/legacy/include/core/
DSkPathEffect.h52 SkPairPathEffect(SkPathEffect* pe0, SkPathEffect* pe1);
/external/skia/include/core/
DSkPathEffect.h128 SkPairPathEffect(SkPathEffect* pe0, SkPathEffect* pe1);