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

  /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...]
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...]
pngwutil.c 576 PNG_PLTE;
611 png_write_chunk_start(png_ptr, (png_bytep)png_PLTE,
    [all...]
  /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...]
pngwutil.c 576 PNG_PLTE;
611 png_write_chunk_start(png_ptr, (png_bytep)png_PLTE,
    [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...]
pngwutil.c 547 PNG_PLTE;
581 png_write_chunk_start(png_ptr, png_PLTE, num_pal * 3);
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 645 #define png_PLTE PNG_CHUNK( 80, 76, 84, 69)
    [all...]

Completed in 41 milliseconds