Searched refs:gridHeight (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/bombs/
H A Dbombs1.cpp199 const int gridHeight = m_game->GetHeight(); local
216 for(y=0; y<gridHeight; y++)
219 RefreshField(0, 0, gridWidth-1, gridHeight-1);
228 int bottom = ( y < gridHeight - 1 )
230 : gridHeight - 1;
247 const int gridHeight = m_game->GetHeight(); local
253 if (x<gridWidth && y<gridHeight)
292 const int gridHeight = m_game->GetHeight(); local
309 if (m_game->m_gridFocusY >= gridHeight) m_game->m_gridFocusY = 0;
314 if (m_game->m_gridFocusY<0) m_game->m_gridFocusY = gridHeight
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe8x.h449 uint16_t gridHeight; member in struct:vfe_cmd_roll_off_config
H A Dmsm_vfe8x_proc.h848 uint32_t gridHeight:9; member in struct:vfe_rolloff_cfg
H A Dmsm_vfe8x_proc.c2940 cmd.gridHeight = in->gridHeight;

Completed in 399 milliseconds