Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/tests/
DLayerRasterizerTest.cpp104 const int smallerCount = LayerRasterizerTester::CountLayers(*firstCopy.get()); in DEF_TEST() local
106 REPORTER_ASSERT(reporter, smallerCount == largerCount - 1); in DEF_TEST()
133 if (smallerCount == i) { in DEF_TEST()
/external/skia/tests/
DLayerRasterizerTest.cpp104 const int smallerCount = LayerRasterizerTester::CountLayers(*firstCopy.get()); in DEF_TEST() local
106 REPORTER_ASSERT(reporter, smallerCount == largerCount - 1); in DEF_TEST()
133 if (smallerCount == i) { in DEF_TEST()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
DHeapSnapshot.js2228 var smallerCount = 0;
2232 ++smallerCount;
2234 return smallerCount;