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

1 2

  /external/libpng/contrib/gregbook/
readpng.c 236 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
readpng2.c 314 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
  /external/skia/src/codec/
SkPngCodec.cpp 261 alphaType = png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS) ?
265 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {
281 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {
397 png_get_valid(fPng_ptr, fInfo_ptr, PNG_INFO_tRNS));
  /external/freetype/src/sfnt/
pngshim.c 303 if ( png_get_valid(png, info, PNG_INFO_tRNS ) )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
pngshim.c 303 if ( png_get_valid(png, info, PNG_INFO_tRNS ) )
  /external/libpng/contrib/examples/
pngpixel.c 100 NULL) & PNG_INFO_tRNS) && num_trans > 0 &&
  /external/libpng/
pngget.c 1068 (info_ptr->valid & PNG_INFO_tRNS) != 0)
1077 retval |= PNG_INFO_tRNS;
1089 retval |= PNG_INFO_tRNS;
1099 retval |= PNG_INFO_tRNS;
    [all...]
example.c 408 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS) != 0)
    [all...]
pngset.c 991 info_ptr->valid |= PNG_INFO_tRNS;
    [all...]
  /external/opencv3/3rdparty/libpng/
pngget.c 996 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
1005 retval |= PNG_INFO_tRNS;
1017 retval |= PNG_INFO_tRNS;
1027 retval |= PNG_INFO_tRNS;
pngread.c     [all...]
pngset.c 941 info_ptr->valid |= PNG_INFO_tRNS;
    [all...]
pngwrite.c 143 if (info_ptr->valid & PNG_INFO_tRNS)
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
pngshim.c 303 if ( png_get_valid(png, info, PNG_INFO_tRNS ) )
  /external/pdfium/third_party/lpng_v163/
pngget.c 1025 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
1034 retval |= PNG_INFO_tRNS;
1046 retval |= PNG_INFO_tRNS;
1056 retval |= PNG_INFO_tRNS;
    [all...]
pngset.c 963 info_ptr->valid |= PNG_INFO_tRNS;
    [all...]
  /external/libpng/contrib/pngminus/
png2pnm.c 265 if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS))
  /external/libpng/contrib/visupng/
PngFile.c 192 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 184 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {
514 bool valid = png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS);
648 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {
    [all...]
  /external/pdfium/samples/
image_diff_png.cc 175 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
  /external/libpng/contrib/libtests/
pngunknown.c 304 { "tRNS", PNG_INFO_tRNS, png_tRNS,
    [all...]
pngimage.c 88 # define CHUNK_tRNS PNG_INFO_tRNS
    [all...]
  /external/ImageMagick/coders/
png.c     [all...]
  /frameworks/base/tools/aapt/
Images.cpp 125 if (png_get_valid(read_ptr, read_info, PNG_INFO_tRNS)) {
126 //printf("Has PNG_INFO_tRNS!\n");
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 123 if (png_get_valid(readPtr, infoPtr, PNG_INFO_tRNS)) {
    [all...]

Completed in 569 milliseconds

1 2