Home
last modified time | relevance | path

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

/external/freetype/src/cache/
Dftccmap.c98 FT_UInt cmap_index; member
105 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->char_code )
112 FT_UInt cmap_index; member
120 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->first )
165 node->cmap_index = query->cmap_index; in ftc_cmap_node_new()
205 node->cmap_index == query->cmap_index ) in ftc_cmap_node_compare()
290 FT_Int cmap_index, in FTC_CMapCache_Lookup() argument
302 if ( cmap_index < 0 ) in FTC_CMapCache_Lookup()
310 cmap_index = 0; in FTC_CMapCache_Lookup()
326 if ( cmap_index > FT_MAX_CHARMAP_CACHEABLE && !no_cmap_change ) in FTC_CMapCache_Lookup()
[all …]
/external/freetype/include/freetype/
Dftcache.h633 FT_Int cmap_index,