Lines Matching refs:fDeviceSpacePath
24 fDeviceSpacePath.reset(); in Element()
28 fDeviceSpacePath.reset(); in Element()
32 fDeviceSpacePath.set(that.getDeviceSpacePath()); in Element()
85 return fDeviceSpacePath.get()->getBounds(); in getBounds()
101 return fDeviceSpacePath.get()->conservativelyContainsRect(rect); in contains()
118 return fDeviceSpacePath.get()->conservativelyContainsRect(rrect.getBounds()); in contains()
130 fDeviceSpacePath.init(); in invertShapeFillType()
131 fDeviceSpacePath.get()->addRect(this->getDeviceSpaceRect()); in invertShapeFillType()
132 fDeviceSpacePath.get()->setFillType(SkPath::kInverseEvenOdd_FillType); in invertShapeFillType()
136 fDeviceSpacePath.init(); in invertShapeFillType()
137 fDeviceSpacePath.get()->addRRect(fDeviceSpaceRRect); in invertShapeFillType()
138 fDeviceSpacePath.get()->setFillType(SkPath::kInverseEvenOdd_FillType); in invertShapeFillType()
142 fDeviceSpacePath.get()->toggleInverseFillType(); in invertShapeFillType()
217 path.transform(m, fDeviceSpacePath.init()); in initAsPath()
218 fDeviceSpacePath.get()->setIsVolatile(true); in initAsPath()
237 *path = *fDeviceSpacePath.get(); in asDeviceSpacePath()
249 fDeviceSpacePath.reset(); in setEmpty()
260 SkASSERT(!fDeviceSpacePath.isValid()); in checkEmpty()
497 fFiniteBound = fDeviceSpacePath.get()->getBounds(); in updateBoundAndGenID()
499 if (fDeviceSpacePath.get()->isInverseFillType()) { in updateBoundAndGenID()