Searched defs:contourCnt (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrTessellator.cpp1129 void sanitize_contours(VertexList* contours, int contourCnt, bool approximate) { argument
1130 for (VertexList* contour = contours; contourCnt > 0; --contourCnt, ++contour) {
1167 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, argument
1169 for (VertexList* contour = contours; contourCnt > 0; --contourCnt, ++contour) {
1668 void contours_to_mesh(VertexList* contours, int contourCnt, bool antialias, argument
1671 for (int i = 0; i < contourCnt; ++i) {
1680 sanitize_contours(contours, contourCnt, antialias);
1681 build_edges(contours, contourCnt, mes
1703 contours_to_polys(VertexList* contours, int contourCnt, SkPath::FillType fillType, const SkRect& pathBounds, bool antialias, VertexList* outerMesh, SkArenaAlloc& alloc) argument
1748 path_to_polys(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, int contourCnt, SkArenaAlloc& alloc, bool antialias, bool* isLinear, VertexList* outerMesh) argument
1763 int contourCnt; local
1818 int contourCnt = get_contour_count(path, tolerance); local
1858 int contourCnt = get_contour_count(path, tolerance); local
[all...]

Completed in 34 milliseconds