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

1 2

  /external/freetype/src/sfnt/
pngshim.c 248 png_get_IHDR( png, info,
324 png_get_IHDR( png, info,
  /external/pdfium/third_party/freetype/src/sfnt/
pngshim.c 248 png_get_IHDR( png, info,
324 png_get_IHDR( png, info,
  /external/libpng/contrib/gregbook/
readpng.c 139 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
readpng2.c 260 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
  /external/libpng/contrib/pngminus/
png2pnm.c 252 png_get_IHDR (png_ptr, info_ptr,
287 png_get_IHDR (png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
  /external/libpng/contrib/visupng/
PngFile.c 174 png_get_IHDR(png_ptr, info_ptr, piWidth, piHeight, &iBitDepth,
221 png_get_IHDR(png_ptr, info_ptr, piWidth, piHeight, &iBitDepth,
  /external/libpng/contrib/examples/
pngpixel.c 214 * png_get_IHDR, if this fails we can now use 'png_error' to
217 if (png_get_IHDR(png_ptr, info_ptr, &width, &height,
325 png_error(png_ptr, "pngpixel: png_get_IHDR failed");
  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 157 png_get_IHDR( png_ptr, info_ptr, &width, &height,
  /external/opencv3/modules/imgcodecs/src/
grfmt_png.cpp 180 png_get_IHDR( png_ptr, info_ptr, &wdth, &hght,
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_png.cpp 125 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bpc, &color_type, NULL,
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 258 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
297 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
480 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 111 png_get_IHDR(read_ptr, read_info, &outImageInfo->width,
168 png_get_IHDR(read_ptr, read_info, &outImageInfo->width,
    [all...]
  /bootable/recovery/minui/
resources.cpp 95 png_get_IHDR(*png_ptr, *info_ptr, width, height, &bit_depth,
  /development/tools/etc1tool/
etc1tool.cpp 196 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth,
  /external/pdfium/samples/
image_diff_png.cc 154 png_get_IHDR(png_ptr, info_ptr, &w, &h, &bit_depth, &color_type,
  /external/libpng/
example.c 364 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
    [all...]
pngget.c 795 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr,
    [all...]
pngtest.c 1079 if (png_get_IHDR(read_ptr, read_info_ptr, &width, &height, &bit_depth,
1104 png_error(read_ptr, "png_get_IHDR failed");
    [all...]
png.h     [all...]
  /external/skia/src/codec/
SkPngCodec.cpp 230 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
  /external/libpng/contrib/libtests/
pngimage.c 938 if (!png_get_IHDR(pp, ip,
941 display_log(dp, LIBPNG_BUG, "png_get_IHDR failed");
992 png_get_IHDR(dp->read_pp, dp->read_ip, &width, &height, &bit_depth,
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 112 png_get_IHDR(readPtr, infoPtr, &outInfo->width, &outInfo->height, &bitDepth, &colorType,
584 png_get_IHDR(writePtr, infoPtr, &width, &height, &bitDepth, &colorType, &interlaceType,
    [all...]
  /external/pdfium/third_party/lpng_v163/
png.h 552 #define png_get_IHDR FOXIT_png_get_IHDR
    [all...]
pngget.c 761 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr,
    [all...]
  /external/opencv3/3rdparty/libpng/
pngget.c 736 png_get_IHDR(png_structp png_ptr, png_infop info_ptr,

Completed in 1120 milliseconds

1 2