Searched refs:MapPoint (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/base/
H A Dmath_util.h155 static gfx::PointF MapPoint(const gfx::Transform& transform,
158 static gfx::Point3F MapPoint(const gfx::Transform&,
H A Dmath_util.cc537 gfx::PointF MathUtil::MapPoint(const gfx::Transform& transform, function in class:cc::MathUtil
561 gfx::Point3F MathUtil::MapPoint(const gfx::Transform& transform, function in class:cc::MathUtil
/external/chromium_org/cc/trees/
H A Dlayer_sorter.cc227 MathUtil::MapPoint(draw_transform, gfx::Point3F(0.f, 0.f, 0.f), &clipped);
229 MathUtil::MapPoint(draw_transform, gfx::Point3F(0.f, 1.f, 0.f), &clipped);
231 MathUtil::MapPoint(draw_transform, gfx::Point3F(1.f, 0.f, 0.f), &clipped);
H A Dlayer_tree_impl.cc1398 gfx::PointF screen_top = MathUtil::MapPoint(
1400 gfx::PointF screen_bottom = MathUtil::MapPoint(
1417 visibility_point = MathUtil::MapPoint(
H A Dlayer_tree_host_impl.cc2479 MathUtil::MapPoint(layer_impl->screen_space_transform(),
/external/chromium_org/cc/output/
H A Dgl_renderer.cc1426 bottom_right = MathUtil::MapPoint(device_transform, bottom_right, &clipped);
1428 bottom_left = MathUtil::MapPoint(device_transform, bottom_left, &clipped);
1430 top_left = MathUtil::MapPoint(device_transform, top_left, &clipped);
1432 top_right = MathUtil::MapPoint(device_transform, top_right, &clipped);

Completed in 169 milliseconds