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

/haiku/src/tools/translation/bmpinfo/
H A Dbmpinfo.cpp121 MSInfoHeader msh; local
122 msh.size = headersize;
123 if (file.Read(reinterpret_cast<uint8 *> (&msh) + 4, 36) != 36) {
129 swap_data(B_UINT32_TYPE, reinterpret_cast<uint8 *> (&msh) + 4, 36,
134 "40)\n"), msh.size, msh.size);
135 printf(B_TRANSLATE(" width: %lu\n"), msh.width);
136 printf(B_TRANSLATE(" height: %lu\n"), msh.height);
138 msh.planes);
140 "32)\n"), msh
[all...]

Completed in 23 milliseconds