Home
last modified time | relevance | path

Searched refs:FT_UFast (Results 1 – 9 of 9) sorted by relevance

/external/freetype/src/cache/
Dftccache.c118 FT_UFast p = cache->p; in ftc_cache_resize()
119 FT_UFast mask = cache->mask; in ftc_cache_resize()
120 FT_UFast count = mask + p + 1; /* number of buckets */ in ftc_cache_resize()
179 FT_UFast old_index = p + mask; in ftc_cache_resize()
356 FT_UFast i; in FTC_Cache_Clear()
357 FT_UFast count; in FTC_Cache_Clear()
567 FT_UFast i, count; in FTC_Cache_RemoveFaceID()
Dftccache.h145 FT_UFast p;
146 FT_UFast mask;
Dftcmanag.c506 FT_UFast count = 0; in FTC_Manager_Check()
/external/freetype/builds/vms/
Dftconfig.h232 typedef unsigned int FT_UFast; typedef
237 typedef unsigned long FT_UFast; typedef
/external/freetype/include/freetype/config/
Dftconfig.h258 typedef unsigned int FT_UFast; typedef
263 typedef unsigned long FT_UFast; typedef
/external/freetype/src/psaux/
Dpstypes.h64 #define CF2_UInt FT_UFast
/external/freetype/builds/unix/
Dftconfig.in280 typedef unsigned int FT_UFast;
285 typedef unsigned long FT_UFast;
/external/freetype/
DChangeLog.244957 to original FT_UFast, to match with FT_CacheRec.
4998 FT_PtrDist from FT_UFast for better pointer calculation.
DChangeLog.23765 Insert explicit cast from FT_UFast to FT_UInt32
1069 FT_UFast is not recommended.