Searched refs:SkPathFillType_IsInverse (Results 1 – 6 of 6) sorted by relevance
19 SkDebugf("IsInverseFillType(%s) == %s\n", fill.name, SkPathFillType_IsInverse(fill.fill) ? in draw()
28 static inline bool SkPathFillType_IsInverse(SkPathFillType ft) { in SkPathFillType_IsInverse() function
217 bool isInverseFillType() const { return SkPathFillType_IsInverse(this->getFillType()); } in isInverseFillType()
186 SkPathFillType_IsInverse(this->pathFillType())); in prePreparePrograms()
1580 bool isInverse = SkPathFillType_IsInverse(fillType); in aaa_walk_edges()
1576 if (SkPathFillType_IsInverse(fPath.getFillType())) { in pathToPolys()