Searched defs:ulRowBytes (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A DPngFile.c104 png_uint_32 ulRowBytes; local
216 ulRowBytes = png_get_rowbytes(png_ptr, info_ptr);
228 if ((pbImageData = (png_byte *) malloc(ulRowBytes * (*piHeight)
246 ppbRowPointers[i] = pbImageData + i * ulRowBytes;
291 png_uint_32 ulRowBytes; local
346 ulRowBytes = iWidth * ciChannels;
356 ppbRowPointers[i] = pDiData + i * (((ulRowBytes + 3) >> 2) << 2);

Completed in 42 milliseconds