Home | History | Annotate | Download | only in animator

Lines Matching refs:components

176         int count = animate->components();
214 int count = animate->components();
306 int components = animate->components();
308 SkOperand* to = &from[animate->components()];
309 existingValues.setCount(components);
314 for (int cIndex = 0; cIndex < components; cIndex++) {
326 fInterpolators[index]->reset(components, 2, SkType_Float);
380 int components = animate->components();
382 interpolator.reset(components, entries == 1 ? 2 : entries, animate->getValuesType());
395 from += components;