Home | History | Annotate | Download | only in gpu

Lines Matching full:inverted

64     GrShape(const SkRRect& rrect, SkPath::Direction dir, unsigned start, bool inverted,
69 fRRectData.fInverted = inverted;
136 * the fill is inverted or not. It's important to note that the original shape's geometry
139 * made non-inverted since dashing ignores inverseness).
155 bool asRRect(SkRRect* rrect, SkPath::Direction* dir, unsigned* start, bool* inverted) const {
168 if (inverted) {
169 *inverted = fRRectData.fInverted;
178 bool asLine(SkPoint pts[2], bool* inverted) const {
186 if (inverted) {
187 *inverted = fLineData.fInverted;