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

  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.h 44 double x_ratio, y_ratio; member in struct:SDL_PrivateVideoData
59 #define AA_y_ratio (this->hidden->y_ratio)
  /external/chromium_org/pdf/
draw_utils.cc 155 double y_ratio = static_cast<double>(src_rc.height()) / dest_rc.height(); local
162 uint32 src_y = static_cast<uint32>(y * y_ratio);
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.h 237 /* y_ratio = y_ppem/ppem (< 1.0) */
245 /* ratio = y_ratio */
248 /* ratio = sqrt( (proj.x * x_ratio) ^ 2 + (proj.y * y_ratio) ^ 2 ) */
270 FT_Long y_ratio; member in struct:TT_Size_Metrics_
  /external/freetype/src/truetype/
ttobjs.h 237 /* y_ratio = y_ppem/ppem (< 1.0) */
245 /* ratio = y_ratio */
248 /* ratio = sqrt( (proj.x * x_ratio) ^ 2 + (proj.y * y_ratio) ^ 2 ) */
270 FT_Long y_ratio; member in struct:TT_Size_Metrics_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttobjs.h 237 /* y_ratio = y_ppem/ppem (< 1.0) */
245 /* ratio = y_ratio */
248 /* ratio = sqrt( (proj.x * x_ratio) ^ 2 + (proj.y * y_ratio) ^ 2 ) */
270 FT_Long y_ratio; member in struct:TT_Size_Metrics_

Completed in 321 milliseconds