Home
last modified time | relevance | path

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

/haiku/src/tests/servers/app/painter/
H A Dmain.cpp391 BitmapView* bViewView = new BitmapView(bounds, "view", bitmap); in main() local
392 bViewView->MoveTo(BPoint(bounds.left, bounds.bottom + 1)); in main()
399 window->AddChild(bViewView); in main()