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

  /external/freetype/src/autofit/
aflatin.c 485 static const FT_Encoding latin_encodings[] = local
499 for ( ee = 0; latin_encodings[ee] != FT_ENCODING_NONE; ee++ )
501 error = FT_Select_Charmap( face, latin_encodings[ee] );
    [all...]
aflatin2.c 472 static const FT_Encoding latin_encodings[] = local
485 for ( ee = 0; latin_encodings[ee] != FT_ENCODING_NONE; ee++ )
487 error = FT_Select_Charmap( face, latin_encodings[ee] );
    [all...]

Completed in 32 milliseconds