Home
last modified time | relevance | path

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

/external/freetype/src/cache/
Dftccmap.c90 #define FTC_CMAP_HASH( faceid, index, charcode ) \ macro
105 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->char_code )
120 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->first )
371 hash = FTC_CMAP_HASH( face_id, cmap_index, char_code ); in FTC_CMapCache_Lookup()