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

  /external/freetype/src/psaux/
t1cmap.h 44 const FT_UShort* code_to_sid; member in struct:T1_CMapStdRec_
t1cmap.c 45 cmap->code_to_sid = is_expert ? psnames->adobe_expert_encoding
48 FT_ASSERT( cmap->code_to_sid != NULL );
58 cmap->code_to_sid = NULL;
76 code = cmap->code_to_sid[char_code];

Completed in 122 milliseconds