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

/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp1697 uint16 rawbytes; local
1703 rawbytes = tgaBytesPerPixel * rawcount;
1704 rd = sbuf.Read(tgaPixelBuf, rawbytes);
1705 if (rd == rawbytes) {

Completed in 84 milliseconds