HomeSort by relevance Sort by last modified time
    Searched refs:FTC_CACHE (Results 1 - 4 of 4) sorted by null

  /external/freetype/src/cache/
ftcglyph.c 43 FTC_Cache cache )
56 FTC_Cache cache )
68 FTC_Cache cache,
88 FTC_Cache cache,
107 FTC_Cache cache )
119 ftc_gcache_init( FTC_Cache ftccache )
125 error = FTC_Cache_Init( FTC_CACHE( cache ) );
128 FTC_GCacheClass clazz = (FTC_GCacheClass)FTC_CACHE( cache )->org_class;
134 FTC_CACHE( cache )->memory );
146 return ftc_gcache_init( FTC_CACHE( cache ) )
    [all...]
ftccache.h 31 typedef struct FTC_CacheRec_* FTC_Cache;
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)
    [all...]
ftcglyph.h 139 FTC_Cache cache;
191 FTC_Cache cache,
200 FTC_Cache cache );
205 FTC_Cache cache );
210 FTC_Cache cache );
249 FTC_GCACHE_CLASS( FTC_CACHE(x)->org_class )
ftccmap.c 96 FTC_Cache cache )
110 FTC_Cache cache )
139 FTC_Cache cache )
152 FTC_Cache cache,
178 FTC_Cache cache,
236 FTC_Cache cache = FTC_CACHE( cmap_cache );

Completed in 266 milliseconds