Home
last modified time | relevance | path

Searched defs:nextEdge (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsAsWinding.cpp204 int nextEdge(Contour& contour, Edge edge) { in nextEdge() function in OpAsWinding
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Disolated-reifier.js188 const nextEdge = queue.pop() constant
/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp253 SSEdge* nextEdge = fEdge->fNext->fNext; in apply() local
/third_party/skia/src/core/
DSkScan_AAAPath.cpp1051 static bool is_smooth_enough(SkAnalyticEdge* thisEdge, SkAnalyticEdge* nextEdge, int stop_y) { in is_smooth_enough()