Home
last modified time | relevance | path

Searched refs:BottomChild (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/servers/app/newClipping/
H A DLayer.cpp82 Layer::BottomChild() const // we already have in BottomChild() function in Layer
212 startFrom? startFrom: BottomChild()); in Invalidate()
265 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) in resize_layer_frame_by()
279 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) { in rezize_layer_redraw_more()
330 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) { in resize_layer_full_update_on_resize()
350 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) in ResizeBy()
467 rebuild_visible_regions(invalid, invalid, BottomChild()); in ScrollBy()
582 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) { in rebuild_visible_regions()
587 lay->rebuild_visible_regions(invalid, common, lay->BottomChild()); in rebuild_visible_regions()
621 for (Layer *child = BottomChild(); child; child = UpperSibling()) in clear_visible_regions()
[all …]
H A DLayer.h36 Layer* BottomChild() const;
H A DMyView.cpp97 for (Layer *child = lay->BottomChild(); child; child = lay->UpperSibling()) in FindLayer()
309 for (Layer *child = lay->BottomChild(); child; child = lay->UpperSibling()) in DrawSubTree()