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 - 9
of
9
) sorted by null
/external/freetype/src/autofit/
afcjk.h
98
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 )
106
FT_UInt
units_per_em
;
member in struct:AF_LatinMetricsRec_
afhints.c
780
FT_UInt
units_per_em
= hints->metrics->scaler.face->
units_per_EM
;
local
781
FT_Int near_limit = 20 *
units_per_em
/ 2048;
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afcjk.h
98
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 )
108
FT_UInt
units_per_em
;
member in struct:AF_LatinMetricsRec_
afhints.c
880
FT_UInt
units_per_em
= hints->metrics->scaler.face->
units_per_EM
;
local
881
FT_Int near_limit = 20 *
units_per_em
/ 2048;
[
all
...]
/external/freetype/src/cff/
cfftypes.h
121
FT_ULong
units_per_em
; /* temporarily used as scaling value also */
member in struct:CFF_FontRecDictRec_
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cfftypes.h
121
FT_ULong
units_per_em
; /* temporarily used as scaling value also */
member in struct:CFF_FontRecDictRec_
/external/pdfium/third_party/freetype/src/cff/
cfftypes.h
121
FT_ULong
units_per_em
; /* temporarily used as scaling value also */
member in struct:CFF_FontRecDictRec_
Completed in 234 milliseconds