Home | History | Annotate | Download | only in trees

Lines Matching refs:ScalePoint

1175       gfx::ScalePoint(hit_test_point_in_content_space,
1390 gfx::PointF layer_scaled_top = gfx::ScalePoint(layer_bound.edge_top,
1393 gfx::PointF layer_scaled_bottom = gfx::ScalePoint(layer_bound.edge_bottom,
1404 viewport_bound.edge_top = gfx::ScalePoint(screen_top, inv_scale);
1405 viewport_bound.edge_bottom = gfx::ScalePoint(screen_bottom, inv_scale);