Searched refs:FT_USHORT_MAX (Results 1 – 5 of 5) sorted by relevance
63 #define FT_USHORT_MAX USHRT_MAX macro
556 if ( font_extra->fs_type >= ( FT_USHORT_MAX - 9 ) / 10 ) in cff_ps_get_font_extra()
774 if ( v < ( FT_USHORT_MAX - 9 ) / 10 ) in _bdf_atous()778 v = FT_USHORT_MAX; in _bdf_atous()
3241 if ( scaled_w > FT_USHORT_MAX || in FT_Request_Metrics()3242 scaled_h > FT_USHORT_MAX ) in FT_Request_Metrics()
3215 * include/freetype/config/ftstdlib.h (FT_USHORT_MAX): New macro.