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

/haiku/src/tools/translation/bmpinfo/
H A Dbmpinfo.cpp59 struct MSInfoHeader { struct
119 if (headersize == sizeof(MSInfoHeader)) {
121 MSInfoHeader msh;
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.h68 struct MSInfoHeader { struct
H A DBMPTranslator.cpp286 BMPFileHeader *pfileheader = NULL, MSInfoHeader *pmsheader = NULL,
326 if (headersize == sizeof(MSInfoHeader)) {
332 MSInfoHeader msheader;
584 BPositionIO *outDestination, color_space fromspace, MSInfoHeader &msheader)
809 BPositionIO *outDestination, int32 bitsRowBytes, MSInfoHeader &msheader)
874 BPositionIO *outDestination, int32 bitsRowBytes, MSInfoHeader &msheader)
956 MSInfoHeader &msheader)
971 sizeof(MSInfoHeader), B_SWAP_HOST_TO_LENDIAN) != B_OK)
1023 MSInfoHeader msheader;
1211 BPositionIO *outDestination, MSInfoHeader
[all...]
/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp35 struct MSInfoHeader { struct
224 MSInfoHeader msheader;

Completed in 25 milliseconds