Home | History | Annotate | Download | only in animator

Lines Matching refs:fIntAnswer

1487                 if (value.fOperand.fS32 != scriptTests[index].fIntAnswer)
1488 SkDEBUGF(("script '%s' == value %d != expected answer %d\n", script, value.fOperand.fS32, scriptTests[index].fIntAnswer));
1489 SkASSERT(value.fOperand.fS32 == scriptTests[index].fIntAnswer);