HomeSort by relevance Sort by last modified time
    Searched defs:max_width (Results 51 - 75 of 87) sorted by null

1 23 4

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_state.c 865 unsigned max_width, max_height, i; local
    [all...]
  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 586 int max_width = 0; local
607 max_width = std::max(max_width, font.GetStringWidth(text));
610 content_size_.SetSize(max_width, font.GetHeight());
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 1032 int max_width = text_width_ + indent * depth; local
1034 return max_width;
1036 max_width = std::max(max_width,
1039 return max_width;
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 865 unsigned max_width, max_height, i; local
    [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:__anon36890
179 int max_width, max_height; member in struct:__anon36895
  /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:__anon38480
179 int max_width, max_height; member in struct:__anon38485
  /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:__anon39995
179 int max_width, max_height; member in struct:__anon40000
  /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/ash/system/user/
tray_user.cc 602 int max_width = std::min( local
611 while (min_width < max_width) {
613 const int width = (min_width + max_width) / 2;
625 max_width = width;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 603 int max_width = views::TooltipManager::GetMaxWidth( local
614 result.append(gfx::ElideText(localized_title, tt_fonts, max_width,
632 gfx::ElideUrl(url, tt_fonts, max_width, languages));
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 1105 int max_width = -1; local
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 1882 int max_width = state_.monitor_bounds.width(); local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 164 unsigned int max_width; member in struct:msm_venc_video_capability
  /external/chromium_org/third_party/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/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...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 271 unsigned int max_width; member in struct:video_decoder_capability
    [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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev2.h 355 __u32 max_width; /* Maximum frame width [pixel] */ member in struct:v4l2_frmsize_stepwise
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev2.h 355 __u32 max_width; /* Maximum frame width [pixel] */ member in struct:v4l2_frmsize_stepwise
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
videodev2.h 254 __u32 max_width; member in struct:v4l2_frmsize_stepwise
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
videodev2.h 254 __u32 max_width; member in struct:v4l2_frmsize_stepwise
    [all...]

Completed in 1108 milliseconds

1 23 4