Home
last modified time | relevance | path

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

/haiku/headers/build/os/interface/
H A DBitmap.h42 bool needsContiguous = false);
44 bool needsContiguous = false);
/haiku/src/tests/kits/interface/bbitmap/
H A DBBitmapCases2 bool needsContiguous)
3 case 1: acceptsViews = false, needsContiguous = false, valid bounds,
/haiku/headers/os/interface/
H A DBitmap.h53 bool needsContiguous = false);
58 bool needsContiguous = false);
/haiku/src/kits/interface/
H A DBitmap.cpp208 bool needsContiguous) in BBitmap() argument
224 | (needsContiguous ? B_BITMAP_IS_CONTIGUOUS : 0); in BBitmap()
238 BBitmap::BBitmap(const BBitmap* source, bool acceptsViews, bool needsContiguous) in BBitmap() argument
255 | (needsContiguous ? B_BITMAP_IS_CONTIGUOUS : 0); in BBitmap()
/haiku/docs/user/interface/
H A DBitmap.dox92 bool acceptsViews, bool needsContiguous)
100 \param needsContiguous If \c true a physically contiguous chunk of memory
109 bool needsContiguous)
116 \param needsContiguous If \c true a physically contiguous chunk of memory
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1464 bool needsContiguous) in BBitmap() argument
1478 | (needsContiguous ? B_BITMAP_IS_CONTIGUOUS : 0); in BBitmap()
1494 bool needsContiguous) in BBitmap() argument
1509 | (needsContiguous ? B_BITMAP_IS_CONTIGUOUS : 0); in BBitmap()