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 function in class:Layer
212 startFrom? startFrom: BottomChild());
265 for (Layer *lay = BottomChild(); lay; lay = UpperSibling())
279 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) {
330 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) {
350 for (Layer *lay = BottomChild(); lay; lay = UpperSibling())
467 rebuild_visible_regions(invalid, invalid, BottomChild());
582 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) {
587 lay->rebuild_visible_regions(invalid, common, lay->BottomChild());
621 for (Layer *child = BottomChild(); chil
[all...]
H A DLayer.h36 Layer* BottomChild() const;
H A DMyView.cpp97 for (Layer *child = lay->BottomChild(); child; child = lay->UpperSibling())
309 for (Layer *child = lay->BottomChild(); child; child = lay->UpperSibling())

Completed in 41 milliseconds