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

  /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))
  /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 404 info_ptr->valid &= ~PNG_INFO_tRNS;
pngset.c 881 info_ptr->valid |= PNG_INFO_tRNS;
    [all...]
pngrutil.c 648 if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
    [all...]
pngread.c     [all...]
pngwrite.c 155 if (info_ptr->valid & PNG_INFO_tRNS)
    [all...]
png.h     [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/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 271 if (png_get_valid(png, info, PNG_INFO_tRNS)) {
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 177 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {
484 bool valid = png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS);
573 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 88 if (png_get_valid(read_ptr, read_info, PNG_INFO_tRNS)) {
89 //printf("Has PNG_INFO_tRNS!\n");
    [all...]

Completed in 1804 milliseconds