Searched refs:acceptsViews (Results 1 - 4 of 4) 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/headers/os/interface/
H A DBitmap.h52 bool acceptsViews = false,
57 bool acceptsViews = false,
/haiku/src/kits/interface/
H A DBitmap.cpp201 \param acceptsViews \c true, if the bitmap shall accept BViews, i.e. if
207 BBitmap::BBitmap(BRect bounds, color_space colorSpace, bool acceptsViews, argument
223 int32 flags = (acceptsViews ? B_BITMAP_ACCEPTS_VIEWS : 0)
232 \param acceptsViews \c true, if the bitmap shall accept BViews, i.e. if
238 BBitmap::BBitmap(const BBitmap* source, bool acceptsViews, bool needsContiguous) argument
254 int32 flags = (acceptsViews ? B_BITMAP_ACCEPTS_VIEWS : 0)
365 bool acceptsViews; local
366 if (data->FindBool("_view_ok", &acceptsViews) == B_OK && acceptsViews)
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1457 \param acceptsViews \c true, if the bitmap shall accept BViews, i.e. if
1463 BBitmap::BBitmap(BRect bounds, color_space colorSpace, bool acceptsViews, argument
1477 int32 flags = (acceptsViews ? B_BITMAP_ACCEPTS_VIEWS : 0)
1487 \param acceptsViews \c true, if the bitmap shall accept BViews, i.e. if
1493 BBitmap::BBitmap(const BBitmap *source, bool acceptsViews, argument
1508 int32 flags = (acceptsViews ? B_BITMAP_ACCEPTS_VIEWS : 0)

Completed in 42 milliseconds