Home
last modified time | relevance | path

Searched refs:tmpAdjAbsX (Results 1 – 1 of 1) sorted by path

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtext.c110 static int tmpAdjAbsX=0, tmpAdjAbsY=0; /* absolute coordinates */ variable
1052 curTextObj->x = textAbsX - tmpAdjAbsX - curTextMovedAbsX;
1070 curTextObj->x = textAbsX - tmpAdjAbsX - curTextMovedAbsX;
1471 case JUST_C: tmpAdjAbsX = 0; break;
1488 case JUST_C: tmpAdjAbsX = ((orig_2_xc)>>1) - textAbsX; break;
1493 textAbsX += tmpAdjAbsX;
1501 abs_x += tmpAdjAbsX;
1675 tmpAdjAbsX = tmpAdjAbsY = 0;
5828 textAbsX -= (tmpAdjAbsX+curTextMovedAbsX);
5847 case JUST_C: tmpAdjAbsX = 0; break;
[all …]