Home
last modified time | relevance | path

Searched refs:maxEdges (Results 1 – 2 of 2) sorted by relevance

/external/skia/legacy/src/core/
DSkRegion_path.cpp227 int maxEdges = 0; in count_path_runtype_values() local
232 maxEdges += gPathVerbToMaxEdges[verb]; in count_path_runtype_values()
255 return maxEdges; in count_path_runtype_values()
/external/skia/src/core/
DSkRegion_path.cpp242 int maxEdges = 0; in count_path_runtype_values() local
247 maxEdges += gPathVerbToMaxEdges[verb]; in count_path_runtype_values()
270 return maxEdges; in count_path_runtype_values()