Home
last modified time | relevance | path

Searched refs:build_edges (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkEdgeBuilder.h28 int build_edges(const SkPath& path, const SkIRect* shiftedClip,
DSkEdgeBuilder.cpp445 int SkEdgeBuilder::build_edges(const SkPath& path, const SkIRect* shiftedClip, in build_edges() function in SkEdgeBuilder
DSkScan_Path.cpp400 int count = builder.build_edges(path, &shiftedClip, shiftEdgesUp, pathContainedInClip); in sk_fill_path()
DSkScan_AAAPath.cpp1596 int count = builder.build_edges(path, &clipRect, 0, pathContainedInClip, true); in aaa_fill_path()
/external/skia/src/gpu/
DGrTessellator.cpp1177 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, in build_edges() function
1700 build_edges(contours, contourCnt, mesh, c, alloc); in contours_to_mesh()