Home
last modified time | relevance | path

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 }; in print_tga_info()
241 if (file.ReadAt(filesize - TGA_FTR_LEN, tgafooter, TGA_FTR_LEN) == TGA_FTR_LEN) { in print_tga_info()