Lines Matching defs:tokenValue
481 SkScriptValue2 tokenValue;
482 success = innerScript(&script, &tokenValue); // terminate and return on comma, close brace
490 value->fOperand.fArray->setType(type = tokenValue.fType);
494 if (tokenValue.fType != type)
495 convertTo(type, &tokenValue);
496 *value->fOperand.fArray->append() = tokenValue.fOperand;