Home
last modified time | relevance | path

Searched refs:polyText8LastX (Results 1 – 4 of 4) sorted by relevance

/dports/x11/dxpc/dxpc-3.9.2/
H A DClientCache.H144 unsigned int polyText8LastX; variable
H A DClientCache.C232 polyText8LastX(0), polyText8LastY(0), polyText8CacheX(8), in ClientCache()
H A DServerChannel.C2486 clientCache_.polyText8LastX += value; in doWrite()
2487 clientCache_.polyText8LastX &= 0xffff; in doWrite()
2488 PutUINT(clientCache_.polyText8LastX, outputMessage + 12, in doWrite()
H A DClientChannel.C1199 int xDiff = x - clientCache_.polyText8LastX; in doRead()
1201 clientCache_.polyText8LastX = x; in doRead()