Home | History | Annotate | Download | only in core

Lines Matching defs:isInverse

3169     bool isInverse = this->isInverseFillType();
3171 return isInverse;
3175 return isInverse;
3211 return !isInverse;
3214 return SkToBool(onCurveCount) ^ isInverse;
3217 return SkToBool(onCurveCount & 1) ^ isInverse;
3266 return SkToBool(tangents.count()) ^ isInverse;