Searched defs:root_width (Results 1 - 3 of 3) sorted by path

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_occlusion.cc589 int root_width = 400; variable
598 gfx::Size(root_width, root_height), true);
604 gfx::Size(root_width-i, root_height-i), true);
613 gfx::PointF(0.f, 0.f), gfx::Size(root_width, root_height), false);
617 gfx::Rect expected_occlusion(1, 1, root_width-i-1, root_height-i-1);
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_tree_formatter_win.cc137 LONG root_left, root_top, root_width, root_height; local
141 &root_left, &root_top, &root_width, &root_height, variant_self)
/external/chromium_org/ui/gfx/
H A Dtext_elider.cc180 const float root_width = GetStringWidthF(rootname, font_list); local
183 if (root_width + ext_width <= available_pixel_width) {

Completed in 260 milliseconds