Searched refs:IsInverseFillType (Results 1 – 12 of 12) sorted by relevance
86 if (SkPath::IsInverseFillType(proc.fOverrideFillType)) { in emitCode()
200 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); } in isInverseFillType()936 static bool IsInverseFillType(FillType fill) { in IsInverseFillType() function
201 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); } in isInverseFillType()978 static bool IsInverseFillType(FillType fill) { in IsInverseFillType() function
3669 #Method static bool IsInverseFillType(FillType fill) 3707 SkDebugf("IsInverseFillType(%s) == %s\n", fill.name, SkPath::IsInverseFillType(fill.fill) ?3712 IsInverseFillType(kWinding_FillType) == false3713 IsInverseFillType(kEvenOdd_FillType) == false3714 IsInverseFillType(kInverseWinding_FillType) == true3715 IsInverseFillType(kInverseEvenOdd_FillType) == true3779 #SeeAlso FillType getFillType setFillType IsInverseFillType
3636 #Method static bool IsInverseFillType(FillType fill) 3674 SkDebugf("IsInverseFillType(%s) == %s\n", fill.name, SkPath::IsInverseFillType(fill.fill) ?3679 IsInverseFillType(kWinding_FillType) == false3680 IsInverseFillType(kEvenOdd_FillType) == false3681 IsInverseFillType(kInverseWinding_FillType) == true3682 IsInverseFillType(kInverseEvenOdd_FillType) == true3746 #SeeAlso FillType getFillType setFillType IsInverseFillType
175 | <a href="#SkPath_IsInverseFillType">IsInverseFillType</a> | returns if <a href="#Fill_Type">Fill …603 | <a href="#SkPath_IsInverseFillType">IsInverseFillType</a> | returns if <a href="#Fill_Type">Fill …3122 ## IsInverseFillType section in <a name="SkPath"></a> Class SkPath3125 static bool IsInverseFillType(FillType fill)3157 IsInverseFillType(kWinding_FillType) == false3158 IsInverseFillType(kEvenOdd_FillType) == false3159 IsInverseFillType(kInverseWinding_FillType) == true3160 IsInverseFillType(kInverseEvenOdd_FillType) == true3217 …ref="#SkPath_setFillType">setFillType</a> <a href="#SkPath_IsInverseFillType">IsInverseFillType</a>
1390 bool isInverse = SkPath::IsInverseFillType(fillType); in aaa_walk_edges()
1389 bool isInverse = SkPath::IsInverseFillType(fillType); in aaa_walk_edges()
166 | <a href="#SkPath_IsInverseFillType">IsInverseFillType</a> | returns if <a href="#Fill_Type">Fill …3054 ## IsInverseFillType section in <a name="Cubic"></a> Cubic3057 static bool IsInverseFillType(FillType fill)3089 IsInverseFillType(kWinding_FillType) == false3090 IsInverseFillType(kEvenOdd_FillType) == false3091 IsInverseFillType(kInverseWinding_FillType) == true3092 IsInverseFillType(kInverseEvenOdd_FillType) == true3149 …ref="#SkPath_setFillType">setFillType</a> <a href="#SkPath_IsInverseFillType">IsInverseFillType</a>
2254 if (SkPath::IsInverseFillType(fillType)) { in contours_to_polys()