HomeSort by relevance Sort by last modified time
    Searched refs:x_res (Results 1 - 20 of 20) sorted by null

  /external/freetype/src/cache/
ftcmanag.h 160 ( (a)->x_res == (b)->x_res && \
166 ( (q)->pixel ? 0 : ( (q)->x_res*33 ^ (q)->y_res*61 ) ) )
ftcbasic.c 315 query.attrs.scaler.x_res = 0; /* make compilers happy */
496 query.attrs.scaler.x_res = 0; /* make compilers happy */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/
ftcmanag.h 160 ( (a)->x_res == (b)->x_res && \
166 ( (q)->pixel ? 0 : ( (q)->x_res*33 ^ (q)->y_res*61 ) ) )
ftcbasic.c 315 query.attrs.scaler.x_res = 0; /* make compilers happy */
496 query.attrs.scaler.x_res = 0; /* make compilers happy */
ftcmanag.c 64 scaler->x_res,
  /external/autotest/tko/
plotgraph 52 $x_res = $count * 12;
61 print GNUPLOT "set terminal png size $x_res,$y_res\n";
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_null.h 91 void SetResolution(uint32_t x_res, uint32_t y_res) {
92 x_res_ = x_res;
hwc_session.cpp 1464 uint32_t x_res, y_res; local
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display_null.h 91 void SetResolution(uint32_t x_res, uint32_t y_res) {
92 x_res_ = x_res;
hwc_session.cpp 1512 uint32_t x_res, y_res; local
    [all...]
  /external/freetype/include/freetype/
ftcache.h 415 /* x_res :: Only used when `pixel' is value~0 to indicate the */
431 FT_UInt x_res; member in struct:FTC_ScalerRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftcache.h 415 /* x_res :: Only used when `pixel' is value~0 to indicate the */
431 FT_UInt x_res; member in struct:FTC_ScalerRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftcache.h 415 /* x_res :: Only used when `pixel' is value~0 to indicate the */
431 FT_UInt x_res; member in struct:FTC_ScalerRec_
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftcache.h 415 /* x_res :: Only used when `pixel' is value~0 to indicate the */
431 FT_UInt x_res; member in struct:FTC_ScalerRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/winfonts/
winfnt.c 792 FT_UShort x_res, y_res; local
800 x_res = font->header.horizontal_resolution;
801 if ( !x_res )
802 x_res = 72;
827 bsize->x_ppem = FT_MulDiv( bsize->size, x_res, 72 );
    [all...]
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 96 __u16 x_res; member in struct:omap_video_timings
  /hardware/ti/omap4xxx/hwc/
hwc.c 851 if (d.dis.timings.x_res * d.dis.timings.y_res == 0 ||
858 ext->xres = d.dis.timings.x_res;
932 get_max_dimensions(xres, yres, xpy, d.dis.timings.x_res, d.dis.timings.y_res,
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c     [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.cpp 1508 uint32_t x_res, y_res; local
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_session.cpp 1511 uint32_t x_res, y_res; local
    [all...]

Completed in 2005 milliseconds