Searched refs:contourCnt (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 974 void sanitize_contours(Vertex** contours, int contourCnt) { in sanitize_contours() argument 975 for (int i = 0; i < contourCnt; ++i) { in sanitize_contours() 1011 Vertex* build_edges(Vertex** contours, int contourCnt, Comparator& c, SkChunkAlloc& alloc) { in build_edges() argument 1014 for (int i = 0; i < contourCnt; ++i) { in build_edges() 1291 Poly* contours_to_polys(Vertex** contours, int contourCnt, const SkRect& pathBounds, in contours_to_polys() argument 1302 for (int i = 0; i < contourCnt; ++i) { in contours_to_polys() 1311 sanitize_contours(contours, contourCnt); in contours_to_polys() 1312 Vertex* vertices = build_edges(contours, contourCnt, c, alloc); in contours_to_polys() 1331 int contourCnt, SkChunkAlloc& alloc, bool* isLinear) { in path_to_polys() argument 1334 contourCnt++; in path_to_polys() [all …]
|
/external/skia/src/gpu/batches/ |
D | GrPLSPathRenderer.cpp | 140 int contourCnt; in get_geometry() local 141 int maxPts = GrPathUtils::worstCasePointCount(path, &contourCnt, tol); in get_geometry()
|