Searched refs:overlay_restrictions (Results 1 - 14 of 14) sorted by relevance

/haiku/src/apps/mediaplayer/
H A DVideoView.h68 overlay_restrictions fOverlayRestrictions;
H A DVideoView.cpp199 overlay_restrictions restrictions;
/haiku/headers/build/os/interface/
H A DBitmap.h73 status_t GetOverlayRestrictions(overlay_restrictions *restrictions) const;
/haiku/headers/os/interface/
H A DGraphicsDefs.h153 typedef struct overlay_restrictions { struct
161 } overlay_restrictions; typedef in typeref:struct:overlay_restrictions
H A DBitmap.h98 overlay_restrictions* restrictions) const;
H A DView.h144 struct overlay_restrictions;
/haiku/src/apps/tv/
H A DVideoView.cpp377 overlay_restrictions restrict;
/haiku/src/servers/app/drawing/
H A DHWInterface.h152 overlay_restrictions* restrictions);
H A DHWInterface.cpp425 overlay_restrictions* restrictions)
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.h83 overlay_restrictions* restrictions);
H A DAccelerantHWInterface.cpp1307 overlay_restrictions* restrictions)
1320 memset(restrictions, 0, sizeof(overlay_restrictions));
/haiku/src/kits/interface/
H A DBitmap.cpp851 /*! \brief Returns the overlay_restrictions structure for this bitmap
854 BBitmap::GetOverlayRestrictions(overlay_restrictions* restrictions) const
868 link.Read(restrictions, sizeof(overlay_restrictions));
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1982 BBitmap::GetOverlayRestrictions(overlay_restrictions *restrictions) const
/haiku/src/servers/app/
H A DServerApp.cpp816 overlay_restrictions restrictions;
834 fLink.Attach(&restrictions, sizeof(overlay_restrictions));

Completed in 266 milliseconds