Home
last modified time | relevance | path

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

/third_party/skia/tests/
DEmptyPathTest.cpp31 SkPMColor andValue = ~0U; in drawAndTest() local
35 andValue &= c; in drawAndTest()
40 bool success = shouldDraw ? (~0U == andValue) : (0 == orValue); in drawAndTest()
/third_party/flutter/skia/tests/
DEmptyPathTest.cpp31 SkPMColor andValue = ~0U; in drawAndTest() local
35 andValue &= c; in drawAndTest()
40 bool success = shouldDraw ? (~0U == andValue) : (0 == orValue); in drawAndTest()