HomeSort by relevance Sort by last modified time
    Searched refs:AF_LATIN_CONSTANT (Results 1 - 4 of 4) sorted by null

  /external/freetype/src/autofit/
aflatin.h 34 #define AF_LATIN_CONSTANT( metrics, c ) \
aflatin.c 135 : AF_LATIN_CONSTANT( metrics, 50 );
888 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
892 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 );
    [all...]
aflatin2.c 142 : AF_LATIN_CONSTANT( metrics, 50 );
932 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
936 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 );
    [all...]
afcjk.c 173 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
    [all...]

Completed in 5247 milliseconds