/external/chromium_org/third_party/freetype/src/autofit/ |
aflatin.h | 34 #define AF_LATIN_CONSTANT( metrics, c ) \
|
aflatin.c | 154 : AF_LATIN_CONSTANT( metrics, 50 ); 956 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 ); 960 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 ); [all...] |
aflatin2.c | 153 : AF_LATIN_CONSTANT( metrics, 50 ); 948 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 ); 952 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 ); [all...] |
afcjk.c | 165 : AF_LATIN_CONSTANT( metrics, 50 ); 738 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 ); [all...] |
/external/freetype/src/autofit/ |
aflatin.h | 34 #define AF_LATIN_CONSTANT( metrics, c ) \
|
aflatin.c | 164 : AF_LATIN_CONSTANT( metrics, 50 ); 1023 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 ); 1027 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 ); [all...] |
aflatin2.c | 154 : AF_LATIN_CONSTANT( metrics, 50 ); 977 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 ); 981 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 ); [all...] |
afcjk.c | 168 : AF_LATIN_CONSTANT( metrics, 50 ); 742 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 ); [all...] |