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

_BoardX0 variable

Syntax

static int _BoardX0;

References

LocationReferrerText
games_win.c:93
static int _BoardX0;
games_win.c:137_CalcBoardDimensions()
_BoardX0 = (r.x1 - (_CellSize << 3)) >> 1;
games_win.c:149_InvalidateCell()
r.x0 = _BoardX0 + (x * _CellSize);
games_win.c:695_HandlePID()
x -= _BoardX0;
games_win.c:757_OnPaint()
for (xPos = _BoardX0, x = 0; x < 8; x++) {
games_win.c:791_OnPaint()
GUI_DrawHLine(yPos, _BoardX0, _BoardX0 + (_CellSize << 3));
games_win.c:794_OnPaint()
GUI_DrawHLine(yPos, _BoardX0, _BoardX0 + (_CellSize << 3));

Data Use

Functions writing _BoardX0
Functions reading _BoardX0
all items filtered out
_BoardX0