Searched refs:ulRowBytes (Results 1 – 1 of 1) sorted by relevance
109 png_uint_32 ulRowBytes; local227 ulRowBytes = png_get_rowbytes(png_ptr, info_ptr);239 if ((*piHeight) > ((size_t)(-1))/ulRowBytes) {243 if ((pbImageData = (png_byte *) malloc(ulRowBytes * (*piHeight)261 ppbRowPointers[i] = pbImageData + i * ulRowBytes;306 png_uint_32 ulRowBytes; local361 ulRowBytes = iWidth * ciChannels;371 ppbRowPointers[i] = pDiData + i * (((ulRowBytes + 3) >> 2) << 2);