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

  /external/webkit/WebCore/rendering/style/
StyleBoxData.h 49 Length max_width; member in class:WebCore::StyleBoxData
  /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...]
  /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...]
  /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),
  /frameworks/base/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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xutil.h 80 int max_width, max_height; member in struct:__anon13727
179 int max_width, max_height; member in struct:__anon13732
  /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...]
  /bionic/libc/kernel/common/linux/
videodev2.h 254 __u32 max_width; member in struct:v4l2_frmsize_stepwise
    [all...]
  /external/kernel-headers/original/linux/
videodev2.h 383 __u32 max_width; /* Maximum frame width [pixel] */ member in struct:v4l2_frmsize_stepwise
    [all...]
  /prebuilt/linux-x86/toolchain/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...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
videodev2.h 254 __u32 max_width; member in struct:v4l2_frmsize_stepwise
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
videodev2.h 254 __u32 max_width; member in struct:v4l2_frmsize_stepwise
    [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 1767 milliseconds