Lines Matching refs:ViewLayer

16 ViewLayer::ViewLayer(BRect frame, const char* name,  in ViewLayer()  function in ViewLayer
54 ViewLayer::~ViewLayer() in ~ViewLayer()
57 ViewLayer* layer = fFirstChild; in ~ViewLayer()
59 ViewLayer* toast = layer; in ~ViewLayer()
67 ViewLayer::Bounds() const in Bounds()
77 ViewLayer::ConvertToVisibleInTopView(BRect* bounds) const in ConvertToVisibleInTopView()
89 ViewLayer::AttachedToWindow(WindowLayer* window) in AttachedToWindow()
93 for (ViewLayer* child = FirstChild(); child; child = NextChild()) in AttachedToWindow()
100 ViewLayer::DetachedFromWindow() in DetachedFromWindow()
103 for (ViewLayer* child = FirstChild(); child; child = NextChild()) in DetachedFromWindow()
109 ViewLayer::AddChild(ViewLayer* layer) in AddChild()
146 ViewLayer::RemoveChild(ViewLayer* layer) in RemoveChild()
193 ViewLayer*
194 ViewLayer::FirstChild() const in FirstChild()
201 ViewLayer*
202 ViewLayer::PreviousChild() const in PreviousChild()
209 ViewLayer*
210 ViewLayer::NextChild() const in NextChild()
217 ViewLayer*
218 ViewLayer::LastChild() const in LastChild()
225 ViewLayer*
226 ViewLayer::TopLayer() in TopLayer()
239 ViewLayer::CountChildren(bool deep) const in CountChildren()
242 for (ViewLayer* child = FirstChild(); child; child = NextChild()) { in CountChildren()
253 ViewLayer::CollectTokensForChildren(BList* tokenMap) const in CollectTokensForChildren()
255 for (ViewLayer* child = FirstChild(); child; child = NextChild()) { in CollectTokensForChildren()
262 ViewLayer*
263 ViewLayer::ViewAt(const BPoint& where, BRegion* windowContentClipping) in ViewAt()
271 for (ViewLayer* child = FirstChild(); child; child = NextChild()) { in ViewAt()
272 ViewLayer* layer = child->ViewAt(where, windowContentClipping); in ViewAt()
281 ViewLayer::ConvertToParent(BPoint* point) const in ConvertToParent()
290 ViewLayer::ConvertToParent(BRect* rect) const in ConvertToParent()
299 ViewLayer::ConvertToParent(BRegion* region) const in ConvertToParent()
308 ViewLayer::ConvertFromParent(BPoint* point) const in ConvertFromParent()
317 ViewLayer::ConvertFromParent(BRect* rect) const in ConvertFromParent()
326 ViewLayer::ConvertFromParent(BRegion* region) const in ConvertFromParent()
335 ViewLayer::ConvertToTop(BPoint* point) const in ConvertToTop()
345 ViewLayer::ConvertToTop(BRect* rect) const in ConvertToTop()
355 ViewLayer::ConvertToTop(BRegion* region) const in ConvertToTop()
365 ViewLayer::ConvertFromTop(BPoint* point) const in ConvertFromTop()
375 ViewLayer::ConvertFromTop(BRect* rect) const in ConvertFromTop()
385 ViewLayer::ConvertFromTop(BRegion* region) const in ConvertFromTop()
395 ViewLayer::SetName(const char* string) in SetName()
404 ViewLayer::MoveBy(int32 x, int32 y, BRegion* dirtyRegion) in MoveBy()
471 ViewLayer::ResizeBy(int32 x, int32 y, BRegion* dirtyRegion) in ResizeBy()
498 for (ViewLayer* child = FirstChild(); child; child = NextChild()) { in ResizeBy()
513 for (ViewLayer* child = FirstChild(); child; child = NextChild()) in ResizeBy()
525 ViewLayer::ParentResized(int32 x, int32 y, BRegion* dirtyRegion) in ParentResized()
568 ViewLayer::ScrollBy(int32 x, int32 y, BRegion* dirtyRegion) in ScrollBy()
613 ViewLayer::Draw(DrawingEngine* drawingEngine, BRegion* effectiveClipping, in Draw()
630 for (ViewLayer* child = FirstChild(); child; child = NextChild()) { in Draw()
639 ViewLayer::ClientDraw(DrawingEngine* drawingEngine, BRegion* effectiveClipping) in ClientDraw()
665 ViewLayer::SetHidden(bool hidden) in SetHidden()
695 ViewLayer::IsHidden() const in IsHidden()
702 ViewLayer::UpdateVisibleDeep(bool parentVisible) in UpdateVisibleDeep()
705 for (ViewLayer* child = FirstChild(); child; child = NextChild()) in UpdateVisibleDeep()
711 ViewLayer::PrintToStream() const in PrintToStream()
717 ViewLayer::RebuildClipping(bool deep) in RebuildClipping()
723 for (ViewLayer* child = FirstChild(); child; child = NextChild()) { in RebuildClipping()
736 ViewLayer::ScreenClipping(BRegion* windowContentClipping, bool force) const in ScreenClipping()
760 ViewLayer::InvalidateScreenClipping(bool deep) in InvalidateScreenClipping()
765 for (ViewLayer* child = FirstChild(); child; child = NextChild()) { in InvalidateScreenClipping()
773 ViewLayer::_MoveScreenClipping(int32 x, int32 y, bool deep) in _MoveScreenClipping()
780 for (ViewLayer* child = FirstChild(); child; child = NextChild()) { in _MoveScreenClipping()