HomeSort by relevance Sort by last modified time
    Searched refs:max_width (Results 76 - 100 of 128) sorted by null

1 2 34 5 6

  /external/chromium_org/chrome/browser/ui/views/
wrench_menu.cc 966 int max_width = -1; local
    [all...]
browser_actions_container.cc 420 int max_width = IconCountToWidth(-1, false); local
422 std::min(std::max(0, container_width_ - resize_amount), max_width);
  /external/chromium_org/third_party/lcov-1.9/bin/
lcov     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js 622 var max_width = obj.offsetWidth;
623 if (max_width < kMinWidth) {
624 max_width = kMinWidth;
626 return Math.floor(max_width * (mean / max_sample));
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_bindings.cc 456 int max_width = bindings->instance()->GetMaxWidthAttribute(); variable
457 INT32_TO_NPVARIANT(max_width, *result);
  /external/chromium_org/ui/views/controls/button/
text_button.cc 376 void TextButtonBase::CalculateTextSize(gfx::Size* text_size, int max_width) {
378 int w = multi_line_ ? max_width : 0;
  /external/chromium_org/ash/system/user/
tray_user.cc 539 int max_width = std::min( local
548 while (min_width < max_width) {
550 const int width = (min_width + max_width) / 2;
562 max_width = width;
    [all...]
  /external/flac/include/FLAC/
metadata.h 218 * \param max_width The maximum width in pixels desired. Use
236 FLAC_API FLAC__bool FLAC__metadata_get_picture(const char *filename, FLAC__StreamMetadata **picture, FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors);
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 417 /* max_width :: The maximum glyph width in pixels. */
458 FT_Byte max_width; member in struct:TT_SBit_LineMetricsRec_
    [all...]
  /external/opencv/cv/include/
cv.hpp 134 int max_width; member in class:CvBaseImageFilter
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 404 const int max_width = max_bounds.width() * kMaxWidthFactor; local
406 if (bounds.width() > max_width)
407 bounds.set_width(max_width);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 248 MaxSizeScrollView(int max_height, int max_width);
260 MaxSizeScrollView::MaxSizeScrollView(int max_height, int max_width)
262 max_width_(max_width) {}
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_state.c 865 unsigned max_width, max_height, i; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 865 unsigned max_width, max_height, i; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.cc 720 gint max_width = WidthForIconCount(button_count()); local
721 new_width = std::min(max_width, new_width);
    [all...]
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 759 int max_width = IconCountToWidth(-1, false); local
761 std::min(std::max(0, container_width_ - resize_amount), max_width);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.cc 844 gint max_width = WidthForIconCount(button_count()); local
845 new_width = std::min(max_width, new_width);
    [all...]
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 306 max_width = max([width for width, height in self.sizes])
330 screen_option = "%dx%dx24" % (max_width, max_height)
380 # would default to (max_width, max_height), which might not even be in the
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit.c 435 FT_FRAME_BYTE( max_width ),
677 strike->hori.max_width +
    [all...]
  /external/stlport/src/
facets_byname.cpp 393 int max_width = _WLocale_mb_cur_max(_M_codecvt); variable
395 return min_width == max_width ? min_width : 0;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 393 int max_width = _WLocale_mb_cur_max(_M_codecvt); variable
395 return min_width == max_width ? min_width : 0;
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 1810 int max_width = state_.monitor_bounds.width(); local
    [all...]
  /external/opencv/cv/src/
cvfilter.cpp 62 max_width = 0;
75 max_width = 0;
100 int width = max_width, trow_sz = 0;
108 trow_sz = cvAlign( (max_width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN );
135 if( !(buffer && _max_width <= max_width && _src_type == src_type &&
142 max_width = _max_width; //MAX(_max_width,_ksize.width);
464 if( src_roi.width > max_width ||
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 1576 int max_width = views::TooltipManager::GetMaxWidth(screen_loc.x(), local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 607 int max_width = views::TooltipManager::GetMaxWidth(screen_loc.x(), local
617 result.append(ui::ElideText(localized_title, tt_font, max_width,
634 string16 elided_url(ui::ElideUrl(url, tt_font, max_width, languages));
    [all...]

Completed in 756 milliseconds

1 2 34 5 6