Searched refs:path_to_polys (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 1330 Poly* path_to_polys(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, in path_to_polys() function 1388 Poly* polys = path_to_polys(path, tolerance, clipBounds, contourCnt, alloc, isLinear); in PathToTriangles() 1439 Poly* polys = path_to_polys(path, tolerance, clipBounds, contourCnt, alloc, &isLinear); in PathToVertices()
|