Home
last modified time | relevance | path

Searched defs:SkSuppress (Results 1 – 2 of 2) sorted by relevance

/external/skia/legacy/src/animator/
DSkScript.h181 struct SkSuppress { // !!! could be compressed to a long struct
182 SkOp fOperator; // operand which enabled suppression
183 int fOpStackDepth; // depth when suppression operator was found
184 SkBool8 fSuppress; // set if suppression happens now, as opposed to later
185 SkBool8 fElse; // set on the : half of ? :
/external/skia/src/animator/
DSkScript.h181 struct SkSuppress { // !!! could be compressed to a long struct
182 SkOp fOperator; // operand which enabled suppression
183 int fOpStackDepth; // depth when suppression operator was found
184 SkBool8 fSuppress; // set if suppression happens now, as opposed to later
185 SkBool8 fElse; // set on the : half of ? :