Searched refs:CountPoints (Results 1 – 3 of 3) sorted by relevance
171 static int64_t CountPoints(Poly* polys, SkPathFillType overrideFillType);
664 int64_t count64 = CountPoints(polys, SkPathFillType::kWinding); in polysToAATriangles()
1487 int64_t GrTriangulator::CountPoints(Poly* polys, SkPathFillType overrideFillType) { in CountPoints() function in GrTriangulator1500 int64_t count64 = CountPoints(polys, fPath.getFillType()); in polysToTriangles()