HomeSort by relevance Sort by last modified time
    Searched defs:y_ratio (Results 1 - 2 of 2) 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/freetype/src/truetype/
ttobjs.h 235 /* y_ratio = y_ppem/ppem (< 1.0) */
243 /* ratio = y_ratio */
246 /* ratio = sqrt( (proj.x * x_ratio) ^ 2 + (proj.y * y_ratio) ^ 2 ) */
268 FT_Long y_ratio; member in struct:TT_Size_Metrics_

Completed in 225 milliseconds