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