Searched refs:piHeight (Results 1 – 2 of 2) sorted by relevance
/external/libpng/contrib/visupng/ |
D | PngFile.c | 100 int *piWidth, int *piHeight, int *piChannels, png_color *pBkgColor) argument 174 png_get_IHDR(png_ptr, info_ptr, piWidth, piHeight, &iBitDepth, 221 png_get_IHDR(png_ptr, info_ptr, piWidth, piHeight, &iBitDepth, 239 if ((*piHeight) > ((size_t)(-1))/ulRowBytes) { 243 if ((pbImageData = (png_byte *) malloc(ulRowBytes * (*piHeight) 252 if ((ppbRowPointers = (png_bytepp) malloc((*piHeight) 260 for (i = 0; i < (*piHeight); i++)
|
D | PngFile.h | 21 int *piWidth, int *piHeight, int *piChannels, png_color *pBkgColor);
|