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

/haiku/src/add-ons/translators/png/
H A DPNGTranslator.cpp322 uint8 **prows = NULL, *prow = NULL; local
456 prows = new(std::nothrow) uint8 *[height];
457 if (!prows) {
463 prows[nalloc] = new(std::nothrow) uint8[rowbytes];
464 if (!prows[nalloc])
471 png_read_image(ppng, prows);
474 outDestination->Write(prows[i], width * kbytes);
497 delete[] prows[nalloc];
499 delete[] prows;
500 prows
826 uint8 **prows = NULL; local
[all...]

Completed in 46 milliseconds