OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tt_metrics
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/truetype/
ttobjs.c
867
TT_Size_Metrics*
tt_metrics
= &exec->
tt_metrics
;
local
875
tt_metrics
->ppem = 0;
876
tt_metrics
->scale = 0;
877
tt_metrics
->ratio = 0x10000L;
1105
TT_Size_Metrics*
tt_metrics
= &size->ttmetrics;
local
1108
tt_metrics
->rotated = FALSE;
1109
tt_metrics
->stretched = FALSE;
1118
tt_metrics
->compensations[0] = 0; /* gray */
1119
tt_metrics
->compensations[1] = 0; /* black *
[
all
...]
ttinterp.c
428
exec->
tt_metrics
= size->ttmetrics;
1514
if ( !exc->
tt_metrics
.ratio )
1517
exc->
tt_metrics
.ratio = exc->
tt_metrics
.x_ratio;
1520
exc->
tt_metrics
.ratio = exc->
tt_metrics
.y_ratio;
1527
x = TT_MulFix14( exc->
tt_metrics
.x_ratio,
1529
y = TT_MulFix14( exc->
tt_metrics
.y_ratio,
1531
exc->
tt_metrics
.ratio = FT_Hypot( x, y );
1534
return exc->
tt_metrics
.ratio
[
all
...]
ttinterp.h
174
TT_Size_Metrics
tt_metrics
; /* size metrics */
member in struct:TT_ExecContextRec_
Completed in 7 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026