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

/haiku/src/tools/translation/tgainfo/
H A Dtgainfo.cpp129 tga_uint16(char *buffer, int32 offset) function
171 mapspec.firstentry = tga_uint16(reinterpret_cast<char *>(buf), 3);
172 mapspec.length = tga_uint16(reinterpret_cast<char *>(buf), 5);
186 imagespec.xorigin = tga_uint16(reinterpret_cast<char *>(buf), 8);
187 imagespec.yorigin = tga_uint16(reinterpret_cast<char *>(buf), 10);
188 imagespec.width = tga_uint16(reinterpret_cast<char *>(buf), 12);
189 imagespec.height = tga_uint16(reinterpret_cast<char *>(buf), 14);
266 uint16 extsize = tga_uint16(extbuf, 0);
289 tga_uint16(extbuf, 367), tga_uint16(extbu
[all...]

Completed in 75 milliseconds