HomeSort by relevance Sort by last modified time
    Searched refs:orValue (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
EmptyPathTest.cpp 32 SkPMColor orValue = 0;
36 orValue |= c;
40 bool success = shouldDraw ? (~0U == andValue) : (0 == orValue);
  /external/skqp/tests/
EmptyPathTest.cpp 32 SkPMColor orValue = 0;
36 orValue |= c;
40 bool success = shouldDraw ? (~0U == andValue) : (0 == orValue);

Completed in 171 milliseconds