Searched defs:y_ratio (Results 1 - 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aavideo.h44 double x_ratio, y_ratio; member in struct:SDL_PrivateVideoData
59 #define AA_y_ratio (this->hidden->y_ratio)
/external/chromium_org/pdf/
H A Ddraw_utils.cc172 double y_ratio = static_cast<double>(src_rc.height()) / dest_rc.height(); local
179 uint32 src_y = static_cast<uint32>(y * y_ratio);
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.h237 /* 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/
H A Dttobjs.h237 /* 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/
H A Dttobjs.h237 /* 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 160 milliseconds