Searched refs:firstOffset (Results 1 - 5 of 5) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
H A DSegmentIndexBox.java49 long firstOffset; field in class:SegmentIndexBox
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) { argument
164 this.firstOffset = firstOffset;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp285 float firstOffset = stops[0].offset; local
286 if (firstOffset > 0) {
287 float currOffset = firstOffset;
330 float firstOffset = stops[0].offset; local
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; local
345 float scale = lastOffset - firstOffset;
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp3306 int32_t firstOffset = (int32_t)(collationSource->pos - collationSource->string); local
3309 collationSource->appendOffset(firstOffset, errorCode);
3310 collationSource->appendOffset(firstOffset + 1, errorCode);
3313 *(collationSource->offsetBuffer) = firstOffset;
3609 int32_t firstOffset = (int32_t)(source->pos - source->string); local
3611 source->appendOffset(firstOffset, *status);
3612 source->appendOffset(firstOffset + 1, *status);
3615 *(source->offsetBuffer) = firstOffset;
3632 int32_t firstOffset = (int32_t)(source->pos - source->string); local
3639 firstOffset
3949 int32_t firstOffset = (int32_t)(source->pos - source->string); local
[all...]
/external/icu4c/i18n/
H A Ducol.cpp3381 int32_t firstOffset = (int32_t)(collationSource->pos - collationSource->string); local
3384 collationSource->appendOffset(firstOffset, errorCode);
3385 collationSource->appendOffset(firstOffset + 1, errorCode);
3388 *(collationSource->offsetBuffer) = firstOffset;
3684 int32_t firstOffset = (int32_t)(source->pos - source->string); local
3686 source->appendOffset(firstOffset, *status);
3687 source->appendOffset(firstOffset + 1, *status);
3690 *(source->offsetBuffer) = firstOffset;
3707 int32_t firstOffset = (int32_t)(source->pos - source->string); local
3714 firstOffset
4024 int32_t firstOffset = (int32_t)(source->pos - source->string); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 152 milliseconds