Searched refs:gridWidth (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.cpp198 const int gridWidth = m_game->GetWidth(); local
215 for(x=0; x<gridWidth; x++)
219 RefreshField(0, 0, gridWidth-1, gridHeight-1);
224 int right = ( x < gridWidth - 1 )
226 : gridWidth - 1;
246 const int gridWidth = m_game->GetWidth(); local
253 if (x<gridWidth && y<gridHeight)
291 const int gridWidth = m_game->GetWidth(); local
299 if (m_game->m_gridFocusX >= gridWidth) m_game->m_gridFocusX = 0;
304 if (m_game->m_gridFocusX<0) m_game->m_gridFocusX = gridWidth
[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.h448 uint16_t gridWidth; member in struct:vfe_cmd_roll_off_config
H A Dmsm_vfe8x_proc.h847 uint32_t gridWidth:9; member in struct:vfe_rolloff_cfg
H A Dmsm_vfe8x_proc.c2939 cmd.gridWidth = in->gridWidth;

Completed in 38 milliseconds