HomeSort by relevance Sort by last modified time
    Searched refs:fPE0 (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkPathEffect.cpp 17 : fPE0(pe0), fPE1(pe1) {
20 fPE0->ref();
25 SkSafeUnref(fPE0);
33 buffer.writeFlattenable(fPE0);
38 fPE0 = (SkPathEffect*)buffer.readFlattenable();
48 if (!fPE0 || !fPE1) {
58 return fPE0->filterPath(dst, *ptr, width);
66 return fPE0->filterPath(dst, src, width) | fPE1->filterPath(dst, src, width);
  /external/skia/include/core/
SkPathEffect.h 59 SkPathEffect* fPE0, *fPE1;

Completed in 231 milliseconds