OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:standard_width
(Results
1 - 10
of
10
) sorted by null
/external/freetype/src/autofit/
afcjk.h
83
FT_Pos
standard_width
;
member in struct:AF_CJKAxisRec_
aflatin.h
104
FT_Pos
standard_width
; /* the default stem thickness */
member in struct:AF_LatinAxisRec_
aflatin2.c
157
axis->
standard_width
= stdw;
599
(FT_Bool)( FT_MulFix( axis->
standard_width
, scale ) < 32 + 8 );
1073
segment_length_threshold = (laxis->
standard_width
* 10 ) >> 4;
[
all
...]
aflatin.c
158
axis->
standard_width
= stdw;
619
(FT_Bool)( FT_MulFix( axis->
standard_width
, scale ) < 32 + 8 );
[
all
...]
afcjk.c
169
axis->
standard_width
= stdw;
[
all
...]
/external/freetype/src/cff/
cfftoken.h
82
CFF_FIELD_NUM ( 10,
standard_width
, "StdHW" )
cfftypes.h
166
FT_Pos
standard_width
;
member in struct:CFF_PrivateRec_
cffobjs.c
135
priv->
standard_width
[0] = (FT_UShort)cpriv->
standard_width
;
[
all
...]
/external/freetype/include/freetype/
t1tables.h
138
FT_UShort
standard_width
[1];
member in struct:PS_PrivateRec_
/external/freetype/src/pshinter/
pshglob.c
645
write->org = priv->
standard_width
[0];
Completed in 2420 milliseconds