Searched refs:build_edges (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/core/
H A DSkEdgeBuilder.h49 int build_edges(const SkPath& path, const SkIRect* shiftedClip,
H A DSkEdgeBuilder.cpp451 int SkEdgeBuilder::build_edges(const SkPath& path, const SkIRect* shiftedClip, function in class:SkEdgeBuilder
H A DSkScan_DAAPath.cpp158 int count = builder.build_edges(path, &clipBounds, 0, pathContainedInClip,
H A DSkScan_Path.cpp406 int count = builder.build_edges(path, &shiftedClip, shiftEdgesUp, pathContainedInClip);
H A DSkScan_AAAPath.cpp1598 int count = builder.build_edges(path, &clipRect, 0, pathContainedInClip,
/external/skqp/src/core/
H A DSkEdgeBuilder.h49 int build_edges(const SkPath& path, const SkIRect* shiftedClip,
H A DSkEdgeBuilder.cpp451 int SkEdgeBuilder::build_edges(const SkPath& path, const SkIRect* shiftedClip, function in class:SkEdgeBuilder
H A DSkScan_DAAPath.cpp158 int count = builder.build_edges(path, &clipBounds, 0, pathContainedInClip,
H A DSkScan_Path.cpp401 int count = builder.build_edges(path, &shiftedClip, shiftEdgesUp, pathContainedInClip);
H A DSkScan_AAAPath.cpp1597 int count = builder.build_edges(path, &clipRect, 0, pathContainedInClip,
/external/skia/src/gpu/
H A DGrTessellator.cpp26 * 2) Build a mesh of edges connecting the vertices (build_edges()).
1297 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, function in namespace:__anon20750
2161 build_edges(contours, contourCnt, mesh, c, alloc);
/external/skqp/src/gpu/
H A DGrTessellator.cpp26 * 2) Build a mesh of edges connecting the vertices (build_edges()).
1297 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, function in namespace:__anon21415
2161 build_edges(contours, contourCnt, mesh, c, alloc);

Completed in 1037 milliseconds