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

/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp813 uint32 *praster = NULL; local
844 praster = static_cast<uint32 *>(_TIFFmalloc(npixels * 4));
845 if (praster && TIFFReadRGBAImage(ptif, width, height, (TIFF_UINT32_TYPE*)praster, 0)) {
873 uint8 *pras8 = reinterpret_cast<uint8 *>(praster);
897 } // if (praster && TIFFReadRGBAImage(ptif, width, height, praster, 0))
901 if (praster) {
902 _TIFFfree(praster);
903 praster
[all...]

Completed in 30 milliseconds