Searched defs:bitsRowBytes (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp624 int32 bitsRowBytes = msheader.width * bitsBytesPerPixel; local
808 translate_from_bits8_to_bmp8(BPositionIO *inSource, BPositionIO *outDestination, int32 bitsRowBytes, MSInfoHeader &msheader) argument
873 translate_from_bits1_to_bmp1(BPositionIO *inSource, BPositionIO *outDestination, int32 bitsRowBytes, MSInfoHeader &msheader) argument
1213 int32 bitsRowBytes = msheader.width * 4; local
1346 int32 bitsRowBytes = msheader.width * 4; local
1466 int32 bitsRowBytes = msheader.width * 4; local
[all...]
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp870 int32 bitsRowBytes = imagespec.width * bitsBytesPerPixel; local
961 translate_from_bits1_to_tgabw(BPositionIO *inSource, BPositionIO *outDestination, int32 bitsRowBytes, TGAImageSpec &imagespec, bool brle) argument
1544 int32 bitsRowBytes = imagespec.width * 4; local
1642 int32 bitsRowBytes = imagespec.width * 4; local
1847 int32 bitsRowBytes = imagespec.width * 4; local
1945 int32 bitsRowBytes = imagespec.width * 4; local
[all...]

Completed in 114 milliseconds