_CellSize is only used within STemWin.
 
Symbols
loading...
Files
loading...

_CellSize variable

Syntax

static int _CellSize;

References

LocationReferrerText
games_win.c:95
static int _CellSize;
games_win.c:136_CalcBoardDimensions()
_CellSize = ((r.x1 > r.y1) ? r.y1 : r.x1) >> 3;
games_win.c:137_CalcBoardDimensions()
_BoardX0 = (r.x1 - (_CellSize << 3)) >> 1;
games_win.c:138_CalcBoardDimensions()
_BoardY0 = (r.y1 - (_CellSize << 3)) >> 1;
games_win.c:149_InvalidateCell()
r.x0 = _BoardX0 + (x * _CellSize);
games_win.c:150_InvalidateCell()
r.y0 = _BoardY0 + (y * _CellSize);
games_win.c:151_InvalidateCell()
r.x1 = r.x0 + _CellSize - 1;
games_win.c:152_InvalidateCell()
r.y1 = r.y0 + _CellSize - 1;
games_win.c:698_HandlePID()
x /= _CellSize;
games_win.c:699_HandlePID()
y /= _CellSize;
games_win.c:747_OnPaint()
CellSize = _CellSize - 1;
games_win.c:788_OnPaint()
xPos += _CellSize;
games_win.c:791_OnPaint()
GUI_DrawHLine(yPos, _BoardX0, _BoardX0 + (_CellSize << 3));
games_win.c:792_OnPaint()
yPos += _CellSize;
games_win.c:794_OnPaint()
GUI_DrawHLine(yPos, _BoardX0, _BoardX0 + (_CellSize << 3));

Data Use

Functions writing _CellSize
Functions reading _CellSize
all items filtered out
_CellSize