Searched refs:ulRowBytes (Results 1 – 1 of 1) sorted by relevance
109 png_uint_32 ulRowBytes; in PngLoadImage() local227 ulRowBytes = png_get_rowbytes(png_ptr, info_ptr); in PngLoadImage()239 if ((pbImageData = (png_byte *) malloc(ulRowBytes * (*piHeight) in PngLoadImage()257 ppbRowPointers[i] = pbImageData + i * ulRowBytes; in PngLoadImage()302 png_uint_32 ulRowBytes; in PngSaveImage() local357 ulRowBytes = iWidth * ciChannels; in PngSaveImage()367 ppbRowPointers[i] = pDiData + i * (((ulRowBytes + 3) >> 2) << 2); in PngSaveImage()