Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/include/config/
Dftstdlib.h64 #define FT_INT_MAX INT_MAX macro
/external/freetype/include/config/
Dftstdlib.h64 #define FT_INT_MAX INT_MAX macro
/external/pdfium/third_party/freetype/src/base/
Dftsynth.c130 if ( ( ystr >> 6 ) > FT_INT_MAX || ( ystr >> 6 ) < FT_INT_MIN ) in FT_GlyphSlot_Embolden()
Dftbitmap.c277 if ( ( ( FT_PIX_ROUND( xStrength ) >> 6 ) > FT_INT_MAX ) || in FT_Bitmap_Embolden()
278 ( ( FT_PIX_ROUND( yStrength ) >> 6 ) > FT_INT_MAX ) ) in FT_Bitmap_Embolden()
Dftrfork.c535 if ( base_file_len + 6 > FT_INT_MAX ) in raccess_guess_darwin_hfsplus()
571 if ( base_file_len + 18 > FT_INT_MAX ) in raccess_guess_darwin_newvfs()
Dftutil.c138 else if ( new_count > FT_INT_MAX/item_size ) in ft_mem_qrealloc()
/external/freetype/src/base/
Dftsynth.c130 if ( ( ystr >> 6 ) > FT_INT_MAX || ( ystr >> 6 ) < FT_INT_MIN ) in FT_GlyphSlot_Embolden()
Dftrfork.c535 if ( base_file_len + 6 > FT_INT_MAX ) in raccess_guess_darwin_hfsplus()
571 if ( base_file_len + 18 > FT_INT_MAX ) in raccess_guess_darwin_newvfs()
Dftbitmap.c289 if ( ( ( FT_PIX_ROUND( xStrength ) >> 6 ) > FT_INT_MAX ) || in FT_Bitmap_Embolden()
290 ( ( FT_PIX_ROUND( yStrength ) >> 6 ) > FT_INT_MAX ) ) in FT_Bitmap_Embolden()
Dftutil.c138 else if ( new_count > FT_INT_MAX/item_size ) in ft_mem_qrealloc()
/external/freetype/src/smooth/
Dftsmooth.c208 if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX || in ft_smooth_render_generic()
Dftgrays.c139 #define FT_INT_MAX INT_MAX macro
1312 if ( y >= FT_INT_MAX ) in gray_hline()
1313 y = FT_INT_MAX; in gray_hline()
/external/pdfium/third_party/freetype/src/smooth/
Dftsmooth.c208 if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX || in ft_smooth_render_generic()
Dftgrays.c119 #define FT_INT_MAX INT_MAX macro
1296 if ( y >= FT_INT_MAX ) in gray_hline()
1297 y = FT_INT_MAX; in gray_hline()
/external/freetype/include/internal/
Dftmemory.h253 #define FT_ARRAY_MAX( ptr ) ( FT_INT_MAX / sizeof ( *(ptr) ) )
/external/pdfium/third_party/freetype/include/internal/
Dftmemory.h245 #define FT_ARRAY_MAX( ptr ) ( FT_INT_MAX / sizeof ( *(ptr) ) )
/external/freetype/src/autofit/
Dafhints.c58 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *segment ) ); in af_axis_hints_new_segment()
122 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *edge ) ); in af_axis_hints_new_edge()
/external/pdfium/third_party/freetype/src/cff/
Dcffdrivr.c495 dict->cid_supplement > FT_INT_MAX ) in cff_get_ros()
/external/freetype/src/cff/
Dcffdrivr.c567 dict->cid_supplement > FT_INT_MAX ) in cff_get_ros()