Home
last modified time | relevance | path

Searched refs:acceptsViews (Results 1 – 6 of 6) sorted by relevance

/haiku/headers/build/os/interface/
H A DBitmap.h41 BBitmap(BRect bounds, color_space colorSpace, bool acceptsViews = false,
43 BBitmap(const BBitmap *source, bool acceptsViews = false,
/haiku/src/tests/kits/interface/bbitmap/
H A DBBitmapCases1 BBitmap(BRect bounds, color_space colorSpace, bool acceptsViews,
3 case 1: acceptsViews = false, needsContiguous = false, valid bounds,
/haiku/headers/os/interface/
H A DBitmap.h52 bool acceptsViews = false,
57 bool acceptsViews = false,
/haiku/src/kits/interface/
H A DBitmap.cpp207 BBitmap::BBitmap(BRect bounds, color_space colorSpace, bool acceptsViews, in BBitmap() argument
223 int32 flags = (acceptsViews ? B_BITMAP_ACCEPTS_VIEWS : 0) in BBitmap()
238 BBitmap::BBitmap(const BBitmap* source, bool acceptsViews, bool needsContiguous) in BBitmap() argument
254 int32 flags = (acceptsViews ? B_BITMAP_ACCEPTS_VIEWS : 0) in BBitmap()
365 bool acceptsViews; in BBitmap() local
366 if (data->FindBool("_view_ok", &acceptsViews) == B_OK && acceptsViews) in BBitmap()
/haiku/docs/user/interface/
H A DBitmap.dox92 bool acceptsViews, bool needsContiguous)
97 \param acceptsViews \c true, if the bitmap shall accept BViews, i.e. if
108 \fn BBitmap::BBitmap(const BBitmap* source, bool acceptsViews,
113 \param acceptsViews \c true, if the bitmap shall accept BViews, i.e. if
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1463 BBitmap::BBitmap(BRect bounds, color_space colorSpace, bool acceptsViews, in BBitmap() argument
1477 int32 flags = (acceptsViews ? B_BITMAP_ACCEPTS_VIEWS : 0) in BBitmap()
1493 BBitmap::BBitmap(const BBitmap *source, bool acceptsViews, in BBitmap() argument
1508 int32 flags = (acceptsViews ? B_BITMAP_ACCEPTS_VIEWS : 0) in BBitmap()