Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrTriangulator.h174 static int64_t CountPoints(Poly* polys, SkPathFillType overrideFillType);
DGrAATriangulator.cpp664 int64_t count64 = CountPoints(polys, SkPathFillType::kWinding); in polysToAATriangles()
DGrTriangulator.cpp1585 int64_t GrTriangulator::CountPoints(Poly* polys, SkPathFillType overrideFillType) { in CountPoints() function in GrTriangulator
1598 int64_t count64 = CountPoints(polys, fPath.getFillType()); in polysToTriangles()