Home
last modified time | relevance | path

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

/external/freetype/src/cache/
Dftcmru.h164 #define FTC_MRULIST_LOOKUP_CMP( list, key, compare, node, error ) \ macro
199 FTC_MRULIST_LOOKUP_CMP( list, key, (list)->clazz.node_compare, node, error )
Dftcglyph.h291 FTC_MRULIST_LOOKUP_CMP( &_gcache->families, _gquery, _fcompare, \
Dftcmanag.c197 FTC_MRULIST_LOOKUP_CMP( &manager->sizes, scaler, ftc_size_node_compare, in FTC_Manager_LookupSize()
325 FTC_MRULIST_LOOKUP_CMP( &manager->faces, face_id, ftc_face_node_compare, in FTC_Manager_LookupFace()
/external/freetype/
DChangeLog.21151 include/freetype/cache/ftcmru.h (FTC_MRULIST_LOOKUP_CMP): Remove
3238 Use FTC_MRULIST_LOOKUP_CMP.
3239 * include/freetype/cache/ftcmru.h (FTC_MRULIST_LOOKUP_CMP): New
3246 FTC_Manager_LookupFace) <FTC_INLINE>: Use FTC_MRULIST_LOOKUP_CMP.
DChangeLog.23534 * src/cache/ftcmru.h (FTC_MRULIST_LOOKUP_CMP): Drop tricky cast.
540 the pointer from FTC_MRULIST_LOOKUP_CMP(). For non-inline
DChangeLog.261580 * src/cache/ftcmru.c (FTC_MRULIST_LOOKUP_CMP): Ditto.