HomeSort by relevance Sort by last modified time
    Searched refs:PNG_MAX_PALETTE_LENGTH (Results 1 - 13 of 13) sorted by null

  /external/libpng/
pngset.c 174 > PNG_MAX_PALETTE_LENGTH)
184 /* Changed from info->num_palette to PNG_MAX_PALETTE_LENGTH in
188 PNG_MAX_PALETTE_LENGTH * (sizeof (png_uint_16))));
524 (1 << info_ptr->bit_depth) : PNG_MAX_PALETTE_LENGTH;
558 /* Changed in libpng-1.2.1 to allocate PNG_MAX_PALETTE_LENGTH instead
563 PNG_MAX_PALETTE_LENGTH * (sizeof (png_color))));
955 /* Changed from num_trans to PNG_MAX_PALETTE_LENGTH in version 1.2.1 */
957 png_malloc(png_ptr, PNG_MAX_PALETTE_LENGTH));
959 if (num_trans > 0 && num_trans <= PNG_MAX_PALETTE_LENGTH)
    [all...]
example.c     [all...]
pngrutil.c 905 png_color palette[PNG_MAX_PALETTE_LENGTH];
951 if (length > 3*PNG_MAX_PALETTE_LENGTH || length % 3)
964 /* The cast is safe because 'length' is less than 3*PNG_MAX_PALETTE_LENGTH */
975 max_palette_length = PNG_MAX_PALETTE_LENGTH;
    [all...]
pngwrite.c 223 if (jend > PNG_MAX_PALETTE_LENGTH)
224 jend = PNG_MAX_PALETTE_LENGTH;
    [all...]
png.h 761 #define PNG_MAX_PALETTE_LENGTH 256
    [all...]
pngwutil.c 848 (1 << png_ptr->bit_depth) : PNG_MAX_PALETTE_LENGTH;
    [all...]
  /external/opencv3/3rdparty/libpng/
pngset.c 187 > PNG_MAX_PALETTE_LENGTH)
197 /* Changed from info->num_palette to PNG_MAX_PALETTE_LENGTH in
201 PNG_MAX_PALETTE_LENGTH * png_sizeof(png_uint_16));
525 if (num_palette < 0 || num_palette > PNG_MAX_PALETTE_LENGTH)
543 /* Changed in libpng-1.2.1 to allocate PNG_MAX_PALETTE_LENGTH instead
548 PNG_MAX_PALETTE_LENGTH * png_sizeof(png_color));
909 /* Changed from num_trans to PNG_MAX_PALETTE_LENGTH in version 1.2.1 */
911 (png_bytep)png_malloc(png_ptr, (png_size_t)PNG_MAX_PALETTE_LENGTH);
913 if (num_trans > 0 && num_trans <= PNG_MAX_PALETTE_LENGTH)
    [all...]
pngrutil.c 598 png_color palette[PNG_MAX_PALETTE_LENGTH];
637 if (length > 3*PNG_MAX_PALETTE_LENGTH || length % 3)
    [all...]
png.h     [all...]
  /external/pdfium/third_party/lpng_v163/
pngset.c 172 > PNG_MAX_PALETTE_LENGTH)
182 /* Changed from info->num_palette to PNG_MAX_PALETTE_LENGTH in
186 PNG_MAX_PALETTE_LENGTH * (sizeof (png_uint_16))));
510 if (num_palette < 0 || num_palette > PNG_MAX_PALETTE_LENGTH)
542 /* Changed in libpng-1.2.1 to allocate PNG_MAX_PALETTE_LENGTH instead
547 PNG_MAX_PALETTE_LENGTH * (sizeof (png_color))));
932 /* Changed from num_trans to PNG_MAX_PALETTE_LENGTH in version 1.2.1 */
934 png_malloc(png_ptr, PNG_MAX_PALETTE_LENGTH));
936 if (num_trans > 0 && num_trans <= PNG_MAX_PALETTE_LENGTH)
    [all...]
pngrutil.c 871 png_color palette[PNG_MAX_PALETTE_LENGTH];
917 if (length > 3*PNG_MAX_PALETTE_LENGTH || length % 3)
930 /* The cast is safe because 'length' is less than 3*PNG_MAX_PALETTE_LENGTH */
    [all...]
png.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]

Completed in 1945 milliseconds