Searched defs:SkSuppress (Results 1 – 2 of 2) sorted by relevance
181 struct SkSuppress { // !!! could be compressed to a long struct182 SkOp fOperator; // operand which enabled suppression183 int fOpStackDepth; // depth when suppression operator was found184 SkBool8 fSuppress; // set if suppression happens now, as opposed to later185 SkBool8 fElse; // set on the : half of ? :