Searched defs:FTC_Cache (Results 1 - 1 of 1) sorted by relevance

/external/freetype/src/cache/
H A Dftccache.h32 typedef struct FTC_CacheRec_* FTC_Cache; typedef in typeref:struct:FTC_CacheRec_
84 ftc_get_top_node_for_hash( FTC_Cache cache,
109 FTC_Cache cache );
113 FTC_Cache cache );
119 FTC_Cache cache,
125 FTC_Cache cache );
128 (*FTC_Cache_InitFunc)( FTC_Cache cache );
131 (*FTC_Cache_DoneFunc)( FTC_Cache cache );
168 #define FTC_CACHE( x ) ( (FTC_Cache)(x) )
169 #define FTC_CACHE_P( x ) ( (FTC_Cache*)(
[all...]

Completed in 151 milliseconds