OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:units_per_em
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/freetype/src/autofit/
afcjk.h
100
FT_UInt
units_per_em
;
member in struct:AF_CJKMetricsRec_
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_
/external/freetype/src/autofit/
afcjk.h
102
FT_UInt
units_per_em
;
member in struct:AF_CJKMetricsRec_
aflatin.h
33
/* constants are given with
units_per_em
== 2048 in mind */
35
( ( (c) * (FT_Long)( (AF_LatinMetrics)(metrics) )->
units_per_em
) / 2048 )
110
FT_UInt
units_per_em
;
member in struct:AF_LatinMetricsRec_
afhints.c
717
FT_UInt
units_per_em
= hints->metrics->scaler.face->
units_per_EM
;
local
718
FT_Int near_limit = 20 *
units_per_em
/ 2048;
[
all
...]
/external/chromium_org/third_party/freetype/src/cff/
cfftypes.h
121
FT_ULong
units_per_em
; /* temporarily used as scaling value also */
member in struct:CFF_FontRecDictRec_
/external/freetype/src/cff/
cfftypes.h
121
FT_ULong
units_per_em
; /* temporarily used as scaling value also */
member in struct:CFF_FontRecDictRec_
Completed in 437 milliseconds