Searched refs:offsetSize (Results 1 – 2 of 2) sorted by relevance
61 public int offsetSize = 8; field in ItemLocationBox86 IsoTypeWriter.writeUInt8(byteBuffer, ((offsetSize << 4) | lengthSize)); in getContent()102 offsetSize = tmp >>> 4; in _parseDetails()118 return offsetSize; in getOffsetSize()121 public void setOffsetSize(int offsetSize) { in setOffsetSize() argument122 this.offsetSize = offsetSize; in setOffsetSize()308 extentOffset = IsoTypeReaderVariable.read(in, offsetSize); in Extent()316 IsoTypeWriterVariable.write(extentOffset, os, offsetSize); in getContent()321 return (indexSize > 0 ? indexSize : 0) + offsetSize + lengthSize; in getSize()
87 IntSize offsetSize(eventPos - dragImageOrigin); in startDrag() local88 WebPoint offsetPoint(offsetSize.width(), offsetSize.height()); in startDrag()