Home
last modified time | relevance | path

Searched refs:FT_INT_MAX (Results 1 – 10 of 10) sorted by relevance

/external/freetype/include/freetype/config/
Dftstdlib.h63 #define FT_INT_MAX INT_MAX macro
/external/freetype/src/smooth/
Dftsmooth.c332 if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX ) in ft_smooth_render_generic()
Dftgrays.c111 #define FT_INT_MAX INT_MAX macro
1276 if ( y >= FT_INT_MAX ) in gray_hline()
1277 y = FT_INT_MAX; in gray_hline()
/external/freetype/src/base/
Dftsynth.c125 if ( ( ystr >> 6 ) > FT_INT_MAX || ( ystr >> 6 ) < FT_INT_MIN ) in FT_GlyphSlot_Embolden()
Dftbitmap.c231 if ( ( ( FT_PIX_ROUND( xStrength ) >> 6 ) > FT_INT_MAX ) || in FT_Bitmap_Embolden()
232 ( ( FT_PIX_ROUND( yStrength ) >> 6 ) > FT_INT_MAX ) ) in FT_Bitmap_Embolden()
Dftrfork.c489 if ( base_file_len + 6 > FT_INT_MAX ) in raccess_guess_darwin_hfsplus()
525 if ( base_file_len + 18 > FT_INT_MAX ) in raccess_guess_darwin_newvfs()
Dftutil.c137 else if ( new_count > FT_INT_MAX/item_size ) in ft_mem_qrealloc()
/external/freetype/include/freetype/internal/
Dftmemory.h228 #define FT_ARRAY_MAX( ptr ) ( FT_INT_MAX / sizeof ( *(ptr) ) )
/external/freetype/src/autofit/
Dafhints.c37 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *segment ) ); in af_axis_hints_new_segment()
80 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *edge ) ); in af_axis_hints_new_edge()
/external/freetype/src/cff/
Dcffdrivr.c486 dict->cid_supplement > FT_INT_MAX ) in cff_get_ros()