Searched refs:overrideFillType (Results 1 – 4 of 4) sorted by relevance
18 SkPath::FillType overrideFillType) in GrCCClipProcessor() argument22 , fOverrideFillType(overrideFillType) in GrCCClipProcessor()
22 GrCCClipProcessor(const GrCCClipPath*, MustCheckBounds, SkPath::FillType overrideFillType);
84 void* polysToTriangles(Poly* polys, void* data, SkPathFillType overrideFillType) const;171 static int64_t CountPoints(Poly* polys, SkPathFillType overrideFillType);
1428 SkPathFillType overrideFillType) const { in polysToTriangles()1430 if (apply_fill_type(overrideFillType, poly)) { in polysToTriangles()1487 int64_t GrTriangulator::CountPoints(Poly* polys, SkPathFillType overrideFillType) { in CountPoints() argument1490 if (apply_fill_type(overrideFillType, poly) && poly->fCount >= 3) { in CountPoints()