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/webkit/Source/WebCore/css/
H A DCSSGradientValue.cpp261 float firstOffset = stops[0].offset; local
262 if (firstOffset > 0) {
263 float currOffset = firstOffset;
305 float firstOffset = stops[0].offset; local
307 float scale = lastOffset - firstOffset;
310 stops[i].offset = (stops[i].offset - firstOffset) / scale;
314 gradient->setP0(FloatPoint(p0.x() + firstOffset * (p1.x() - p0.x()), p0.y() + firstOffset * (p1.y() - p0.y())));
318 float firstOffset = 0; local
320 float scale = lastOffset - firstOffset;
[all...]
/external/icu4c/i18n/
H A Ducol.cpp3357 int32_t firstOffset = (int32_t)(collationSource->pos - collationSource->string); local
3360 collationSource->appendOffset(firstOffset, errorCode);
3361 collationSource->appendOffset(firstOffset + 1, errorCode);
3364 *(collationSource->offsetBuffer) = firstOffset;
3660 int32_t firstOffset = (int32_t)(source->pos - source->string); local
3662 source->appendOffset(firstOffset, *status);
3663 source->appendOffset(firstOffset + 1, *status);
3666 *(source->offsetBuffer) = firstOffset;
3683 int32_t firstOffset = (int32_t)(source->pos - source->string); local
3690 firstOffset
4000 int32_t firstOffset = (int32_t)(source->pos - source->string); local
[all...]
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1666 int firstOffset = stableRound(offset); local
1667 int lastOffset = firstOffset;
1706 int xShadow = firstOffset + stableRound(trShadowPoint.x() - trPoint.x());
1713 ExtTextOut(m_data->m_dc, firstOffset + stableRound(trShadowPoint.x() - trPoint.x()), stableRound(trShadowPoint.y()), 0, NULL, text.data(), numGlyphs, glyphSpace.data());
1717 int x = firstOffset;
1723 ExtTextOut(m_data->m_dc, firstOffset, y, 0, NULL, text.data(), numGlyphs, glyphSpace.data());
/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 158 milliseconds