Lines Matching refs:kInvertedEmpty
18 case Type::kInvertedEmpty: in operator =()
101 result.fType = Type::kInvertedEmpty; in MakeFilled()
107 result.fType = is_inverted(false, inversion) ? Type::kInvertedEmpty : Type::kEmpty; in MakeFilled()
109 case Type::kInvertedEmpty: in MakeFilled()
110 result.fType = is_inverted(true, inversion) ? Type::kInvertedEmpty : Type::kEmpty; in MakeFilled()
138 case Type::kInvertedEmpty: in bounds()
230 case Type::kInvertedEmpty: in unstyledKeySize()
272 case Type::kInvertedEmpty: in writeUnstyledKey()
394 case Type::kInvertedEmpty: in GrShape()
518 this->changeType(inverted && !this->style().isDashed() ? Type::kInvertedEmpty in attemptToSimplifyPath()
610 fType = fRRectData.fInverted ? Type::kInvertedEmpty : Type::kEmpty; in attemptToSimplifyRRect()
668 this->changeType(fLineData.fInverted ? Type::kInvertedEmpty : Type::kEmpty); in attemptToSimplifyLine()