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

  /external/libpng/
pngread.c 421 PNG_CONST PNG_sBIT;
525 else if (!png_memcmp(chunk_name, png_sBIT, 4))
    [all...]
pngpread.c 186 PNG_CONST PNG_sBIT;
355 else if (!png_memcmp(png_ptr->chunk_name, png_sBIT, 4))
    [all...]
png.h     [all...]
pngwutil.c 934 PNG_sBIT;
981 png_write_chunk(png_ptr, (png_bytep)png_sBIT, buf, size);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngread.c 385 PNG_CONST PNG_sBIT;
498 else if (!png_memcmp(png_ptr->chunk_name, png_sBIT, 4))
965 PNG_CONST PNG_sBIT;
    [all...]
png.h     [all...]
pngpread.c 172 PNG_CONST PNG_sBIT;
318 else if (!png_memcmp(png_ptr->chunk_name, png_sBIT, 4))
    [all...]
pngwutil.c 888 PNG_sBIT;
934 png_write_chunk(png_ptr, (png_bytep)png_sBIT, buf, size);
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 656 #define png_sBIT PNG_CHUNK(115, 66, 73, 84)
    [all...]

Completed in 453 milliseconds