Home
last modified time | relevance | path

Searched refs:FTC_GCache (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/cache/
Dftcglyph.c120 FTC_GCache cache = (FTC_GCache)ftccache; in ftc_gcache_init()
143 FTC_GCache_Init( FTC_GCache cache )
154 FTC_GCache cache = (FTC_GCache)ftccache; in ftc_gcache_done()
165 FTC_GCache_Done( FTC_GCache cache )
176 FTC_GCache *acache ) in FTC_GCache_New()
186 FTC_GCache_Lookup( FTC_GCache cache, in FTC_GCache_Lookup()
Dftcglyph.h216 } FTC_GCacheRec, *FTC_GCache; typedef
218 #define FTC_GCACHE( x ) ((FTC_GCache)(x))
224 FTC_GCache_Init( FTC_GCache cache );
231 FTC_GCache_Done( FTC_GCache cache );
257 FTC_GCache *acache );
261 FTC_GCache_Lookup( FTC_GCache cache,
282 FTC_GCache _gcache = FTC_GCACHE( cache ); \
Dftcbasic.c282 (FTC_GCache*)acache ); in FTC_ImageCache_New()
482 (FTC_GCache*)acache ); in FTC_SBitCache_New()
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES3127 FTC_GCache: Used to store one glyph item per cache node,
3133 extends FTC_GCache. Family definition, family
3138 node. This extends FTC_GCache. Family
3152 Client applications should be able to extend FTC_GCache,