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

/external/skia/tests/
H A DPathCoverageTest.cpp124 uint32_t estimatedCount = local
128 bool isAccurate = (estimatedCount >= computedCount) &&
129 (estimatedCount <= 2 * computedCount);
137 path[2].fX, path[2].fY, computedCount, estimatedCount);

Completed in 146 milliseconds