Home
last modified time | relevance | path

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

/haiku/src/tests/servers/app/newClipping/
H A DLayer.cpp96 Layer::UpperSibling() const// we already have in UpperSibling() function in Layer
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()
582 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) { in rebuild_visible_regions()
621 for (Layer *child = BottomChild(); child; child = UpperSibling()) in clear_visible_regions()
631 for (Layer *child = BottomChild(); child; child = UpperSibling()) in PrintToStream()
H A DLayer.h38 Layer* UpperSibling() 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()