Searched refs:max_width (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium/chrome/browser/chromeos/login/
H A Dupdate_view.cc164 int max_width = width() - GetInsets().width() - 2 * kHorizontalSpacing; local
169 installing_updates_label_->SizeToFit(max_width);
170 preparing_updates_label_->SizeToFit(max_width);
171 reboot_label_->SizeToFit(max_width);
172 manual_reboot_label_->SizeToFit(max_width);
176 max_width,
196 checking_label_->SizeToFit(max_width - throbber_width - kBetweenSpacing);
206 escape_to_skip_label_->SizeToFit(max_width);
H A Dnew_user_view.cc381 int max_width = this->width() - x - std::max(insets.right(), x); local
382 title_label_->SizeToFit(max_width);
383 title_hint_label_->SizeToFit(max_width);
386 y += setViewBounds(title_label_, x, y, max_width, false);
387 y += setViewBounds(title_hint_label_, x, y, max_width, false);
412 x, y, max_width, false) + kRowPad;
415 y += setViewBounds(create_account_link_, x, y, max_width, false);
/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_browser_view.cc35 int max_width = gdk_screen_get_width(screen) * kPanelMaxWidthFactor; local
45 else if (bounds->width() > max_width)
46 bounds->set_width(max_width);
/external/qemu/
H A Dreadline.c279 int len, i, j, max_width, nb_cols, max_prefix; local
303 max_width = 0;
317 if (len > max_width)
318 max_width = len;
324 max_width += 2;
325 if (max_width < 10)
326 max_width = 10;
327 else if (max_width > 80)
328 max_width = 80;
329 nb_cols = 80 / max_width;
[all...]
/external/freetype/include/freetype/
H A Dftwinfnt.h204 FT_UShort max_width; member in struct:FT_WinFNT_HeaderRec_
/external/webkit/Source/WebCore/css/
H A DMediaFeatureNames.h48 macro(max_width, "max-width") \
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_view.cc111 int max_width = GetPreferredSize().width(); local
116 bounds.set_x(max_width - bounds.x() - bounds.width());
/external/bison/lib/
H A Dbitset_stats.c136 unsigned int max_width; local
151 max_width = 2 * (unsigned int) (0.30103 * (n_bins - 1) + 0.9999) + 1;
156 max_width, i, bins[i], 100.0 * bins[i] / total);
160 max_width - ((unsigned int) (0.30103 * (i) + 0.9999) + 1),
/external/freetype/include/freetype/internal/
H A Dtttypes.h328 /* max_width :: The maximum advance width for this metric. */
335 FT_Byte max_width; member in struct:TT_HdmxEntryRec_
498 /* max_width :: The maximum glyph width in pixels. */
539 FT_Byte max_width; member in struct:TT_SBit_LineMetricsRec_
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.cc153 int max_width = 0; local
157 max_width = std::max(max_width, child->width());
161 preferred_size_.set_width(max_width);
/external/qemu/android/camera/
H A Dcamera-capture-linux.c583 (size_enum.stepwise.max_width - size_enum.stepwise.min_width) /
627 w <= size_enum.stepwise.max_width;
645 (size_enum.stepwise.min_width + size_enum.stepwise.max_width) / 2;
650 arr[out_num].width = size_enum.stepwise.max_width;
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysyuv.cc76 (r.source.max_width < width) ||
/external/flac/include/FLAC/
H A Dmetadata.h218 * \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);
/external/opencv/cv/include/
H A Dcv.hpp134 int max_width; member in class:CvBaseImageFilter
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_actions_toolbar_gtk.cc720 gint max_width = WidthForIconCount(button_count()); local
721 new_width = std::min(max_width, new_width);
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_actions_container.cc759 int max_width = IconCountToWidth(-1, false); local
761 std::min(std::max(0, container_width_ - resize_amount), max_width);
/external/freetype/src/sfnt/
H A Dttsbit.c435 FT_FRAME_BYTE( max_width ),
677 strike->hori.max_width +
/external/stlport/src/
H A Dfacets_byname.cpp393 int max_width = _WLocale_mb_cur_max(_M_codecvt); variable
395 return min_width == max_width ? min_width : 0;
/external/opencv/cv/src/
H A Dcvfilter.cpp62 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 ||
H A Dcvderiv.cpp384 int width = max_width, trow_sz = 0;
388 trow_sz = cvAlign( (max_width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN );
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc1576 int max_width = views::TooltipManager::GetMaxWidth(screen_loc.x(), local
1586 localized_title), tt_font, max_width, false)));
1602 string16 elided_url(ui::ElideUrl(url, tt_font, max_width, languages));
/external/libpng/contrib/gregbook/
H A Drpng-x.c573 size_hints->min_width = size_hints->max_width = (int)image_width;
/external/kernel-headers/original/media/
H A Dmsm_camera.h1667 uint32_t max_width; member in struct:msm_camsensor_info
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c802 hints->min_width = hints->max_width = w;
/external/kernel-headers/original/linux/
H A Dvideodev2.h487 __u32 max_width; /* Maximum frame width [pixel] */ member in struct:v4l2_frmsize_stepwise

Completed in 518 milliseconds

12