Home
last modified time | relevance | path

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

/haiku/src/add-ons/screen_savers/glife/
H A DGLifeView.cpp31 m_pglgGrid = new GLifeGrid(pglsState->GridWidth(), pglsState->GridHeight()); in GLifeView()
87 int32 iHeight = m_pglsState->GridHeight(); in Draw()
H A DGLifeConfig.cpp77 fGridHeight->SetValue(pglsState->GridHeight()); in GLifeConfig()
155 m_pglsState->GridHeight() = fGridHeight->Value(); in MessageReceived()
H A DGLifeState.h61 int32& GridHeight(void) { return fGridHeight; }; in GridHeight() function