Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkOpEdgeBuilder.cpp309 int breakLimit = std::min(breaks, (int) SK_ARRAY_COUNT(splits) - 1); in walk() local
310 while (next < breakLimit && !splits[next + 1].fCanAdd) { in walk()

Completed in 1 milliseconds