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

  /external/libpng/
png.c 42 PNG_PLTE;
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...]
pngwutil.c 576 PNG_PLTE;
611 png_write_chunk_start(png_ptr, (png_bytep)png_PLTE,
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.c 36 PNG_PLTE;
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...]
pngwutil.c 547 PNG_PLTE;
581 png_write_chunk_start(png_ptr, png_PLTE, num_pal * 3);
    [all...]
  /external/chromium_org/third_party/libpng/
pngread.c 388 PNG_CONST PNG_PLTE;
461 if (!png_memcmp(chunk_name, png_PLTE, 4))
474 else if (!png_memcmp(chunk_name, png_PLTE, 4))
966 PNG_CONST PNG_PLTE;
1035 if (!png_memcmp(chunk_name, png_PLTE, 4))
    [all...]
png.c 41 PNG_PLTE;
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...]
pngwutil.c 576 PNG_PLTE;
611 png_write_chunk_start(png_ptr, (png_bytep)png_PLTE,
    [all...]
png.h     [all...]

Completed in 208 milliseconds