Home | History | Annotate | Download | only in cache

Lines Matching defs:char_code

99     FT_UInt32   char_code;
105 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->char_code )
166 node->first = (query->char_code / FTC_CMAP_INDICES_MAX) *
207 FT_UInt32 offset = (FT_UInt32)( query->char_code - node->first );
291 FT_UInt32 char_code )
331 char_code = (FT_UInt32)cmap_index;
339 query.char_code = (FT_UInt32)cmap_index;
354 return FT_Get_Char_Index( face, char_code );
368 query.char_code = char_code;
371 hash = FTC_CMAP_HASH( face_id, cmap_index, char_code );
382 FT_ASSERT( (FT_UInt)( char_code - FTC_CMAP_NODE( node )->first ) <
386 if ( (FT_UInt)( char_code - FTC_CMAP_NODE( node )->first >=
390 gindex = FTC_CMAP_NODE( node )->indices[char_code -
422 gindex = FT_Get_Char_Index( face, char_code );
428 FTC_CMAP_NODE( node )->indices[char_code -