Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_Path.cpp458 int maxCount2 = worst_case_edge_count(path, &size2); in sk_fill_path() local
460 SkASSERT(maxCount >= maxCount2 && size >= size2); in sk_fill_path()