HomeSort by relevance Sort by last modified time
    Searched refs:PNG_INFO_tRNS (Results 1 - 25 of 27) sorted by null

1 2

  /external/qemu/
loadpng.c 78 if(png_get_valid(p, pi, PNG_INFO_tRNS)) {
210 if(png_get_valid(p, pi, PNG_INFO_tRNS)) {
  /external/libpng/contrib/gregbook/
readpng.c 230 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
readpng2.c 470 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
  /bootable/recovery/minui/
resources.c 131 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {
  /external/libpng/
pngget.c 809 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
818 retval |= PNG_INFO_tRNS;
829 retval |= PNG_INFO_tRNS;
838 retval |= PNG_INFO_tRNS;
example.c 214 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
png.c 405 info_ptr->valid &= ~PNG_INFO_tRNS;
pngrutil.c 654 if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
    [all...]
pngread.c     [all...]
pngset.c 891 info_ptr->valid |= PNG_INFO_tRNS;
    [all...]
pngwrite.c 155 if (info_ptr->valid & PNG_INFO_tRNS)
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngget.c 767 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
775 retval |= PNG_INFO_tRNS;
785 retval |= PNG_INFO_tRNS;
793 retval |= PNG_INFO_tRNS;
png.c 388 info_ptr->valid &= ~PNG_INFO_tRNS;
pngread.c     [all...]
pngset.c 942 info_ptr->valid |= PNG_INFO_tRNS;
    [all...]
pngwrite.c 145 if (info_ptr->valid & PNG_INFO_tRNS)
    [all...]
pngrutil.c 538 if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
    [all...]
png.h     [all...]
  /external/libpng/contrib/pngminus/
png2pnm.c 259 if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS))
  /external/libpng/contrib/visupng/
PngFile.c 184 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 287 if (png_get_valid(png, info, PNG_INFO_tRNS)) {
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 170 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {
499 bool valid = png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS);
588 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {
    [all...]
  /external/skia/legacy/src/images/
SkImageDecoder_libpng.cpp 169 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {
493 bool valid = png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS);
582 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 95 if (png_get_valid(read_ptr, read_info, PNG_INFO_tRNS)) {
96 //printf("Has PNG_INFO_tRNS!\n");
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]

Completed in 463 milliseconds

1 2