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

1 2

  /external/freetype/src/sfnt/
pngshim.c 249 png_get_IHDR( png, info,
315 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,
  /packages/services/Car/evs/app/
TexWrapper.cpp 117 png_get_IHDR(pngControl, pngInfo,
  /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,
  /bootable/recovery/tests/manual/
recovery_test.cpp 163 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, nullptr, nullptr,
  /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/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 124 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bpc, &color_type, nullptr,
  /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 97 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/skia/third_party/libpng/
pngprefix.h 260 #define png_get_IHDR skia_png_get_IHDR
example.c 364 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
    [all...]
  /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...]
  /external/syslinux/com32/lib/libpng/
example.c 177 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
  /frameworks/base/tools/aapt2/compile/
PngCrunch.cpp 211 png_get_IHDR(read_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
Png.cpp 117 png_get_IHDR(readPtr, infoPtr, &outInfo->width, &outInfo->height, &bitDepth,
612 png_get_IHDR(writePtr, infoPtr, &width, &height, &bitDepth, &colorType,
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 949 if (!png_get_IHDR(pp, ip,
952 display_log(dp, LIBPNG_BUG, "png_get_IHDR failed");
1003 png_get_IHDR(dp->read_pp, dp->read_ip, &width, &height, &bit_depth,
    [all...]
  /external/pdfium/third_party/libpng16/
pngget.c 795 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr,
    [all...]
  /external/skia/src/codec/
SkPngCodec.cpp 824 png_get_IHDR(fPng_ptr, fInfo_ptr, &origWidth, &origHeight, &bitDepth,
    [all...]

Completed in 526 milliseconds

1 2