Home
last modified time | relevance | path

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

/external/skia/tests/
DPathCoverageTest.cpp124 uint32_t estimatedCount = in one_d_pe() local
130 estimatedCount = in one_d_pe()
135 bool isAccurate = (estimatedCount >= computedCount) && in one_d_pe()
136 (estimatedCount <= 2 * computedCount); in one_d_pe()
142 path[2].fX, path[2].fY, computedCount, estimatedCount); in one_d_pe()
/external/skqp/tests/
DPathCoverageTest.cpp124 uint32_t estimatedCount = in one_d_pe() local
130 estimatedCount = in one_d_pe()
135 bool isAccurate = (estimatedCount >= computedCount) && in one_d_pe()
136 (estimatedCount <= 2 * computedCount); in one_d_pe()
142 path[2].fX, path[2].fY, computedCount, estimatedCount); in one_d_pe()