Searched refs:lay (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/servers/app/newClipping/
H A DLayer.cpp265 for (Layer *lay = BottomChild(); lay; lay = UpperSibling())
266 lay->resize_layer_frame_by(dx, dy);
279 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) {
280 uint16 rm = lay->fResizeMode & 0x0000FFFF;
284 // Normaly we shoud've used the lay's old, required region - the one returned
285 // from get_user_region() with the old frame, and the current one. lay
[all...]
H A DMyView.h22 Layer* FindLayer(Layer *lay, BPoint &where) const;
27 void DrawSubTree(Layer* lay);
H A DMyView.cpp92 Layer* MyView::FindLayer(Layer *lay, BPoint &where) const argument
94 if (lay->Visible()->Contains(where))
95 return lay;
97 for (Layer *child = lay->BottomChild(); child; child = lay->UpperSibling())
190 Layer *lay; local
192 if ((lay = FindLayer(topLayer, pt)))
193 lay->ScrollBy(0, dy*5);
304 void MyView::DrawSubTree(Layer* lay) argument
306 //printf("======== %s =======\n", lay
[all...]

Completed in 29 milliseconds