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

/external/libpng/contrib/visupng/
H A DPngFile.c107 png_uint_32 ulRowBytes; local
219 ulRowBytes = png_get_rowbytes(png_ptr, info_ptr);
231 if ((pbImageData = (png_byte *) malloc(ulRowBytes * (*piHeight)
249 ppbRowPointers[i] = pbImageData + i * ulRowBytes;
294 png_uint_32 ulRowBytes; local
349 ulRowBytes = iWidth * ciChannels;
359 ppbRowPointers[i] = pDiData + i * (((ulRowBytes + 3) >> 2) << 2);

Completed in 37 milliseconds