Home
last modified time | relevance | path

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

/external/freetype/src/cache/
Dftccmap.c78 #define FTC_CMAP_NODE( x ) ( (FTC_CMapNode)( x ) ) macro
277 FT_ASSERT( (FT_UInt)( char_code - FTC_CMAP_NODE( node )->first ) < in FTC_CMapCache_Lookup()
281 if ( (FT_UInt)( char_code - FTC_CMAP_NODE( node )->first >= in FTC_CMapCache_Lookup()
285 gindex = FTC_CMAP_NODE( node )->indices[char_code - in FTC_CMapCache_Lookup()
286 FTC_CMAP_NODE( node )->first]; in FTC_CMapCache_Lookup()
295 FTC_CMAP_NODE( node )->face_id, in FTC_CMapCache_Lookup()
317 FTC_CMAP_NODE( node )->indices[char_code - in FTC_CMapCache_Lookup()
318 FTC_CMAP_NODE( node )->first] in FTC_CMapCache_Lookup()
/external/freetype/
DChangeLog.23562 FTC_NODE() is dropped, FTC_CMAP_NODE() is inserted.