Searched defs:pe1 (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkPathEffect.cpp31 SkPairPathEffect::SkPairPathEffect(SkPathEffect* pe0, SkPathEffect* pe1) argument
32 : fPE0(pe0), fPE1(pe1) {
34 SkASSERT(pe1);
45 Format: [oe0-factory][pe1-factory][pe0-size][pe0-data][pe1-data]
/external/chromium_org/third_party/skia/src/core/
H A DSkPathEffect.cpp31 SkPairPathEffect::SkPairPathEffect(SkPathEffect* pe0, SkPathEffect* pe1) argument
32 : fPE0(pe0), fPE1(pe1) {
34 SkASSERT(pe1);
45 Format: [oe0-factory][pe1-factory][pe0-size][pe0-data][pe1-data]
64 SkAutoTUnref<SkPathEffect> pe1(buffer.readPathEffect());
65 return SkComposePathEffect::Create(pe0, pe1);
88 SkAutoTUnref<SkPathEffect> pe1(buffer.readPathEffect());
89 return SkSumPathEffect::Create(pe0, pe1);

Completed in 111 milliseconds