Searched defs:contourCnt (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrTessellator.cpp | 1306 void sanitize_contours(VertexList* contours, int contourCnt, bool approximate) { in sanitize_contours() 1357 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, in build_edges() 2161 void contours_to_mesh(VertexList* contours, int contourCnt, bool antialias, in contours_to_mesh() 2196 Poly* contours_to_polys(VertexList* contours, int contourCnt, SkPath::FillType fillType, in contours_to_polys() 2261 int contourCnt, SkArenaAlloc& alloc, bool antialias, bool* isLinear, in path_to_polys() 2275 int contourCnt; in get_contour_count() local 2325 int contourCnt = get_contour_count(path, tolerance); in PathToTriangles() local 2363 int contourCnt = get_contour_count(path, tolerance); in PathToVertices() local
|
/third_party/skia/src/gpu/geometry/ |
D | GrTriangulator.cpp | 1161 void GrTriangulator::buildEdges(VertexList* contours, int contourCnt, VertexList* mesh, in buildEdges() 1469 void GrTriangulator::contoursToMesh(VertexList* contours, int contourCnt, VertexList* mesh, in contoursToMesh() 1538 int contourCnt = 1; in get_contour_count() local 1570 int contourCnt = get_contour_count(fPath, tolerance); in pathToPolys() local
|