Home
last modified time | relevance | path

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

/external/freetype/src/cache/
Dftcglyph.c125 error = FTC_Cache_Init( FTC_CACHE( cache ) ); in ftc_gcache_init()
128 FTC_GCacheClass clazz = (FTC_GCacheClass)FTC_CACHE( cache )->org_class; in ftc_gcache_init()
134 FTC_CACHE( cache )->memory ); in ftc_gcache_init()
146 return ftc_gcache_init( FTC_CACHE( cache ) );
168 ftc_gcache_done( FTC_CACHE( cache ) );
208 error = FTC_Cache_Lookup( FTC_CACHE( cache ), hash, query, anode ); in FTC_GCache_Lookup()
Dftccache.h161 #define FTC_CACHE( x ) ( (FTC_Cache)(x) ) macro
213 FTC_Cache _cache = FTC_CACHE(cache); \
289 error = FTC_Cache_Lookup( FTC_CACHE( cache ), hash, query, \
314 FTC_Manager _try_manager = FTC_CACHE( cache )->manager; \
Dftcglyph.h249 FTC_GCACHE_CLASS( FTC_CACHE(x)->org_class )
Dftccmap.c236 FTC_Cache cache = FTC_CACHE( cmap_cache ); in FTC_CMapCache_Lookup()