Home
last modified time | relevance | path

Searched refs:stoneW (Results 1 – 2 of 2) sorted by relevance

/dports/games/cgoban/cgoban-1.9.14/src/
H A DgoPic.c144 int edgeLabelSize, stoneW, stoneH, stoneX0, stoneY0; in goPic_resize() local
155 stoneW = (w - edgeLabelSize * 2) / p->size; in goPic_resize()
156 if (stoneW < edgeLabelSize) { in goPic_resize()
158 stoneW = (w - edgeLabelSize * 2) / p->size; in goPic_resize()
161 stoneX0 = x + (w - stoneW * p->size) / 2; in goPic_resize()
169 stoneW,stoneH); in goPic_resize()
187 stoneW, edgeLabelSize); in goPic_resize()
188 but_resize(p->letters[i+p->size], i*stoneW + stoneX0, in goPic_resize()
189 stoneY0 + p->size*stoneW, stoneW, edgeLabelSize); in goPic_resize()
191 edgeLabelSize, stoneW); in goPic_resize()
[all …]
H A Dcgbuts.c763 int stoneW; in stoneGroup_draw() local
765 stoneW = but->w >> 1; in stoneGroup_draw()
767 but->x, but->y, stoneW, 0, x, y, w, h); in stoneGroup_draw()
769 but->x + stoneW, but->y, stoneW, 1, x, y, w, h); in stoneGroup_draw()
771 but->x, but->y + stoneW, stoneW, 2, x, y, w, h); in stoneGroup_draw()
773 but->x + stoneW, but->y + stoneW, stoneW, 3, x, y, w, h); in stoneGroup_draw()