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

/external/libpng/contrib/visupng/
H A DPngFile.c109 png_uint_32 ulRowBytes; local
227 ulRowBytes = png_get_rowbytes(png_ptr, info_ptr);
239 if ((pbImageData = (png_byte *) malloc(ulRowBytes * (*piHeight)
257 ppbRowPointers[i] = pbImageData + i * ulRowBytes;
302 png_uint_32 ulRowBytes; local
357 ulRowBytes = iWidth * ciChannels;
367 ppbRowPointers[i] = pDiData + i * (((ulRowBytes + 3) >> 2) << 2);

Completed in 90 milliseconds