Searched refs:build_edges (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/core/ |
D | SkEdgeBuilder.h | 28 int build_edges(const SkPath& path, const SkIRect* shiftedClip,
|
D | SkEdgeBuilder.cpp | 445 int SkEdgeBuilder::build_edges(const SkPath& path, const SkIRect* shiftedClip, in build_edges() function in SkEdgeBuilder
|
D | SkScan_Path.cpp | 400 int count = builder.build_edges(path, &shiftedClip, shiftEdgesUp, pathContainedInClip); in sk_fill_path()
|
D | SkScan_AAAPath.cpp | 1596 int count = builder.build_edges(path, &clipRect, 0, pathContainedInClip, true); in aaa_fill_path()
|
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 1177 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()
|