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

/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp842 size_t npixels = 0; local
843 npixels = width * height;
844 praster = static_cast<uint32 *>(_TIFFmalloc(npixels * 4));

Completed in 16 milliseconds