Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTriangulator.h171 static int64_t CountPoints(Poly* polys, SkPathFillType overrideFillType);
DGrAATriangulator.cpp664 int64_t count64 = CountPoints(polys, SkPathFillType::kWinding); in polysToAATriangles()
DGrTriangulator.cpp1487 int64_t GrTriangulator::CountPoints(Poly* polys, SkPathFillType overrideFillType) { in CountPoints() function in GrTriangulator
1500 int64_t count64 = CountPoints(polys, fPath.getFillType()); in polysToTriangles()