Home | History | Annotate | Download | only in animator

Lines Matching full:farray

473             SkTypedArray* child = (*array)[index].fArray;
589 if (value->fOperand.fArray->count() == 0)
590 value->fOperand.fArray->setType(type = tokenValue.fType);
592 type = value->fOperand.fArray->getType();
598 *value->fOperand.fArray->append() = tokenValue.fOperand;
748 operand.fArray = value->fOperand.fArray = new SkTypedArray(ToDisplayType(fReturnType));
749 track(value->fOperand.fArray);
905 *fTypeStack.push() = scriptValue.fOperand.fArray->getOpType();
907 if ((unsigned) index >= (unsigned) scriptValue.fOperand.fArray->count()) {
911 scriptValue.fOperand = scriptValue.fOperand.fArray->begin()[index];
1170 SkTypedArray* array = arrayOperand.fArray;
1552 operand.fArray = array;