Searched refs:firstOffset (Results 1 – 4 of 4) sorted by relevance
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/ |
D | SegmentIndexBox.java | 49 long firstOffset; field in SegmentIndexBox 78 IsoTypeWriter.writeUInt32(byteBuffer, firstOffset); in getContent() 81 IsoTypeWriter.writeUInt64(byteBuffer, firstOffset); in getContent() 105 firstOffset = IsoTypeReader.readUInt32(content); in _parseDetails() 108 firstOffset = IsoTypeReader.readUInt64(content); in _parseDetails() 160 return firstOffset; in getFirstOffset() 163 public void setFirstOffset(long firstOffset) { in setFirstOffset() argument 164 this.firstOffset = firstOffset; in setFirstOffset()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSGradientValue.cpp | 285 float firstOffset = stops[0].offset; in addStops() local 286 if (firstOffset > 0) { in addStops() 287 float currOffset = firstOffset; in addStops() 330 float firstOffset = stops[0].offset; in addStops() local 332 float scale = lastOffset - firstOffset; in addStops() 335 stops[i].offset = (stops[i].offset - firstOffset) / scale; in addStops() 339 …gradient->setP0(FloatPoint(p0.x() + firstOffset * (p1.x() - p0.x()), p0.y() + firstOffset * (p1.y(… in addStops() 343 float firstOffset = 0; in addStops() local 345 float scale = lastOffset - firstOffset; in addStops()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucol.cpp | 3306 int32_t firstOffset = (int32_t)(collationSource->pos - collationSource->string); in getPrevImplicit() local 3309 collationSource->appendOffset(firstOffset, errorCode); in getPrevImplicit() 3310 collationSource->appendOffset(firstOffset + 1, errorCode); in getPrevImplicit() 3313 *(collationSource->offsetBuffer) = firstOffset; in getPrevImplicit() 3609 int32_t firstOffset = (int32_t)(source->pos - source->string); in ucol_prv_getSpecialPrevCE() local 3611 source->appendOffset(firstOffset, *status); in ucol_prv_getSpecialPrevCE() 3612 source->appendOffset(firstOffset + 1, *status); in ucol_prv_getSpecialPrevCE() 3615 *(source->offsetBuffer) = firstOffset; in ucol_prv_getSpecialPrevCE() 3632 int32_t firstOffset = (int32_t)(source->pos - source->string); in ucol_prv_getSpecialPrevCE() local 3639 firstOffset = -1; in ucol_prv_getSpecialPrevCE() [all …]
|
/external/icu4c/i18n/ |
D | ucol.cpp | 3381 int32_t firstOffset = (int32_t)(collationSource->pos - collationSource->string); in getPrevImplicit() local 3384 collationSource->appendOffset(firstOffset, errorCode); in getPrevImplicit() 3385 collationSource->appendOffset(firstOffset + 1, errorCode); in getPrevImplicit() 3388 *(collationSource->offsetBuffer) = firstOffset; in getPrevImplicit() 3684 int32_t firstOffset = (int32_t)(source->pos - source->string); in ucol_prv_getSpecialPrevCE() local 3686 source->appendOffset(firstOffset, *status); in ucol_prv_getSpecialPrevCE() 3687 source->appendOffset(firstOffset + 1, *status); in ucol_prv_getSpecialPrevCE() 3690 *(source->offsetBuffer) = firstOffset; in ucol_prv_getSpecialPrevCE() 3707 int32_t firstOffset = (int32_t)(source->pos - source->string); in ucol_prv_getSpecialPrevCE() local 3714 firstOffset = -1; in ucol_prv_getSpecialPrevCE() [all …]
|