HomeSort by relevance Sort by last modified time
    Searched defs:firstOffset (Results 1 - 7 of 7) sorted by null

  /dalvik/vm/
LinearAlloc.h 39 int firstOffset; /* for chasing through */
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
SegmentIndexBox.java 49 long firstOffset;
78 IsoTypeWriter.writeUInt32(byteBuffer, firstOffset);
81 IsoTypeWriter.writeUInt64(byteBuffer, firstOffset);
105 firstOffset = IsoTypeReader.readUInt32(content);
108 firstOffset = IsoTypeReader.readUInt64(content);
160 return firstOffset;
163 public void setFirstOffset(long firstOffset) {
164 this.firstOffset = firstOffset;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 285 float firstOffset = stops[0].offset;
286 if (firstOffset > 0) {
287 float currOffset = firstOffset;
330 float firstOffset = stops[0].offset;
332 float scale = lastOffset - firstOffset;
335 stops[i].offset = (stops[i].offset - firstOffset) / scale;
339 gradient->setP0(FloatPoint(p0.x() + firstOffset * (p1.x() - p0.x()), p0.y() + firstOffset * (p1.y() - p0.y())));
343 float firstOffset = 0;
345 float scale = lastOffset - firstOffset;
    [all...]
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp     [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]

Completed in 4097 milliseconds