Searched refs:FindLayer (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/servers/app/newClipping/
H A DMyView.h22 Layer* FindLayer(Layer *lay, BPoint &where) const;
H A DMyView.cpp92 Layer* MyView::FindLayer(Layer *lay, BPoint &where) const function in class:MyView
99 Layer *found = FindLayer(child, where);
115 fMovingLayer = FindLayer(topLayer, where);
192 if ((lay = FindLayer(topLayer, pt)))

Completed in 22 milliseconds