Searched refs:IsInverseFillType (Results 1 – 8 of 8) sorted by relevance
88 if (SkPath::IsInverseFillType(proc.fOverrideFillType)) { in emitCode()
202 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); } in isInverseFillType()983 static bool IsInverseFillType(FillType fill) { in IsInverseFillType() function
354 static bool IsInverseFillType(SkPathFillType fill) { in IsInverseFillType() function
2850 #Method static bool IsInverseFillType(FillType fill)2890 SkDebugf("IsInverseFillType(%s) == %s\n", fill.name, SkPath::IsInverseFillType(fill.fill) ?2895 IsInverseFillType(kWinding_FillType) == false2896 IsInverseFillType(kEvenOdd_FillType) == false2897 IsInverseFillType(kInverseWinding_FillType) == true2898 IsInverseFillType(kInverseEvenOdd_FillType) == true2963 #SeeAlso FillType getFillType setFillType IsInverseFillType
1397 bool isInverse = SkPath::IsInverseFillType(fillType); in aaa_walk_edges()
110 …static bool <a href='#SkPath_IsInverseFillType'>IsInverseFillType</a>(<a href='#SkPath_FillType'>F…3267 static bool <a href='#SkPath_IsInverseFillType'>IsInverseFillType</a>(<a href='#SkPath_FillType'>Fi…3300 IsInverseFillType(kWinding_FillType) == false3301 IsInverseFillType(kEvenOdd_FillType) == false3302 IsInverseFillType(kInverseWinding_FillType) == true3303 IsInverseFillType(kInverseEvenOdd_FillType) == true3359 …ref='#SkPath_setFillType'>setFillType</a> <a href='#SkPath_IsInverseFillType'>IsInverseFillType</a>
2174 if (SkPath::IsInverseFillType(fillType)) { in path_to_polys()
2380 static bool IsInverseFillType(FillType fill);