Searched refs:max_bounds (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ash/wm/
H A Dbase_layout_manager.cc51 gfx::Rect max_bounds = local
55 max_bounds.Inset(ash::internal::WorkspaceWindowResizer::kScreenEdgeInset,
57 if (restore_bounds.Contains(max_bounds))
58 return max_bounds;
H A Dbase_layout_manager_unittest.cc220 gfx::Rect max_bounds = local
222 max_bounds.Inset(grid_size, grid_size);
223 EXPECT_EQ(max_bounds.ToString(), window->bounds().ToString());
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c65 dump_char_struct(&font->max_bounds, "max> ");
239 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing;
240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
304 ch = &fs->max_bounds;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dxfont.c71 dump_char_struct(&font->max_bounds, "max> ");
243 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing;
244 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
307 ch = &fs->max_bounds;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxfonts.c72 dump_char_struct(&font->max_bounds, "max> ");
245 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing;
246 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
310 ch = &fs->max_bounds;
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c65 dump_char_struct(&font->max_bounds, "max> ");
239 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing;
240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
304 ch = &fs->max_bounds;
/external/mesa3d/src/glx/
H A Dxfont.c71 dump_char_struct(&font->max_bounds, "max> ");
243 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing;
244 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
307 ch = &fs->max_bounds;
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c72 dump_char_struct(&font->max_bounds, "max> ");
245 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing;
246 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
310 ch = &fs->max_bounds;
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.cc410 const gfx::Rect& max_bounds = panel_container_->GetRootWindow()->bounds(); local
411 const int max_width = max_bounds.width() * kMaxWidthFactor;
412 const int max_height = max_bounds.height() * kMaxHeightFactor;

Completed in 278 milliseconds