Home
last modified time | relevance | path

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

/external/skia/tests/
DClipStackTest.cpp247 int numBitTests = SkClipStack::Element::kPath_Type == primType ? 4 : 1; in test_bounds() local
248 for (int invBits = 0; invBits < numBitTests; ++invBits) { in test_bounds()