Searched defs:fOpStackDepth (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkScript.h183 int fOpStackDepth; // depth when suppression operator was found member in struct:SkScriptEngine::SkSuppress
H A DSkScript2.h192 : fOffset(SkToU16(offset)), fOpStackDepth(depth), fOperator(op)
207 int fOpStackDepth : 7; // depth when operator was found member in struct:SkScriptEngine2::Branch
/external/skia/src/animator/
H A DSkScript.h183 int fOpStackDepth; // depth when suppression operator was found member in struct:SkScriptEngine::SkSuppress
H A DSkScript2.h192 : fOffset(SkToU16(offset)), fOpStackDepth(depth), fOperator(op)
207 int fOpStackDepth : 7; // depth when operator was found member in struct:SkScriptEngine2::Branch

Completed in 562 milliseconds