Home
last modified time | relevance | path

Searched refs:FTC_SBitCache (Results 1 – 2 of 2) sorted by relevance

/external/freetype/include/freetype/
Dftcache.h938 typedef struct FTC_SBitCacheRec_* FTC_SBitCache; typedef
960 FTC_SBitCache *acache );
1009 FTC_SBitCache_Lookup( FTC_SBitCache cache,
1064 FTC_SBitCache_LookupScaler( FTC_SBitCache cache,
/external/freetype/src/cache/
Dftcbasic.c644 FTC_SBitCache *acache ) in FTC_SBitCache_New()
654 FTC_SBitCache_Lookup( FTC_SBitCache cache, in FTC_SBitCache_Lookup()
750 FTC_SBitCache_LookupScaler( FTC_SBitCache cache, in FTC_SBitCache_LookupScaler()
814 FTC_SBitCache *acache );
817 FTC_SBit_Cache_Lookup( FTC_SBitCache cache,
825 FTC_SBitCache *acache ) in FTC_SBit_Cache_New()
827 return FTC_SBitCache_New( manager, (FTC_SBitCache*)acache ); in FTC_SBit_Cache_New()
832 FTC_SBit_Cache_Lookup( FTC_SBitCache cache, in FTC_SBit_Cache_Lookup()
845 return FTC_SBitCache_Lookup( (FTC_SBitCache)cache, in FTC_SBit_Cache_Lookup()