Searched refs:FTC_GCache (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/cache/ |
D | ftcglyph.c | 120 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()
|
D | ftcglyph.h | 216 } 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 ); \
|
D | ftcbasic.c | 282 (FTC_GCache*)acache ); in FTC_ImageCache_New() 482 (FTC_GCache*)acache ); in FTC_SBitCache_New()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cache/ |
D | ftcglyph.c | 121 FTC_GCache cache = (FTC_GCache)ftccache; in ftc_gcache_init() 144 FTC_GCache_Init( FTC_GCache cache ) 155 FTC_GCache cache = (FTC_GCache)ftccache; in ftc_gcache_done() 166 FTC_GCache_Done( FTC_GCache cache ) 177 FTC_GCache *acache ) in FTC_GCache_New() 187 FTC_GCache_Lookup( FTC_GCache cache, in FTC_GCache_Lookup()
|
D | ftcglyph.h | 217 } FTC_GCacheRec, *FTC_GCache; typedef 219 #define FTC_GCACHE( x ) ((FTC_GCache)(x)) 225 FTC_GCache_Init( FTC_GCache cache ); 232 FTC_GCache_Done( FTC_GCache cache ); 258 FTC_GCache *acache ); 262 FTC_GCache_Lookup( FTC_GCache cache, 283 FTC_GCache _gcache = FTC_GCACHE( cache ); \
|
D | ftcbasic.c | 277 (FTC_GCache*)acache ); in FTC_ImageCache_New() 477 (FTC_GCache*)acache ); in FTC_SBitCache_New()
|
/third_party/freetype/src/cache/ |
D | ftcglyph.c | 120 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()
|
D | ftcglyph.h | 216 } 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 ); \
|
D | ftcbasic.c | 284 (FTC_GCache*)acache ); in FTC_ImageCache_New() 484 (FTC_GCache*)acache ); in FTC_SBitCache_New()
|
/third_party/flutter/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 2876 FTC_GCache: Used to store one glyph item per cache node, 2882 extends FTC_GCache. Family definition, family 2887 node. This extends FTC_GCache. Family 2901 Client applications should be able to extend FTC_GCache,
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 3127 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,
|
/third_party/freetype/docs/ |
D | CHANGES | 3208 FTC_GCache: Used to store one glyph item per cache node, 3214 extends FTC_GCache. Family definition, family 3219 node. This extends FTC_GCache. Family 3233 Client applications should be able to extend FTC_GCache,
|