Lines Matching refs:kEmpty
16 case Type::kEmpty: in operator =()
103 result.fType = Type::kEmpty; in MakeFilled()
106 case Type::kEmpty: in MakeFilled()
107 result.fType = is_inverted(false, inversion) ? Type::kInvertedEmpty : Type::kEmpty; in MakeFilled()
110 result.fType = is_inverted(true, inversion) ? Type::kInvertedEmpty : Type::kEmpty; in MakeFilled()
136 case Type::kEmpty: in bounds()
228 case Type::kEmpty: in unstyledKeySize()
269 case Type::kEmpty: in writeUnstyledKey()
392 case Type::kEmpty: in GrShape()
424 this->initType(Type::kEmpty); in GrShape()
519 : Type::kEmpty); in attemptToSimplifyPath()
610 fType = fRRectData.fInverted ? Type::kInvertedEmpty : Type::kEmpty; in attemptToSimplifyRRect()
619 fType = Type::kEmpty; in attemptToSimplifyRRect()
668 this->changeType(fLineData.fInverted ? Type::kInvertedEmpty : Type::kEmpty); in attemptToSimplifyLine()
688 this->changeType(Type::kEmpty); in attemptToSimplifyArc()
748 this->changeType(Type::kEmpty); in attemptToSimplifyStrokedLineToRRect()