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

/haiku/headers/os/interface/
H A DBitmap.h42 #define B_ANY_BYTES_PER_ROW -1 macro
49 int32 bytesPerRow = B_ANY_BYTES_PER_ROW,
62 int32 bytesPerRow = B_ANY_BYTES_PER_ROW,
/haiku/headers/build/os/interface/
H A DBitmap.h31 #define B_ANY_BYTES_PER_ROW -1 macro
39 int32 bytesPerRow = B_ANY_BYTES_PER_ROW,
/haiku/src/kits/interface/
H A DBitmap.cpp174 \c B_ANY_BYTES_PER_ROW to let the constructor choose an appropriate
225 _InitObject(bounds, colorSpace, flags, B_ANY_BYTES_PER_ROW,
686 many bytes the source contains per row. \c B_ANY_BYTES_PER_ROW can be
718 if (bpr == B_ANY_BYTES_PER_ROW)
764 if (bpr == B_ANY_BYTES_PER_ROW)
1036 \c B_ANY_BYTES_PER_ROW to let the constructor choose an appropriate
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp287 error = icon->ImportBits(buffer, attrSize, B_ANY_BYTES_PER_ROW,
/haiku/src/apps/deskbar/
H A DResourceSet.cpp97 int32 bytesPerRow = B_ANY_BYTES_PER_ROW, screen_id screenID
96 BitmapTypeItem(BRect bounds, uint32 flags, color_space depth, int32 bytesPerRow = B_ANY_BYTES_PER_ROW, screen_id screenID = B_MAIN_SCREEN_ID) argument
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1432 \c B_ANY_BYTES_PER_ROW to let the constructor choose an appropriate
1479 InitObject(bounds, colorSpace, flags, B_ANY_BYTES_PER_ROW,
1785 many bytes the source contains per row. \c B_ANY_BYTES_PER_ROW can be
2037 \c B_ANY_BYTES_PER_ROW to let the constructor choose an appropriate

Completed in 102 milliseconds