HomeSort by relevance Sort by last modified time
    Searched refs:PNG_UINT_31_MAX (Results 1 - 25 of 29) sorted by null

1 2

  /external/syslinux/com32/lib/libpng/
png.c 910 if (white_x > (png_fixed_point) PNG_UINT_31_MAX ||
911 white_y > (png_fixed_point) PNG_UINT_31_MAX ||
912 red_x > (png_fixed_point) PNG_UINT_31_MAX ||
913 red_y > (png_fixed_point) PNG_UINT_31_MAX ||
914 green_x > (png_fixed_point) PNG_UINT_31_MAX ||
915 green_y > (png_fixed_point) PNG_UINT_31_MAX ||
916 blue_x > (png_fixed_point) PNG_UINT_31_MAX ||
917 blue_y > (png_fixed_point) PNG_UINT_31_MAX )
1000 if (width > PNG_UINT_31_MAX)
1006 if ( height > PNG_UINT_31_MAX)
    [all...]
pngset.c 153 if (int_gamma > (png_fixed_point)PNG_UINT_31_MAX)
156 png_gamma=PNG_UINT_31_MAX;
    [all...]
pngtest.c 132 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX)
160 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7)
    [all...]
  /external/skia/third_party/libpng/
pngwutil.c 183 if (length > PNG_UINT_31_MAX)
546 if (output_len + prefix_len > PNG_UINT_31_MAX)
603 if (output_len + prefix_len >= PNG_UINT_31_MAX)
    [all...]
pngget.c 212 info_ptr->x_pixels_per_unit <= PNG_UINT_31_MAX &&
213 info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX)
339 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
    [all...]
pngtest.c 184 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX)
209 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7)
    [all...]
png.c     [all...]
pngset.c     [all...]
png.h 685 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL)
    [all...]
  /external/libpng/
pngwutil.c 183 if (length > PNG_UINT_31_MAX)
546 if (output_len + prefix_len > PNG_UINT_31_MAX)
603 if (output_len + prefix_len >= PNG_UINT_31_MAX)
    [all...]
pngget.c 212 info_ptr->x_pixels_per_unit <= PNG_UINT_31_MAX &&
213 info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX)
339 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
    [all...]
pngtest.c 184 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX)
209 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7)
    [all...]
png.c     [all...]
pngset.c     [all...]
png.h 685 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL)
    [all...]
pngrutil.c 26 if (uval > PNG_UINT_31_MAX)
45 if (uval <= PNG_UINT_31_MAX)
    [all...]
  /external/pdfium/third_party/libpng16/
pngwutil.c 183 if (length > PNG_UINT_31_MAX)
546 if (output_len + prefix_len > PNG_UINT_31_MAX)
603 if (output_len + prefix_len >= PNG_UINT_31_MAX)
    [all...]
pngget.c 212 info_ptr->x_pixels_per_unit <= PNG_UINT_31_MAX &&
213 info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX)
339 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
    [all...]
png.c     [all...]
pngset.c     [all...]
png.h 685 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL)
    [all...]
pngrutil.c 26 if (uval > PNG_UINT_31_MAX)
45 if (uval <= PNG_UINT_31_MAX)
    [all...]
  /external/libpng/contrib/libtests/
timepng.c 412 nfiles &= PNG_UINT_31_MAX;
tarith.c 682 ok = fpround <= PNG_UINT_31_MAX &&
683 fpround >= -1-(long long int)PNG_UINT_31_MAX;
  /external/ImageMagick/coders/
png.c 520 #ifndef PNG_UINT_31_MAX
521 #define PNG_UINT_31_MAX (png_uint_32) 0x7fffffffL
    [all...]

Completed in 189 milliseconds

1 2