Searched refs:height_scale (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/input/
H A Dpage_scale_animation.cc138 float height_scale = local
141 start_scroll_offset_ - target_scroll_offset_, width_scale, height_scale);
/external/chromium_org/cc/debug/
H A Ddebug_rect_history.cc82 float height_scale = layer->content_bounds().height() / local
85 gfx::ToEnclosingRect(layer->update_rect()), width_scale, height_scale);
/external/chromium_org/cc/layers/
H A Dtiled_layer.cc466 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/
H A Dlayer_tree_host_impl.cc2459 float height_scale = 1.f / layer_impl->contents_scale_y(); local
2460 local_start_point.Scale(width_scale, height_scale);
2461 local_end_point.Scale(width_scale, height_scale);
2475 1.f / height_scale);

Completed in 121 milliseconds