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

/haiku/src/tools/translation/tgainfo/
H A Dtgainfo.cpp98 #define TGA_FTR_LEN 26 macro
240 char tgafooter[TGA_FTR_LEN + 1] = { 0 };
241 if (file.ReadAt(filesize - TGA_FTR_LEN, tgafooter, TGA_FTR_LEN) == TGA_FTR_LEN) {

Completed in 82 milliseconds