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

  /external/freetype/src/cache/
ftcglyph.c 121 FTC_GCache cache = (FTC_GCache)ftccache;
144 FTC_GCache_Init( FTC_GCache cache )
155 FTC_GCache cache = (FTC_GCache)ftccache;
166 FTC_GCache_Done( FTC_GCache cache )
177 FTC_GCache *acache )
187 FTC_GCache_Lookup( FTC_GCache cache,
ftcglyph.h 21 * FTC_GCache is an _abstract_ cache object optimized to store glyph
25 * glyph `items'. Item types are not specified in the FTC_GCache but
30 * the attributes within the FTC_GCache, since it is likely that many
41 * Note that both FTC_ImageCache and FTC_SBitCache extend FTC_GCache.
52 * `ftcsbits.h', which both extend FTC_GCache with additional
55 * A typical FTC_GCache implementation must provide at least the
217 } FTC_GCacheRec, *FTC_GCache;
219 #define FTC_GCACHE( x ) ((FTC_GCache)(x))
225 FTC_GCache_Init( FTC_GCache cache )
    [all...]
ftcbasic.c 277 (FTC_GCache*)acache );
340 error = FTC_GCache_Lookup( FTC_GCACHE( cache ),
477 (FTC_GCache*)acache );
540 error = FTC_GCache_Lookup( FTC_GCACHE( cache ),

Completed in 1144 milliseconds