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

  /external/freetype/include/freetype/
ftcache.h 418 /* y_res :: Only used when `pixel' is value~0 to indicate the */
432 FT_UInt y_res; member in struct:FTC_ScalerRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftcache.h 418 /* y_res :: Only used when `pixel' is value~0 to indicate the */
432 FT_UInt y_res; member in struct:FTC_ScalerRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftcache.h 418 /* y_res :: Only used when `pixel' is value~0 to indicate the */
432 FT_UInt y_res; member in struct:FTC_ScalerRec_
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftcache.h 418 /* y_res :: Only used when `pixel' is value~0 to indicate the */
432 FT_UInt y_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
804 y_res = font->header.vertical_resolution;
805 if ( !y_res )
806 y_res = 72;
808 bsize->y_ppem = FT_MulDiv( bsize->size, y_res, 72 );
824 bsize->size = FT_MulDiv( bsize->y_ppem, 72, y_res );
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 1464 uint32_t x_res, y_res; local
    [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/hwc/
hwc_session.cpp 1512 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...]
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 97 __u16 y_res; member in struct:omap_video_timings

Completed in 476 milliseconds