Searched refs:needsContiguous (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/build/os/interface/
H A DBitmap.h42 bool needsContiguous = false);
44 bool needsContiguous = false);
/haiku/headers/os/interface/
H A DBitmap.h53 bool needsContiguous = false);
58 bool needsContiguous = false);
/haiku/src/kits/interface/
H A DBitmap.cpp204 \param needsContiguous If \c true a physically contiguous chunk of memory
208 bool needsContiguous)
224 | (needsContiguous ? B_BITMAP_IS_CONTIGUOUS : 0);
235 \param needsContiguous If \c true a physically contiguous chunk of memory
238 BBitmap::BBitmap(const BBitmap* source, bool acceptsViews, bool needsContiguous) argument
255 | (needsContiguous ? B_BITMAP_IS_CONTIGUOUS : 0);
207 BBitmap(BRect bounds, color_space colorSpace, bool acceptsViews, bool needsContiguous) argument
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1460 \param needsContiguous If \c true a physically contiguous chunk of memory
1464 bool needsContiguous)
1478 | (needsContiguous ? B_BITMAP_IS_CONTIGUOUS : 0);
1490 \param needsContiguous If \c true a physically contiguous chunk of memory
1494 bool needsContiguous)
1509 | (needsContiguous ? B_BITMAP_IS_CONTIGUOUS : 0);
1463 BBitmap(BRect bounds, color_space colorSpace, bool acceptsViews, bool needsContiguous) argument
1493 BBitmap(const BBitmap *source, bool acceptsViews, bool needsContiguous) argument

Completed in 47 milliseconds