Home
last modified time | relevance | path

Searched refs:SkPathFillType_ConvertToNonInverse (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/include/core/
DSkPathTypes.h32 static inline SkPathFillType SkPathFillType_ConvertToNonInverse(SkPathFillType ft) { in SkPathFillType_ConvertToNonInverse() function
/third_party/skia/docs/examples/
DPath_ConvertToNonInverseFillType.cpp24 fills[(int) SkPathFillType_ConvertToNonInverse(fills[i].fill)].name); in draw()
/third_party/skia/tests/
DGrStyledShapeTest.cpp148 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()