Searched refs:fPE1 (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkPathEffect.cpp | 32 : fPE0(pe0), fPE1(pe1) { in SkPairPathEffect() 36 fPE1->ref(); in SkPairPathEffect() 41 SkSafeUnref(fPE1); in ~SkPairPathEffect() 50 buffer.writeFlattenable(fPE1); in flatten() 55 fPE1 = buffer.readPathEffect(); in SkPairPathEffect() 64 if (!fPE0 || !fPE1) { in filterPath() 71 if (fPE1->filterPath(&tmp, src, rec, cullRect)) { in filterPath() 83 fPE1->filterPath(dst, src, rec, cullRect); in filterPath()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkPathEffect.cpp | 32 : fPE0(pe0), fPE1(pe1) { in SkPairPathEffect() 36 fPE1->ref(); in SkPairPathEffect() 41 SkSafeUnref(fPE1); in ~SkPairPathEffect() 50 buffer.writeFlattenable(fPE1); in flatten() 55 fPE1 = buffer.readPathEffect(); in SkPairPathEffect() 64 if (!fPE0 || !fPE1) { in filterPath() 71 if (fPE1->filterPath(&tmp, src, rec, cullRect)) { in filterPath() 83 fPE1->filterPath(dst, src, rec, cullRect); in filterPath()
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkPathEffect.h | 164 SkPathEffect* fPE0, *fPE1; variable
|
/external/skia/include/core/ |
D | SkPathEffect.h | 164 SkPathEffect* fPE0, *fPE1; variable
|