Home
last modified time | relevance | path

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

/external/skia/gm/
Dcomplexclip.cpp121 for (int invBits = 0; invBits < 4; ++invBits) { in onDraw() local
126 bool doInvA = SkToBool(invBits & 1); in onDraw()
127 bool doInvB = SkToBool(invBits & 2); in onDraw()
/external/skia/tests/
DClipStackTest.cpp248 for (int invBits = 0; invBits < numBitTests; ++invBits) { in test_bounds() local
252 bool doInvA = SkToBool(invBits & 1); in test_bounds()
253 bool doInvB = SkToBool(invBits & 2); in test_bounds()