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

/xsrc/external/mit/xf86-video-intel-old/dist/src/ivch/
H A Divch.c279 uint16_t x_ratio, y_ratio; local in function:ivch_mode_set
284 y_ratio = (((mode->VDisplay - 1) << 16) / (adjusted_mode->VDisplay - 1)) >> 2;
286 ivch_write (priv, VR41, y_ratio);
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttobjs.h221 * y_ratio = y_ppem/ppem (< 1.0)
229 * ratio = y_ratio
232 * ratio = sqrt( (proj.x * x_ratio) ^ 2 + (proj.y * y_ratio) ^ 2 )
254 FT_Long y_ratio; member in struct:TT_Size_Metrics_
H A Dttobjs.c1372 size->ttmetrics.y_ratio = FT_DivFix( size_metrics->y_ppem,
1381 size->ttmetrics.y_ratio = 0x10000L;
H A Dttinterp.c1520 exc->tt_metrics.ratio = exc->tt_metrics.y_ratio;
1529 y = TT_MulFix14( exc->tt_metrics.y_ratio,
/xsrc/external/mit/xmag/dist/
H A DScale.c669 double x_ratio, y_ratio;
672 y_ratio = scale_y / sw->scale.scale_y;
674 if (x_ratio < y_ratio)
677 sw->scale.scale_x /= y_ratio;
654 double x_ratio, y_ratio; local in function:Proportional

Completed in 12 milliseconds