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

/haiku/src/kits/tracker/
H A DBackgroundImage.cpp205 uint32 followFlags = B_FOLLOW_TOP | B_FOLLOW_LEFT; local
231 followFlags = B_FOLLOW_ALL;
252 followFlags, options);
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp287 uint32 followFlags = B_FOLLOW_TOP | B_FOLLOW_LEFT; local
314 followFlags = B_FOLLOW_ALL;
338 followFlags, options);
/haiku/headers/os/interface/
H A DView.h277 uint32 followFlags = B_FOLLOW_LEFT_TOP,
280 uint32 followFlags = B_FOLLOW_LEFT_TOP,
287 uint32 followFlags = B_FOLLOW_LEFT_TOP,
291 uint32 followFlags = B_FOLLOW_LEFT_TOP,
698 uint32 followFlags, uint32 options);
/haiku/src/kits/interface/
H A DView.cpp4293 uint32 followFlags, uint32 options)
4295 _SetViewBitmap(bitmap, srcRect, dstRect, followFlags, options);
4300 BView::SetViewBitmap(const BBitmap* bitmap, uint32 followFlags, uint32 options) argument
4308 _SetViewBitmap(bitmap, rect, rect, followFlags, options);
4321 rgb_color* colorKey, uint32 followFlags, uint32 options)
4326 status_t status = _SetViewBitmap(overlay, srcRect, dstRect, followFlags,
4339 uint32 followFlags, uint32 options)
4347 return SetViewOverlay(overlay, rect, rect, colorKey, followFlags, options);
6530 uint32 followFlags, uint32 options)
6541 fOwner->fLink->Attach<int32>(followFlags);
4292 SetViewBitmap(const BBitmap* bitmap, BRect srcRect, BRect dstRect, uint32 followFlags, uint32 options) argument
4320 SetViewOverlay(const BBitmap* overlay, BRect srcRect, BRect dstRect, rgb_color* colorKey, uint32 followFlags, uint32 options) argument
4338 SetViewOverlay(const BBitmap* overlay, rgb_color* colorKey, uint32 followFlags, uint32 options) argument
6529 _SetViewBitmap(const BBitmap* bitmap, BRect srcRect, BRect dstRect, uint32 followFlags, uint32 options) argument
[all...]

Completed in 102 milliseconds