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

/external/chromium_org/third_party/freetype/src/cache/
H A Dftccache.h31 typedef struct FTC_CacheRec_* FTC_Cache; typedef in typeref:struct:FTC_CacheRec_
83 ftc_get_top_node_for_hash( FTC_Cache cache,
102 FTC_Cache cache );
106 FTC_Cache cache );
112 FTC_Cache cache,
118 FTC_Cache cache );
121 (*FTC_Cache_InitFunc)( FTC_Cache cache );
124 (*FTC_Cache_DoneFunc)( FTC_Cache cache );
161 #define FTC_CACHE( x ) ( (FTC_Cache)(x) )
162 #define FTC_CACHE_P( x ) ( (FTC_Cache*)(
[all...]
/external/freetype/src/cache/
H A Dftccache.h31 typedef struct FTC_CacheRec_* FTC_Cache; typedef in typeref:struct:FTC_CacheRec_
83 ftc_get_top_node_for_hash( FTC_Cache cache,
102 FTC_Cache cache );
106 FTC_Cache cache );
112 FTC_Cache cache,
118 FTC_Cache cache );
121 (*FTC_Cache_InitFunc)( FTC_Cache cache );
124 (*FTC_Cache_DoneFunc)( FTC_Cache cache );
161 #define FTC_CACHE( x ) ( (FTC_Cache)(x) )
162 #define FTC_CACHE_P( x ) ( (FTC_Cache*)(
[all...]

Completed in 86 milliseconds