Home | History | Annotate | Download | only in animator

Lines Matching defs:tokenValue

489                 SkScriptValue2 tokenValue;
490 success = innerScript(&script, &tokenValue); // terminate and return on comma, close brace
498 value->fOperand.fArray->setType(type = tokenValue.fType);
502 if (tokenValue.fType != type)
503 convertTo(type, &tokenValue);
504 *value->fOperand.fArray->append() = tokenValue.fOperand;