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

  /external/freetype/src/cache/
ftccback.h 32 FTC_Cache cache );
37 FTC_Cache cache );
41 FTC_Cache cache );
46 FTC_Cache cache );
51 FTC_Cache cache );
55 FTC_Cache cache );
60 FTC_Cache cache,
67 FTC_Cache cache,
72 ftc_gcache_init( FTC_Cache cache );
75 ftc_gcache_done( FTC_Cache cache )
    [all...]
ftccache.h 32 typedef struct FTC_CacheRec_* FTC_Cache;
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)
    [all...]
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...]
ftcsbits.h 73 FTC_Cache cache );
78 FTC_Cache cache );
91 FTC_Cache cache,
ftcmanag.h 101 FTC_Cache caches[FTC_MAX_CACHES];
150 FTC_Cache *acache );
ftccache.c 92 ftc_get_top_node_for_hash( FTC_Cache cache,
114 ftc_cache_resize( FTC_Cache cache )
226 FTC_Cache cache )
259 FTC_Cache cache )
281 FTC_Cache cache;
333 FTC_Cache_Init( FTC_Cache cache )
340 ftc_cache_init( FTC_Cache cache )
356 FTC_Cache_Clear( FTC_Cache cache )
394 ftc_cache_done( FTC_Cache cache )
414 FTC_Cache_Done( FTC_Cache cache
    [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 138 FTC_Cache cache )
152 FTC_Cache cache )
181 FTC_Cache cache )
194 FTC_Cache cache,
220 FTC_Cache cache,
293 FTC_Cache cache = FTC_CACHE( cmap_cache );
ftcsbits.c 66 FTC_Cache cache )
85 FTC_Cache cache )
210 FTC_Cache cache )
268 FTC_Cache cache )
280 FTC_Cache cache )
327 FTC_Cache cache,
412 FTC_Cache cache,
ftcbasic.c 125 FTC_Cache cache = (FTC_Cache)ftccache;
193 FTC_Cache cache,
241 FTC_Cache cache,

Completed in 117 milliseconds