Home | History | Annotate | Download | only in core

Lines Matching full:fpath

23             fPath.reset();
27 fPath.reset();
31 fPath.set(that.getPath());
92 fPath.init();
93 fPath.get()->addRect(this->getRect());
94 fPath.get()->setFillType(SkPath::kInverseEvenOdd_FillType);
98 fPath.init();
99 fPath.get()->addRRect(fRRect);
100 fPath.get()->setFillType(SkPath::kInverseEvenOdd_FillType);
104 fPath.get()->toggleInverseFillType();
127 fPath.set(path);
146 *path = *fPath.get();
157 fPath.reset();
167 SkASSERT(!fPath.isValid());
405 fFiniteBound = fPath.get()->getBounds();
407 if (fPath.get()->isInverseFillType()) {