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

/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp876 uint8 *tgaRowData = new(std::nothrow) uint8[tgaRowBytes]; local
877 if (!tgaRowData)
881 delete[] tgaRowData;
882 tgaRowData = NULL;
902 delete[] tgaRowData;
909 bytescopied = convert_to_tga(bitsRowData, tgaRowData, fromspace,
912 outDestination->Write(tgaRowData, bytescopied);
925 delete[] tgaRowData;
926 tgaRowData = NULL;
969 uint8 *tgaRowData local
1564 uint8 *tgaRowData = new(std::nothrow) uint8[tgaRowBytes]; local
1867 uint8 *tgaRowData = new(std::nothrow) uint8[tgaRowBytes]; local
[all...]

Completed in 35 milliseconds