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

  /external/chromium_org/cc/input/
page_scale_animation.cc 136 float width_scale = local
141 start_scroll_offset_ - target_scroll_offset_, width_scale, height_scale);
  /external/chromium_org/cc/debug/
debug_rect_history.cc 80 float width_scale = layer->content_bounds().width() / local
85 gfx::ToEnclosingRect(layer->update_rect()), width_scale, height_scale);
  /external/chromium_org/cc/layers/
tiled_layer.cc 467 float width_scale = local
473 update_rect_ = gfx::ScaleRect(update_rect, width_scale, height_scale);
484 1.f / width_scale,
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 2344 float width_scale = 1.f \/ layer_impl->contents_scale_x(); local
    [all...]

Completed in 206 milliseconds