Home
last modified time | relevance | path

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

/external/chromium_org/third_party/freetype/src/cache/
Dftccmap.c52 #define FTC_CMAP_HASH( faceid, index, charcode ) \ macro
67 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->char_code )
82 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->first )
270 hash = FTC_CMAP_HASH( face_id, cmap_index, char_code ); in FTC_CMapCache_Lookup()
/external/freetype/src/cache/
Dftccmap.c52 #define FTC_CMAP_HASH( faceid, index, charcode ) \ macro
67 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->char_code )
82 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->first )
270 hash = FTC_CMAP_HASH( face_id, cmap_index, char_code ); in FTC_CMapCache_Lookup()