HomeSort by relevance Sort by last modified time
    Searched defs:max_width (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium/chrome/browser/chromeos/frame/
panel_browser_view.cc 35 int max_width = gdk_screen_get_width(screen) * kPanelMaxWidthFactor; local
45 else if (bounds->width() > max_width)
46 bounds->set_width(max_width);
  /external/chromium/chrome/browser/chromeos/login/
update_view.cc 164 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);
new_user_view.cc 381 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/ui/views/tabs/
dragged_tab_view.cc 111 int max_width = GetPreferredSize().width(); local
116 bounds.set_x(max_width - bounds.x() - bounds.width());
  /external/qemu/
readline.c 279 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...]
  /hardware/samsung_slsi/exynos5/include/
v4l2-subdev.h 59 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
v4l2-subdev.h 90 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
  /external/freetype/include/freetype/
ftwinfnt.h 204 FT_UShort max_width; member in struct:FT_WinFNT_HeaderRec_
  /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...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 158 static int max_width; variable
171 /* The preferred width of text lines, set to LEEWAY % less than max_width. */
214 max_width = max_length;
215 best_width = max_width * (201 - 2 * LEEWAY) / 200;
443 word_limit->length = max_width; /* sentinel */
471 while (len < max_width);
  /external/bison/lib/
bitset_stats.c 136 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/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 153 int max_width = 0; local
157 max_width = std::max(max_width, child->width());
161 preferred_size_.set_width(max_width);
  /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/opencv/cv/include/
cv.hpp 134 int max_width; member in class:CvBaseImageFilter
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 191 Int max = 0, max_width = 0, max_height = 0, pitch, offset; local
611 max_width = ((temp_w + 15) >> 4) << 4;
613 nTotalMB = ((max_width * max_height) >> 8);
684 video->predDCAC_col = (typeDCACStore *) M4VENC_MALLOC(((max_width >> 4) + 1) * sizeof(typeDCACStore));
735 pitch = max_width;
740 pitch = max_width + 32;
1083 int max_width, offset; local
2965 Int idx, temp_w, temp_h, max = 0, max_width, max_height; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xutil.h 80 int max_width, max_height; member in struct:__anon25748
179 int max_width, max_height; member in struct:__anon25753
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 80 int max_width, max_height; member in struct:__anon27338
179 int max_width, max_height; member in struct:__anon27343
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 80 int max_width, max_height; member in struct:__anon28853
179 int max_width, max_height; member in struct:__anon28858
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 1576 int max_width = views::TooltipManager::GetMaxWidth(screen_loc.x(), local
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 328 /* 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_
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 702 __u16 max_width; member in struct:dsscomp_dispc_limitations
713 .max_width = 2048,
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 2916 int max_width = gdk_screen_get_width(screen) * kPopupMaxWidthFactor; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev2.h 355 __u32 max_width; /* Maximum frame width [pixel] */ member in struct:v4l2_frmsize_stepwise
    [all...]

Completed in 680 milliseconds

1 2