Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/cache/
Dftccache.c116 FT_UFast p = cache->p; in ftc_cache_resize()
117 FT_UFast mask = cache->mask; in ftc_cache_resize()
118 FT_UFast count = mask + p + 1; /* number of buckets */ in ftc_cache_resize()
177 FT_UFast old_index = p + mask; in ftc_cache_resize()
354 FT_UFast i; in FTC_Cache_Clear()
355 FT_UFast count; in FTC_Cache_Clear()
565 FT_UFast i, count; in FTC_Cache_RemoveFaceID()
Dftccache.h145 FT_UFast p;
146 FT_UFast mask;
Dftcmanag.c509 FT_UFast count = 0; in FTC_Manager_Check()
/third_party/skia/third_party/externals/freetype/include/freetype/config/
Dinteger-types.h179 typedef unsigned int FT_UFast; typedef
184 typedef unsigned long FT_UFast; typedef
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpstypes.h63 #define CF2_UInt FT_UFast
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
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.