Searched refs:overrideFillType (Results 1 – 2 of 2) sorted by relevance
87 void* polysToTriangles(Poly* polys, void* data, SkPathFillType overrideFillType) const;174 static int64_t CountPoints(Poly* polys, SkPathFillType overrideFillType);
1526 SkPathFillType overrideFillType) const { in polysToTriangles()1528 if (apply_fill_type(overrideFillType, poly)) { in polysToTriangles()1585 int64_t GrTriangulator::CountPoints(Poly* polys, SkPathFillType overrideFillType) { in CountPoints() argument1588 if (apply_fill_type(overrideFillType, poly) && poly->fCount >= 3) { in CountPoints()