Searched refs:contourCnt (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 1275 void sanitize_contours(VertexList* contours, int contourCnt, bool approximate) { in sanitize_contours() argument 1276 for (VertexList* contour = contours; contourCnt > 0; --contourCnt, ++contour) { in sanitize_contours() 1326 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, in build_edges() argument 1328 for (VertexList* contour = contours; contourCnt > 0; --contourCnt, ++contour) { in build_edges() 2076 void contours_to_mesh(VertexList* contours, int contourCnt, bool antialias, in contours_to_mesh() argument 2079 for (int i = 0; i < contourCnt; ++i) { in contours_to_mesh() 2088 sanitize_contours(contours, contourCnt, antialias); in contours_to_mesh() 2089 build_edges(contours, contourCnt, mesh, c, alloc); in contours_to_mesh() 2111 Poly* contours_to_polys(VertexList* contours, int contourCnt, SkPath::FillType fillType, in contours_to_polys() argument 2117 contours_to_mesh(contours, contourCnt, antialias, &mesh, c, alloc); in contours_to_polys() [all …]
|
/external/skqp/src/gpu/ |
D | GrTessellator.cpp | 1275 void sanitize_contours(VertexList* contours, int contourCnt, bool approximate) { in sanitize_contours() argument 1276 for (VertexList* contour = contours; contourCnt > 0; --contourCnt, ++contour) { in sanitize_contours() 1326 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, in build_edges() argument 1328 for (VertexList* contour = contours; contourCnt > 0; --contourCnt, ++contour) { in build_edges() 2076 void contours_to_mesh(VertexList* contours, int contourCnt, bool antialias, in contours_to_mesh() argument 2079 for (int i = 0; i < contourCnt; ++i) { in contours_to_mesh() 2088 sanitize_contours(contours, contourCnt, antialias); in contours_to_mesh() 2089 build_edges(contours, contourCnt, mesh, c, alloc); in contours_to_mesh() 2111 Poly* contours_to_polys(VertexList* contours, int contourCnt, SkPath::FillType fillType, in contours_to_polys() argument 2117 contours_to_mesh(contours, contourCnt, antialias, &mesh, c, alloc); in contours_to_polys() [all …]
|