Lines Matching refs:WindowLayer

12 #include "WindowLayer.h"
29 WindowLayer::WindowLayer(BRect frame, const char* name,
79 WindowLayer::~WindowLayer()
86 WindowLayer::MessageReceived(BMessage* message)
158 WindowLayer::QuitRequested()
173 WindowLayer::SetClipping(BRegion* stillAvailableOnScreen)
188 WindowLayer::GetFullRegion(BRegion* region) const
200 WindowLayer::GetBorderRegion(BRegion* region)
223 WindowLayer::GetContentRegion(BRegion* region)
234 WindowLayer::VisibleContentRegion()
246 WindowLayer::SetFocus(bool focus)
262 WindowLayer::MoveBy(int32 x, int32 y)
294 WindowLayer::ResizeBy(int32 x, int32 y, BRegion* dirtyRegion)
323 WindowLayer::ScrollViewBy(ViewLayer* view, int32 dx, int32 dy)
347 WindowLayer::AddChild(ViewLayer* layer)
364 WindowLayer::ViewAt(const BPoint& where)
374 WindowLayer::SetHidden(bool hidden)
392 WindowLayer::ProcessDirtyRegion(BRegion* region)
420 WindowLayer::MarkDirty(BRegion* regionOnScreen)
432 WindowLayer::MarkContentDirty(BRegion* regionOnScreen)
449 WindowLayer::InvalidateView(int32 token)
471 WindowLayer::CopyContents(BRegion* region, int32 xOffset, int32 yOffset)
529 WindowLayer::_ShiftPartOfRegion(BRegion* region, BRegion* regionToShift,
546 WindowLayer::_TriggerContentRedraw()
581 WindowLayer::_DrawClient(int32 token)
636 WindowLayer::_DrawClientPolygon(int32 token, BPoint polygon[4])
695 WindowLayer::_DrawBorder()
778 WindowLayer::_MarkContentDirty(BRegion* contentDirtyRegion)
811 WindowLayer::_BeginUpdate()
815 // in respond to WindowLayer::ResizeBy(), which
844 WindowLayer::_EndUpdate()
869 WindowLayer::_UpdateContentRegion()