Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkRegion_path.cpp280 int maxEdges = 0; in count_path_runtype_values() local
285 maxEdges += verb_to_max_edges(verb); in count_path_runtype_values()
304 if (0 == maxEdges) { in count_path_runtype_values()
311 return maxEdges; in count_path_runtype_values()
/external/skia/src/core/
DSkRegion_path.cpp280 int maxEdges = 0; in count_path_runtype_values() local
285 maxEdges += verb_to_max_edges(verb); in count_path_runtype_values()
304 if (0 == maxEdges) { in count_path_runtype_values()
311 return maxEdges; in count_path_runtype_values()
/external/skqp/src/utils/
DSkPolyUtils.cpp651 ActiveEdgeList(int maxEdges) { in ActiveEdgeList() argument
652 fAllocation = (char*) sk_malloc_throw(sizeof(ActiveEdge)*maxEdges); in ActiveEdgeList()
654 fMaxFree = maxEdges; in ActiveEdgeList()
/external/skia/src/utils/
DSkPolyUtils.cpp681 ActiveEdgeList(int maxEdges) { in ActiveEdgeList() argument
682 fAllocation = (char*) sk_malloc_throw(sizeof(ActiveEdge)*maxEdges); in ActiveEdgeList()
684 fMaxFree = maxEdges; in ActiveEdgeList()