Searched refs:SkPathFillType_ConvertToNonInverse (Results 1 – 3 of 3) sorted by relevance
32 static inline SkPathFillType SkPathFillType_ConvertToNonInverse(SkPathFillType ft) { in SkPathFillType_ConvertToNonInverse() function
24 fills[(int) SkPathFillType_ConvertToNonInverse(fills[i].fill)].name); in draw()
148 if (SkPathFillType_ConvertToNonInverse(pathA.getFillType()) != in check_equivalence()149 SkPathFillType_ConvertToNonInverse(pathB.getFillType())) { in check_equivalence()166 pA.setFillType(SkPathFillType_ConvertToNonInverse(pathA.getFillType())); in check_equivalence()167 pB.setFillType(SkPathFillType_ConvertToNonInverse(pathB.getFillType())); in check_equivalence()584 p.setFillType(SkPathFillType_ConvertToNonInverse(path.getFillType())); in CheckBounds()