OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:units_per_em
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/third_party/freetype/src/autofit/
aflatin.h
33
/* constants are given with
units_per_em
== 2048 in mind */
35
( ( (c) * (FT_Long)( (AF_LatinMetrics)(metrics) )->
units_per_em
) / 2048 )
120
FT_UInt
units_per_em
;
member in struct:AF_LatinMetricsRec_
afcjk.h
100
FT_UInt
units_per_em
;
member in struct:AF_CJKMetricsRec_
afindic.c
43
metrics->
units_per_em
= face->
units_per_EM
;
afcjk.c
100
dummy->
units_per_em
= metrics->
units_per_em
;
553
metrics->
units_per_em
= face->
units_per_EM
;
[
all
...]
aflatin.c
86
dummy->
units_per_em
= metrics->
units_per_em
;
496
metrics->
units_per_em
= face->
units_per_EM
;
[
all
...]
aflatin2.c
89
dummy->
units_per_em
= metrics->
units_per_em
;
482
metrics->
units_per_em
= face->
units_per_EM
;
[
all
...]
/external/freetype/src/autofit/
aflatin.h
33
/* constants are given with
units_per_em
== 2048 in mind */
35
( ( (c) * (FT_Long)( (AF_LatinMetrics)(metrics) )->
units_per_em
) / 2048 )
120
FT_UInt
units_per_em
;
member in struct:AF_LatinMetricsRec_
afcjk.h
100
FT_UInt
units_per_em
;
member in struct:AF_CJKMetricsRec_
afindic.c
43
metrics->
units_per_em
= face->
units_per_EM
;
aflatin.c
93
dummy->
units_per_em
= metrics->
units_per_em
;
151
dummy->
units_per_em
/ 100 );
401
metrics->
units_per_em
/ 8 )
554
metrics->
units_per_em
= face->
units_per_EM
;
[
all
...]
afcjk.c
100
dummy->
units_per_em
= metrics->
units_per_em
;
156
dummy->
units_per_em
/ 100 );
557
metrics->
units_per_em
= face->
units_per_EM
;
[
all
...]
aflatin2.c
90
dummy->
units_per_em
= metrics->
units_per_em
;
492
metrics->
units_per_em
= face->
units_per_EM
;
[
all
...]
/external/chromium_org/third_party/freetype/src/cff/
cffobjs.c
225
FT_ULong top_upm = font->top_font.font_dict.
units_per_em
;
236
FT_ULong sub_upm = sub->font_dict.
units_per_em
;
297
FT_ULong top_upm = font->top_font.font_dict.
units_per_em
;
308
FT_ULong sub_upm = sub->font_dict.
units_per_em
;
610
if ( !dict->
units_per_em
)
611
dict->
units_per_em
= pure_cff ? 1000 : face->root.
units_per_EM
;
614
/* scaling is done with `
units_per_em
' then (at this point, */
624
FT_ULong* upm = &dict->
units_per_em
;
655
if ( sub->
units_per_em
)
[
all
...]
cfftypes.h
120
FT_ULong
units_per_em
; /* temporarily used as scaling value also */
member in struct:CFF_FontRecDictRec_
cffparse.c
451
FT_ULong* upm = &dict->
units_per_em
;
467
/* `
units_per_em
' value. */
cffgload.c
[
all
...]
/external/freetype/src/cff/
cffobjs.c
229
FT_ULong top_upm = font->top_font.font_dict.
units_per_em
;
240
FT_ULong sub_upm = sub->font_dict.
units_per_em
;
301
FT_ULong top_upm = font->top_font.font_dict.
units_per_em
;
312
FT_ULong sub_upm = sub->font_dict.
units_per_em
;
630
dict->
units_per_em
= pure_cff ? 1000 : face->root.
units_per_EM
;
633
/* scaling is done with `
units_per_em
' then (at this point, */
643
FT_ULong* upm = &dict->
units_per_em
;
684
if ( top->
units_per_em
> 1 && sub->
units_per_em
> 1
[
all
...]
cfftypes.h
121
FT_ULong
units_per_em
; /* temporarily used as scaling value also */
member in struct:CFF_FontRecDictRec_
cffgload.c
[
all
...]
cffparse.c
516
FT_ULong* upm = &dict->
units_per_em
;
534
/* `
units_per_em
' value. */
Completed in 1767 milliseconds