Searched refs:FT_LONG_MIN (Results 1 – 5 of 5) sorted by relevance
66 #define FT_LONG_MIN LONG_MIN macro
854 if ( FT_LONG_MIN + (FT_Pos)( source_->rows << 6 ) + 64 > source_offset.y ) in FT_Bitmap_Blend()875 if ( FT_LONG_MIN + (FT_Pos)( target->rows << 6 ) > target_offset.y ) in FT_Bitmap_Blend()896 target_urx = FT_LONG_MIN; in FT_Bitmap_Blend()897 target_ury = FT_LONG_MIN; in FT_Bitmap_Blend()
695 max_scaling = FT_LONG_MIN; in cff_parse_font_matrix()736 if ( FT_LONG_MIN + half_divisor < value ) in cff_parse_font_matrix()739 values[i] = FT_LONG_MIN / divisor; in cff_parse_font_matrix()
1688 if ( args[0] == FT_LONG_MIN ) in cff_decoder_parse_charstrings()1720 if ( args[0] == FT_LONG_MIN ) in cff_decoder_parse_charstrings()
636 * include/freetype/config/ftstdlib.h (FT_LONG_MIN): New macro.