Searched refs:computedCount (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/tests/ |
D | PathCoverageTest.cpp | 122 uint32_t computedCount = in one_d_pe() local 128 computedCount = 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()
|
/third_party/skia/tests/ |
D | PathCoverageTest.cpp | 122 uint32_t computedCount = in one_d_pe() local 128 computedCount = 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()
|
/third_party/skia/src/core/ |
D | SkStrikeCache.cpp | 326 int computedCount = 0; in validate() local 331 computedCount += 1; in validate() 336 if (fCacheCount != computedCount) { in validate() 337 SkDebugf("fCacheCount: %d, computedCount: %d", fCacheCount, computedCount); in validate()
|
/third_party/flutter/skia/src/core/ |
D | SkStrikeCache.cpp | 567 int computedCount = 0; in validate() local 572 computedCount += 1; in validate() 576 SkASSERTF(fCacheCount == computedCount, "fCacheCount: %d, computedCount: %d", fCacheCount, in validate() 577 computedCount); in validate()
|