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 210 const FilterOperation& to_op = to ? *to : CreateNoOpFilter(from->type()); local
212 if (from_op.type() != to_op.type())
215 DCHECK(to_op.type() != FilterOperation::COLOR_MATRIX);
216 blended_filter.set_type(to_op.type());
218 if (to_op.type() == FilterOperation::REFERENCE) {
220 blended_filter.set_image_filter(to_op.image_filter());
227 gfx::Tween::FloatValueBetween(progress, from_op.amount(), to_op.amount()),
228 to_op.type()));
230 if (to_op.type() == FilterOperation::DROP_SHADOW) {
234 to_op.drop_shadow_offset().x())
    [all...]
  /external/chromium_org/cc/animation/
transform_operations.cc 72 const TransformOperation* to_op = to_identity ? NULL : &operations_[i]; local
75 to_op,
  /external/chromium_org/third_party/sqlite/src/src/
expr.c 2363 int aff, to_op; local
    [all...]

Completed in 284 milliseconds