Home
last modified time | relevance | path

Searched refs:FTC_CACHE (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/cache/
Dftcglyph.c124 error = FTC_Cache_Init( FTC_CACHE( cache ) ); in ftc_gcache_init()
127 FTC_GCacheClass clazz = (FTC_GCacheClass)FTC_CACHE( cache )->org_class; in ftc_gcache_init()
133 FTC_CACHE( cache )->memory ); in ftc_gcache_init()
145 return ftc_gcache_init( FTC_CACHE( cache ) );
167 ftc_gcache_done( FTC_CACHE( cache ) );
207 error = FTC_Cache_Lookup( FTC_CACHE( cache ), hash, query, anode ); in FTC_GCache_Lookup()
Dftccache.h161 #define FTC_CACHE( x ) ( (FTC_Cache)(x) ) macro
213 FTC_Cache _cache = FTC_CACHE(cache); \
289 error = FTC_Cache_Lookup( FTC_CACHE( cache ), hash, query, \
314 FTC_Manager _try_manager = FTC_CACHE( cache )->manager; \
Dftcglyph.h248 FTC_GCACHE_CLASS( FTC_CACHE(x)->org_class )
Dftccmap.c235 FTC_Cache cache = FTC_CACHE( cmap_cache ); in FTC_CMapCache_Lookup()
/third_party/chromium/patch/
D0001-cve.patch8749 - FTC_Cache _cache = FTC_CACHE(cache); \
8750 + FTC_Cache _cache = FTC_CACHE( cache ); \
8786 - FTC_GCACHE_CLASS( FTC_CACHE(x)->org_class )
8787 + FTC_GCACHE_CLASS( FTC_CACHE( x )->org_class )