Searched refs:from_op (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/cc/output/ |
D | filter_operation.cc | 179 const FilterOperation& from_op = from ? *from : CreateNoOpFilter(to->type()); in Blend() local 182 if (from_op.type() != to_op.type()) in Blend() 192 blended_filter.set_image_filter(from_op.image_filter()); in Blend() 197 gfx::Tween::FloatValueBetween(progress, from_op.amount(), to_op.amount()), in Blend() 203 from_op.drop_shadow_offset().x(), in Blend() 206 from_op.drop_shadow_offset().y(), in Blend() 210 progress, from_op.drop_shadow_color(), to_op.drop_shadow_color())); in Blend() 214 from_op.zoom_inset(), to_op.zoom_inset(), progress), in Blend()
|
/external/chromium_org/cc/animation/ |
D | transform_operations.cc | 65 const TransformOperation* from_op = in BlendedBoundsForBox() local 69 from_op, in BlendedBoundsForBox()
|