HomeSort by relevance Sort by last modified time
    Searched refs:to_op (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/output/
filter_operation.cc 180 const FilterOperation& to_op = to ? *to : CreateNoOpFilter(from->type()); local
182 if (from_op.type() != to_op.type())
185 DCHECK(to_op.type() != FilterOperation::COLOR_MATRIX);
186 blended_filter.set_type(to_op.type());
188 if (to_op.type() == FilterOperation::REFERENCE) {
190 blended_filter.set_image_filter(to_op.image_filter());
197 gfx::Tween::FloatValueBetween(progress, from_op.amount(), to_op.amount()),
198 to_op.type()));
200 if (to_op.type() == FilterOperation::DROP_SHADOW) {
204 to_op.drop_shadow_offset().x())
    [all...]
  /external/chromium_org/cc/animation/
transform_operations.cc 67 const TransformOperation* to_op = to_identity ? NULL : &operations_[i]; local
70 to_op,
  /external/chromium_org/third_party/sqlite/src/src/
expr.c 2363 int aff, to_op; local
    [all...]

Completed in 192 milliseconds