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

  /external/chromium_org/cc/input/
page_scale_animation.cc 138 float height_scale = local
141 start_scroll_offset_ - target_scroll_offset_, width_scale, height_scale);
  /external/chromium_org/cc/debug/
debug_rect_history.cc 82 float height_scale = layer->content_bounds().height() / local
85 gfx::ToEnclosingRect(layer->update_rect()), width_scale, height_scale);
  /external/chromium_org/cc/layers/
tiled_layer.cc 466 float height_scale = 1 / draw_properties().contents_scale_y; local
467 update_rect_ = gfx::ScaleRect(update_rect, width_scale, height_scale);
479 1.f / height_scale);
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 2459 float height_scale = 1.f \/ layer_impl->contents_scale_y(); local
    [all...]

Completed in 71 milliseconds