Searched defs:contourCnt (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/gpu/ |
D | GrTessellator.cpp | 1275 void sanitize_contours(VertexList* contours, int contourCnt, bool approximate) { in sanitize_contours() 1326 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, in build_edges() 2076 void contours_to_mesh(VertexList* contours, int contourCnt, bool antialias, in contours_to_mesh() 2111 Poly* contours_to_polys(VertexList* contours, int contourCnt, SkPath::FillType fillType, in contours_to_polys() 2171 int contourCnt, SkArenaAlloc& alloc, bool antialias, bool* isLinear, in path_to_polys() 2185 int contourCnt; in get_contour_count() local 2235 int contourCnt = get_contour_count(path, tolerance); in PathToTriangles() local 2273 int contourCnt = get_contour_count(path, tolerance); in PathToVertices() local
|
/external/skia/src/gpu/ |
D | GrTriangulator.cpp | 1063 void GrTriangulator::buildEdges(VertexList* contours, int contourCnt, VertexList* mesh, in buildEdges() 1371 void GrTriangulator::contoursToMesh(VertexList* contours, int contourCnt, VertexList* mesh, in contoursToMesh() 1440 int contourCnt = 1; in get_contour_count() local 1472 int contourCnt = get_contour_count(fPath, tolerance); in pathToPolys() local
|