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

/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.cc417 const gfx::Rect& max_bounds = panel_container_->GetRootWindow()->bounds(); local
418 const int max_width = max_bounds.width() * kMaxWidthFactor;
419 const int max_height = max_bounds.height() * kMaxHeightFactor;

Completed in 87 milliseconds