Home
last modified time | relevance | path

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

/dports/net/nxproxy/nx-libs-3.5.99.20-1/nxcomp/src/
H A DPolyText16.cpp63 polyText16 -> x = GetUINT(buffer + 12, bigEndian); in parseIdentity()
198 << ", gcontext " << polyText16 -> gcontext << ", x " << polyText16 -> x in dumpIdentity()
199 << ", y " << polyText16 -> y << ", size " << polyText16 -> size_ in dumpIdentity()
247 cachedPolyText16 -> x = polyText16 -> x; in updateIdentity()
259 cachedPolyText16 -> y = polyText16 -> y; in updateIdentity()
273 polyText16 -> drawable = value; in updateIdentity()
282 polyText16 -> gcontext = value; in updateIdentity()
292 polyText16 -> x += value; in updateIdentity()
293 polyText16 -> x &= 0xffff; in updateIdentity()
303 polyText16 -> y += value; in updateIdentity()
[all …]
/dports/x11/nxcomp/nx-libs-3.5.0.32/nxcomp/
H A DPolyText16.cpp51 polyText16 -> x = GetUINT(buffer + 12, bigEndian); in parseIdentity()
186 << ", gcontext " << polyText16 -> gcontext << ", x " << polyText16 -> x in dumpIdentity()
187 << ", y " << polyText16 -> y << ", size " << polyText16 -> size_ in dumpIdentity()
235 cachedPolyText16 -> x = polyText16 -> x; in updateIdentity()
247 cachedPolyText16 -> y = polyText16 -> y; in updateIdentity()
261 polyText16 -> drawable = value; in updateIdentity()
270 polyText16 -> gcontext = value; in updateIdentity()
280 polyText16 -> x += value; in updateIdentity()
281 polyText16 -> x &= 0xffff; in updateIdentity()
291 polyText16 -> y += value; in updateIdentity()
[all …]