OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:units_per_EM
(Results
1 - 23
of
23
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/base/
ftpfr.c
70
*aoutline_resolution = face->
units_per_EM
;
73
*ametrics_resolution = face->
units_per_EM
;
ftsynth.c
108
xstr = FT_MulFix( face->
units_per_EM
,
ftobjs.c
3073
face->
units_per_EM
);
3075
face->
units_per_EM
);
3108
w = h = face->
units_per_EM
;
3181
scaled_w = FT_MulFix( face->
units_per_EM
, metrics->x_scale );
3182
scaled_h = FT_MulFix( face->
units_per_EM
, metrics->y_scale );
/xsrc/external/mit/freetype/dist/src/autofit/
afindic.c
43
metrics->
units_per_em
= face->
units_per_EM
;
afloader.c
107
FT_Fixed em_size = af_intToFixed( face->
units_per_EM
);
114
if ( !face->
units_per_EM
)
269
face->
units_per_EM
);
271
face->
units_per_EM
);
604
FT_UShort
units_per_EM
;
613
units_per_EM
= face->
units_per_EM
;
616
af_intToFixed (
units_per_EM
) );
afshaper.c
461
upem = (FT_Int)metrics->globals->face->
units_per_EM
;
afhints.c
870
FT_UInt
units_per_em
= hints->metrics->scaler.face->
units_per_EM
;
local
871
FT_Int near_limit = 20 *
units_per_em
/ 2048;
afcjk.c
169
dummy->
units_per_em
= metrics->
units_per_em
;
235
dummy->
units_per_em
/ 100 );
650
metrics->
units_per_em
= face->
units_per_EM
;
1307
best_dist0 = FT_MulFix( metrics->
units_per_em
/ 40, scale );
aflatin2.c
99
dummy->
units_per_em
= metrics->
units_per_em
;
502
metrics->
units_per_em
= face->
units_per_EM
;
1423
best_dist0 = FT_MulFix( metrics->
units_per_em
/ 40, scale );
aflatin.c
166
dummy->
units_per_em
= metrics->
units_per_em
;
232
dummy->
units_per_em
/ 100 );
338
FT_Pos flat_threshold = FLAT_THRESHOLD( metrics->
units_per_em
);
664
FT_Pos length_threshold = metrics->
units_per_em
/ 25;
675
FT_Pos height_threshold = metrics->
units_per_em
/ 4;
1151
metrics->
units_per_em
= face->
units_per_EM
;
1265
max_height = metrics->
units_per_em
;
1550
FT_Pos flat_threshold = FLAT_THRESHOLD( metrics->
units_per_em
);
[
all
...]
/xsrc/external/mit/freetype/dist/src/cid/
cidobjs.c
439
if ( !cidface->
units_per_EM
)
440
cidface->
units_per_EM
= 1000;
445
cidface->height = (FT_Short)( ( cidface->
units_per_EM
* 12 ) / 10 );
cidload.c
207
root->
units_per_EM
= (FT_UShort)FT_DivFix( 1000, temp_scale );
/xsrc/external/mit/freetype/dist/src/pfr/
pfrobjs.c
200
pfrface->
units_per_EM
= (FT_UShort)phy_font->outline_resolution;
204
pfrface->height = (FT_Short)( ( pfrface->
units_per_EM
* 12 ) / 10 );
253
pfrface->underline_position = (FT_Short)( -pfrface->
units_per_EM
/ 10 );
254
pfrface->underline_thickness = (FT_Short)( pfrface->
units_per_EM
/ 30 );
/xsrc/external/mit/freetype/dist/src/type1/
t1objs.c
475
/* Set
units_per_EM
if we didn't set it in t1_parse_font_matrix. */
476
if ( !root->
units_per_EM
)
477
root->
units_per_EM
= 1000;
482
root->height = (FT_Short)( ( root->
units_per_EM
* 12 ) / 10 );
t1load.c
1432
root->
units_per_EM
= (FT_UShort)FT_DivFix( 1000, temp_scale );
/xsrc/external/mit/freetype/dist/src/psaux/
psft.c
300
FT_ASSERT( decoder->builder.face->
units_per_EM
);
302
return decoder->builder.face->
units_per_EM
;
/xsrc/external/mit/freetype/dist/src/type42/
t42objs.c
316
root->
units_per_EM
= face->ttf_face->
units_per_EM
;
/xsrc/external/mit/freetype/dist/src/cff/
cffobjs.c
245
FT_Long top_upm = (FT_Long)font->top_font.font_dict.
units_per_em
;
256
FT_Long sub_upm = (FT_Long)sub->font_dict.
units_per_em
;
317
FT_Long top_upm = (FT_Long)font->top_font.font_dict.
units_per_em
;
328
FT_Long sub_upm = (FT_Long)sub->font_dict.
units_per_em
;
743
dict->
units_per_em
= pure_cff ? 1000 : face->root.
units_per_EM
;
747
/* done with `
units_per_em
' then (at this point, it already */
757
FT_ULong* upm = &dict->
units_per_em
;
801
if ( top->
units_per_em
> 1 && sub->
units_per_em
> 1
[
all
...]
/xsrc/external/mit/freetype/dist/src/truetype/
ttobjs.c
1357
face->root.
units_per_EM
);
1359
face->root.
units_per_EM
);
/xsrc/external/mit/freetype/dist/include/freetype/
freetype.h
953
* `
units_per_EM
`). The box is large enough to contain any glyph from
964
*
units_per_EM
::
1054
FT_UShort
units_per_EM
;
1761
* scale it, using the font's `
units_per_EM
` value as the ppem.
2513
* The nominal size. The `
units_per_EM
` field of @FT_FaceRec is used
2519
* `
units_per_EM
` is a rather abstract value which bears no relation to
2879
* and setting the character size to `font->
units_per_EM
`.
/xsrc/external/mit/freetype/dist/src/sfnt/
sfobjs.c
872
if ( face->header.
Units_Per_EM
< 16 ||
873
face->header.
Units_Per_EM
> 16384 )
1192
FT_UShort em_size = face->header.
Units_Per_EM
;
1273
root->
units_per_EM
= face->header.
Units_Per_EM
;
/xsrc/external/mit/libXfont/dist/src/FreeType/
ftfuncs.c
1585
upm = face->face->
units_per_EM
;
3203
upm = face->face->
units_per_EM
;
/xsrc/external/mit/libXfont2/dist/src/FreeType/
ftfuncs.c
1587
upm = face->face->
units_per_EM
;
3207
upm = face->face->
units_per_EM
;
Completed in 51 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026