Lines Matching refs:inverted
86 GrStyledShape(const SkRRect& rrect, SkPathDirection dir, unsigned start, bool inverted,
91 fShape.setInverted(inverted);
125 * the fill is inverted or not. It's important to note that the original shape's geometry
128 * made non-inverted since dashing ignores inverseness).
154 bool asRRect(SkRRect* rrect, SkPathDirection* dir, unsigned* start, bool* inverted) const;
160 bool asLine(SkPoint pts[2], bool* inverted) const;
211 // Since the path tracks inverted-fillness itself, it should match what was recorded.
212 SkASSERT(!fShape.isPath() || fShape.inverted() == fShape.path().isInverseFillType());
214 SkASSERT(!(fShape.inverted() && this->style().isDashed()));
215 return fShape.inverted();