Searched refs:edge_top (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/cc/input/
H A Dlayer_selection_bound.cc19 lhs.edge_top == rhs.edge_top && lhs.edge_bottom == rhs.edge_bottom;
H A Dlayer_selection_bound.h20 gfx::PointF edge_top; member in struct:cc::LayerSelectionBound
/external/chromium_org/cc/output/
H A Dviewport_selection_bound.cc19 lhs.edge_top == rhs.edge_top && lhs.edge_bottom == rhs.edge_bottom;
H A Dviewport_selection_bound.h20 gfx::PointF edge_top; member in struct:cc::ViewportSelectionBound
/external/chromium_org/cc/trees/
H A Dlayer_tree_impl_unittest.cc2101 left_input.edge_top = gfx::PointF(10, 10);
2107 right_input.edge_top = gfx::PointF(50, 10);
2123 EXPECT_EQ(left_input.edge_top, left_output.edge_top);
2127 EXPECT_EQ(right_input.edge_top, right_output.edge_top);
2133 insertion_input.edge_top = gfx::PointF(15, 10);
2141 EXPECT_EQ(insertion_input.edge_top, left_output.edge_top);
2207 left_input.edge_top
[all...]
H A Dlayer_tree_impl.cc1390 gfx::PointF layer_scaled_top = gfx::ScalePoint(layer_bound.edge_top,
1404 viewport_bound.edge_top = gfx::ScalePoint(screen_top, inv_scale);
H A Dlayer_tree_host_impl_unittest.cc6620 start.edge_top = selection_top;
6642 EXPECT_EQ(selection_top, selection_start_after.edge_top);
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_selection_controller.cc395 return gfx::ScaleVector2d(start_.edge_top - start_.edge_bottom, 0.5f);
399 return gfx::ScaleVector2d(end_.edge_top - end_.edge_bottom, 0.5f);
H A Dtouch_selection_controller_unittest.cc103 bound.edge_top = rect.origin();
116 start_bound.edge_top = start_rect.origin();
118 end_bound.edge_top = end_rect.origin();
/external/chromium_org/content/common/
H A Dcc_messages.h266 IPC_STRUCT_TRAITS_MEMBER(edge_top)
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc105 cc_bound.edge_top = gfx::Point(web_bound.edgeTopInLayer);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc1546 insertion_bound.edge_top = point;

Completed in 1010 milliseconds