Home
last modified time | relevance | path

Searched refs:overrideFillType (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/geometry/
DGrTriangulator.h87 void* polysToTriangles(Poly* polys, void* data, SkPathFillType overrideFillType) const;
174 static int64_t CountPoints(Poly* polys, SkPathFillType overrideFillType);
DGrTriangulator.cpp1526 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() argument
1588 if (apply_fill_type(overrideFillType, poly) && poly->fCount >= 3) { in CountPoints()