OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_ratio
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xf86-video-intel-old/dist/src/ivch/
ivch.c
279
uint16_t x_ratio,
y_ratio
;
local
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/
ttobjs.h
221
*
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_
ttobjs.c
1372
size->ttmetrics.
y_ratio
= FT_DivFix( size_metrics->y_ppem,
1381
size->ttmetrics.
y_ratio
= 0x10000L;
ttinterp.c
1520
exc->tt_metrics.ratio = exc->tt_metrics.
y_ratio
;
1529
y = TT_MulFix14( exc->tt_metrics.
y_ratio
,
/xsrc/external/mit/xmag/dist/
Scale.c
669
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
Completed in 13 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026