Home
last modified time | relevance | path

Searched refs:topInt (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/animator/
DSkScript.cpp1215 int32_t topInt = fOperandStack.top().fS32; in logicalOp() local
1218 if (match == kLogicalOr ? topInt != 0 : topInt == 0) { in logicalOp()