Home
last modified time | relevance | path

Searched refs:cmap_index (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/cache/
Dftccmap.c59 FT_UInt cmap_index; member
71 FT_UInt cmap_index; member
122 node->cmap_index = query->cmap_index; in ftc_cmap_node_new()
162 node->cmap_index == query->cmap_index ) in ftc_cmap_node_compare()
232 FT_Int cmap_index, in FTC_CMapCache_Lookup() argument
244 if ( cmap_index < 0 ) in FTC_CMapCache_Lookup()
252 cmap_index = 0; in FTC_CMapCache_Lookup()
262 query.cmap_index = (FT_UInt)cmap_index; in FTC_CMapCache_Lookup()
265 hash = FTC_CMAP_HASH( face_id, (FT_UInt)cmap_index, char_code ); in FTC_CMapCache_Lookup()
299 if ( (FT_UInt)cmap_index < (FT_UInt)face->num_charmaps ) in FTC_CMapCache_Lookup()
[all …]
/external/freetype/include/freetype/
Dftcache.h635 FT_Int cmap_index,