Searched refs:from_op (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/output/
H A Dfilter_operation.cc209 const FilterOperation& from_op = from ? *from : CreateNoOpFilter(to->type()); local
212 if (from_op.type() != to_op.type())
222 blended_filter.set_image_filter(from_op.image_filter());
227 gfx::Tween::FloatValueBetween(progress, from_op.amount(), to_op.amount()),
233 from_op.drop_shadow_offset().x(),
236 from_op.drop_shadow_offset().y(),
240 progress, from_op.drop_shadow_color(), to_op.drop_shadow_color()));
244 from_op.zoom_inset(), to_op.zoom_inset(), progress),
249 from_op.outer_threshold(),
/external/chromium_org/cc/animation/
H A Dtransform_operations.cc70 const TransformOperation* from_op = local
74 from_op,

Completed in 127 milliseconds