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

/haiku-fatelf/src/tools/translation/tgainfo/
H A Dtgainfo.cpp124 tga_uint16(char *buffer, int32 offset) function
163 mapspec.firstentry = tga_uint16(reinterpret_cast<char *>(buf), 3);
164 mapspec.length = tga_uint16(reinterpret_cast<char *>(buf), 5);
175 imagespec.xorigin = tga_uint16(reinterpret_cast<char *>(buf), 8);
176 imagespec.yorigin = tga_uint16(reinterpret_cast<char *>(buf), 10);
177 imagespec.width = tga_uint16(reinterpret_cast<char *>(buf), 12);
178 imagespec.height = tga_uint16(reinterpret_cast<char *>(buf), 14);
224 uint16 extsize = tga_uint16(extbuf, 0);
243 tga_uint16(extbuf, 367), tga_uint16(extbu
[all...]

Completed in 40 milliseconds