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

/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp1214 int32 bmpBytesPerPixel = msheader.bitsperpixel / 8; local
1244 if (bmpBytesPerPixel != 4) {
1264 if (bmpBytesPerPixel == 4) {
1274 pBmpPixel += bmpBytesPerPixel;

Completed in 44 milliseconds