HomeSort by relevance Sort by last modified time
    Searched defs:PNG_PLTE (Results 1 - 6 of 6) sorted by null

  /external/libpng/
pngread.c 392 PNG_CONST PNG_PLTE;
465 if (!png_memcmp(chunk_name, png_PLTE, 4))
478 else if (!png_memcmp(chunk_name, png_PLTE, 4))
    [all...]
pngpread.c 157 PNG_CONST PNG_PLTE;
281 if (!png_memcmp(png_ptr->chunk_name, png_PLTE, 4))
296 else if (!png_memcmp(png_ptr->chunk_name, png_PLTE, 4))
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngread.c 356 PNG_CONST PNG_PLTE;
438 if (!png_memcmp(png_ptr->chunk_name, png_PLTE, 4))
451 else if (!png_memcmp(png_ptr->chunk_name, png_PLTE, 4))
936 PNG_CONST PNG_PLTE;
    [all...]
pngpread.c 143 PNG_CONST PNG_PLTE;
255 if (!png_memcmp(png_ptr->chunk_name, png_PLTE, 4))
267 else if (!png_memcmp(png_ptr->chunk_name, png_PLTE, 4))
    [all...]
png.h     [all...]

Completed in 206 milliseconds