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

/haiku/headers/build/os/interface/
H A DBitmap.h21 B_BITMAP_ACCEPTS_VIEWS = 0x00000002, enumerator in enum:__anon31
/haiku/src/kits/interface/
H A DBitmap.cpp223 int32 flags = (acceptsViews ? B_BITMAP_ACCEPTS_VIEWS : 0)
254 int32 flags = (acceptsViews ? B_BITMAP_ACCEPTS_VIEWS : 0)
367 flags |= B_BITMAP_ACCEPTS_VIEWS;
398 if ((fFlags & B_BITMAP_ACCEPTS_VIEWS) != 0) {
450 if ((fFlags & B_BITMAP_ACCEPTS_VIEWS) != 0) {
463 // the data even if B_BITMAP_ACCEPTS_VIEWS is set (as opposed to
1213 if (flags & (B_BITMAP_CLEAR_TO_WHITE | B_BITMAP_ACCEPTS_VIEWS)) {
1228 if (flags & B_BITMAP_ACCEPTS_VIEWS) {
/haiku/headers/os/interface/
H A DBitmap.h21 B_BITMAP_ACCEPTS_VIEWS = 0x00000002, enumerator in enum:__anon1
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1477 int32 flags = (acceptsViews ? B_BITMAP_ACCEPTS_VIEWS : 0)
1508 int32 flags = (acceptsViews ? B_BITMAP_ACCEPTS_VIEWS : 0)
1555 flags &= ~B_BITMAP_ACCEPTS_VIEWS;
1565 if (fFlags & B_BITMAP_ACCEPTS_VIEWS) {
1613 if (fFlags & B_BITMAP_ACCEPTS_VIEWS) {
1622 // the data even if B_BITMAP_ACCEPTS_VIEWS is set (as opposed to
2057 flags &= ~B_BITMAP_ACCEPTS_VIEWS;
2170 if (flags & B_BITMAP_ACCEPTS_VIEWS) {
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp120 fBitmap = new BBitmap(bounds, B_BITMAP_ACCEPTS_VIEWS, B_RGBA32);
/haiku/src/apps/charactermap/
H A DCharacterView.cpp460 BBitmap* bitmap = new BBitmap(frame, B_BITMAP_ACCEPTS_VIEWS, B_RGBA32);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp580 BBitmap* convertedBitmap = new(nothrow) BBitmap(bitmap->Bounds(), B_BITMAP_ACCEPTS_VIEWS, B_RGBA32);
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp125 fOffscreenBitmap = new(std::nothrow) BBitmap(bounds, B_BITMAP_ACCEPTS_VIEWS,
/haiku/src/kits/shared/
H A DIconButton.cpp665 B_BITMAP_ACCEPTS_VIEWS, B_RGBA32);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp379 BBitmap* bitmap = new BBitmap(Bounds(), B_BITMAP_ACCEPTS_VIEWS,
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp949 fOffscreen = new(std::nothrow) BBitmap(frame, B_BITMAP_ACCEPTS_VIEWS,
/haiku/src/preferences/filetypes/
H A DIconView.cpp464 B_BITMAP_ACCEPTS_VIEWS, bitmap->ColorSpace());
/haiku/src/apps/mail/
H A DMailWindow.cpp2059 BBitmap bmap(rect, B_BITMAP_ACCEPTS_VIEWS, B_RGBA32);

Completed in 91 milliseconds