HomeSort by relevance Sort by last modified time
    Searched refs: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)
SDL_aavideo.c 291 local_this->hidden->y_ratio = ((double)aa_imgheight(context)) / ((double)local_this->screen->h);
  /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_
ttobjs.c     [all...]
ttinterp.c     [all...]

Completed in 549 milliseconds