Searched refs:ulRowBytes (Results 1 – 1 of 1) sorted by relevance
107 png_uint_32 ulRowBytes; in PngLoadImage() local219 ulRowBytes = png_get_rowbytes(png_ptr, info_ptr); in PngLoadImage()231 if ((pbImageData = (png_byte *) malloc(ulRowBytes * (*piHeight) in PngLoadImage()249 ppbRowPointers[i] = pbImageData + i * ulRowBytes; in PngLoadImage()294 png_uint_32 ulRowBytes; in PngSaveImage() local349 ulRowBytes = iWidth * ciChannels; in PngSaveImage()359 ppbRowPointers[i] = pDiData + i * (((ulRowBytes + 3) >> 2) << 2); in PngSaveImage()