Home
last modified time | relevance | path

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

/haiku/headers/os/game/
H A DDirectWindow.h89 float recHeight);
/haiku/src/kits/game/
H A DDirectWindow.cpp265 BDirectWindow::Zoom(BPoint recPosition, float recWidth, float recHeight) in Zoom() argument
267 inherited::Zoom(recPosition, recWidth, recHeight); in Zoom()