Home | History | Annotate | Download | only in animator

Lines Matching refs:values

115 void SkApply::applyValues(int animatorIndex, SkOperand* values, int count,
131 temp.fOperand = values[index];
137 scriptValue.fOperand = values[0];
146 animator->packARGB(&values->fScalar, count, &converted);
147 values = converted.begin();
154 info->setString(target, values->fString);
156 target->setReference(info, values->fDisplayable);
158 info->setValue(target, values, count);
582 // SkTypedArray values;
584 // values.setCount(count);
585 // memcpy(values.begin(), animate->fValues.begin(), sizeof(SkOperand) * count);
587 // if (memcmp(values.begin(), animate->fValues.begin(), sizeof(SkOperand) * count) != 0) {
623 SkAutoSTMalloc<16, SkOperand> values(count);
625 innerTime, values.get());
648 applyValues(inner, values.get(), count, animate->getValuesType(), innerTime);