Searched refs:offsetSize (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DDragClientImpl.cpp87 IntSize offsetSize(eventPos - dragImageOrigin);
88 WebPoint offsetPoint(offsetSize.width(), offsetSize.height());
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DItemLocationBox.java61 public int offsetSize = 8; field in class:ItemLocationBox
86 IsoTypeWriter.writeUInt8(byteBuffer, ((offsetSize << 4) | lengthSize));
102 offsetSize = tmp >>> 4;
118 return offsetSize;
121 public void setOffsetSize(int offsetSize) { argument
122 this.offsetSize = offsetSize;
308 extentOffset = IsoTypeReaderVariable.read(in, offsetSize);
316 IsoTypeWriterVariable.write(extentOffset, os, offsetSize);
321 return (indexSize > 0 ? indexSize : 0) + offsetSize
[all...]

Completed in 253 milliseconds