Home
last modified time | relevance | path

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

/external/freetype/src/cache/
Dftccmap.c60 FT_UInt cmap_index; member
72 FT_UInt cmap_index; member
123 node->cmap_index = query->cmap_index; in ftc_cmap_node_new()
163 node->cmap_index == query->cmap_index ) in ftc_cmap_node_compare()
233 FT_Int cmap_index, in FTC_CMapCache_Lookup() argument
245 if ( cmap_index < 0 ) in FTC_CMapCache_Lookup()
253 cmap_index = 0; in FTC_CMapCache_Lookup()
263 query.cmap_index = (FT_UInt)cmap_index; in FTC_CMapCache_Lookup()
266 hash = FTC_CMAP_HASH( face_id, (FT_UInt)cmap_index, char_code ); in FTC_CMapCache_Lookup()
300 if ( (FT_UInt)cmap_index < (FT_UInt)face->num_charmaps ) in FTC_CMapCache_Lookup()
[all …]
/external/freetype/include/freetype/
Dftcache.h639 FT_Int cmap_index,