Searched refs:colLeft (Results 1 – 3 of 3) sorted by relevance
45 private byte[] colLeft = new byte[2]; field in Pane157 colLeft = EndianConverter.writeShort((short)left); in setLeft()175 return EndianConverter.readShort(colLeft); in getLeft()190 numOfBytesRead += input.read(colLeft); in read()197 " colLeft : " + EndianConverter.readShort(colLeft) + in read()209 output.write(colLeft); in write()
46 private byte colLeft; field in Window254 this.colLeft = 0; in Window2()131 colLeft = (byte) input.read(); in read()136 " colLeft : " + colLeft + in read()145 output.write(colLeft); in write()
42 private byte colLeft; field in Selection53 this.colLeft = 0; in Selection()108 colLeft += (byte) input.read(); in read()116 " colLeft : " + colLeft + in read()129 output.write(colLeft); in write()