Lines Matching refs:fInverted
88 result.fRRectData.fInverted = is_inverted(original.fRRectData.fInverted, inversion); in MakeFilled()
96 result.fArcData.fInverted = is_inverted(original.fArcData.fInverted, inversion); in MakeFilled()
100 if (is_inverted(original.fLineData.fInverted, inversion)) { in MakeFilled()
279 *key |= fRRectData.fInverted ? (1 << 30) : 0; in writeUnstyledKey()
290 *key++ = fLineData.fInverted ? 1 : 0; in writeUnstyledKey()
382 result.fArcData.fInverted = false; in MakeArc()
524 fLineData.fInverted = inverted; in attemptToSimplifyPath()
530 fRRectData.fInverted = inverted; in attemptToSimplifyPath()
536 fRRectData.fInverted = inverted; in attemptToSimplifyPath()
545 fRRectData.fInverted = inverted; in attemptToSimplifyPath()
559 fRRectData.fInverted = inverted; in attemptToSimplifyPath()
610 fType = fRRectData.fInverted ? Type::kInvertedEmpty : Type::kEmpty; in attemptToSimplifyRRect()
629 fRRectData.fInverted = false; in attemptToSimplifyRRect()
656 fLineData.fInverted = false; in attemptToSimplifyLine()
668 this->changeType(fLineData.fInverted ? Type::kInvertedEmpty : Type::kEmpty); in attemptToSimplifyLine()
686 SkASSERT(!fArcData.fInverted); in attemptToSimplifyArc()
704 this->fRRectData.fInverted = false; in attemptToSimplifyArc()
759 bool inverted = fLineData.fInverted && !fStyle.hasPathEffect(); in attemptToSimplifyStrokedLineToRRect()
762 fRRectData.fInverted = inverted; in attemptToSimplifyStrokedLineToRRect()