Home
last modified time | relevance | path

Searched refs:newOffset (Results 1 - 25 of 66) sorted by relevance

123

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DIndirectDrawMetadata.cpp42 const uint64_t newOffset = draw.clientBufferOffset; in AddIndexedIndirectDraw() local
49 if (newOffset < batch.minOffset) { in AddIndexedIndirectDraw()
58 if (newOffset >= batch.minOffset && newOffset <= batch.maxOffset) { in AddIndexedIndirectDraw()
63 if (newOffset < batch.minOffset && batch.maxOffset - newOffset <= maxBatchOffsetRange) { in AddIndexedIndirectDraw()
65 batch.minOffset = newOffset; in AddIndexedIndirectDraw()
70 if (newOffset > batch.maxOffset && newOffset - batch.minOffset <= maxBatchOffsetRange) { in AddIndexedIndirectDraw()
72 batch.maxOffset = newOffset; in AddIndexedIndirectDraw()
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollationElementIterator.java459 * @param newOffset the character offset into the original source string to
464 public void setOffset(int newOffset) { in setOffset() argument
465 if (0 < newOffset && newOffset < string_.length()) { in setOffset()
466 int offset = newOffset; in setOffset()
476 if (offset < newOffset) { in setOffset()
481 // Find the last safe offset no greater than newOffset by iterating forward. in setOffset()
488 if (offset <= newOffset) { in setOffset()
491 } while (offset < newOffset); in setOffset()
492 newOffset in setOffset()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCollationElementIterator.java446 * @param newOffset the character offset into the original source string to
450 public void setOffset(int newOffset) { in setOffset() argument
451 if (0 < newOffset && newOffset < string_.length()) { in setOffset()
452 int offset = newOffset; in setOffset()
462 if (offset < newOffset) { in setOffset()
467 // Find the last safe offset no greater than newOffset by iterating forward. in setOffset()
474 if (offset <= newOffset) { in setOffset()
477 } while (offset < newOffset); in setOffset()
478 newOffset in setOffset()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcoleitr.cpp230 void CollationElementIterator::setOffset(int32_t newOffset, in setOffset() argument
234 if (0 < newOffset && newOffset < string_.length()) { in setOffset()
235 int32_t offset = newOffset; in setOffset()
245 if (offset < newOffset) { in setOffset()
250 // Find the last safe offset no greater than newOffset by iterating forward. in setOffset()
258 if (offset <= newOffset) { in setOffset()
261 } while (offset < newOffset); in setOffset()
262 newOffset = lastSafeOffset; in setOffset()
265 iter_->resetToOffset(newOffset); in setOffset()
[all...]
H A Duitercollationiterator.cpp34 UIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() argument
36 iter.move(&iter, newOffset, UITER_START); in resetToOffset()
89 FCDUIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() argument
90 UIterCollationIterator::resetToOffset(newOffset); in resetToOffset()
91 start = newOffset; in resetToOffset()
H A Duitercollationiterator.h42 virtual void resetToOffset(int32_t newOffset) override;
74 virtual void resetToOffset(int32_t newOffset) override;
H A Dutf16collationiterator.h47 virtual void resetToOffset(int32_t newOffset) override;
100 virtual void resetToOffset(int32_t newOffset) override;
H A Dutf8collationiterator.h43 virtual void resetToOffset(int32_t newOffset) override;
90 virtual void resetToOffset(int32_t newOffset) override;
/third_party/node/deps/icu-small/source/i18n/
H A Dcoleitr.cpp230 void CollationElementIterator::setOffset(int32_t newOffset, in setOffset() argument
234 if (0 < newOffset && newOffset < string_.length()) { in setOffset()
235 int32_t offset = newOffset; in setOffset()
245 if (offset < newOffset) { in setOffset()
250 // Find the last safe offset no greater than newOffset by iterating forward. in setOffset()
258 if (offset <= newOffset) { in setOffset()
261 } while (offset < newOffset); in setOffset()
262 newOffset = lastSafeOffset; in setOffset()
265 iter_->resetToOffset(newOffset); in setOffset()
[all...]
H A Duitercollationiterator.cpp34 UIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() argument
36 iter.move(&iter, newOffset, UITER_START); in resetToOffset()
89 FCDUIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() argument
90 UIterCollationIterator::resetToOffset(newOffset); in resetToOffset()
91 start = newOffset; in resetToOffset()
H A Dutf16collationiterator.h47 virtual void resetToOffset(int32_t newOffset) override;
100 virtual void resetToOffset(int32_t newOffset) override;
H A Dutf8collationiterator.h43 virtual void resetToOffset(int32_t newOffset) override;
90 virtual void resetToOffset(int32_t newOffset) override;
H A Duitercollationiterator.h42 virtual void resetToOffset(int32_t newOffset) override;
74 virtual void resetToOffset(int32_t newOffset) override;
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcoleitr.cpp230 void CollationElementIterator::setOffset(int32_t newOffset, in setOffset() argument
234 if (0 < newOffset && newOffset < string_.length()) { in setOffset()
235 int32_t offset = newOffset; in setOffset()
245 if (offset < newOffset) { in setOffset()
250 // Find the last safe offset no greater than newOffset by iterating forward. in setOffset()
258 if (offset <= newOffset) { in setOffset()
261 } while (offset < newOffset); in setOffset()
262 newOffset = lastSafeOffset; in setOffset()
265 iter_->resetToOffset(newOffset); in setOffset()
[all...]
H A Duitercollationiterator.cpp34 UIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() argument
36 iter.move(&iter, newOffset, UITER_START); in resetToOffset()
89 FCDUIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() argument
90 UIterCollationIterator::resetToOffset(newOffset); in resetToOffset()
91 start = newOffset; in resetToOffset()
H A Duitercollationiterator.h42 virtual void resetToOffset(int32_t newOffset);
74 virtual void resetToOffset(int32_t newOffset);
H A Dutf16collationiterator.h47 virtual void resetToOffset(int32_t newOffset);
100 virtual void resetToOffset(int32_t newOffset);
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DIterCollationIterator.java30 public void resetToOffset(int newOffset) { in resetToOffset() argument
32 iter.setIndex(newOffset); in resetToOffset()
H A DUTF16CollationIterator.java52 public void resetToOffset(int newOffset) { in resetToOffset() argument
54 pos = start + newOffset; in resetToOffset()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DIterCollationIterator.java32 public void resetToOffset(int newOffset) { in resetToOffset() argument
34 iter.setIndex(newOffset); in resetToOffset()
H A DUTF16CollationIterator.java54 public void resetToOffset(int newOffset) { in resetToOffset() argument
56 pos = start + newOffset; in resetToOffset()
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dcanvas2dcontext.js343 set: function(newOffset) {
344 if (!isFinite(newOffset)) {
347 this._lineDashOffset = newOffset;
436 set: function(newOffset) {
437 if (!isFinite(newOffset)) {
440 this._shadowOffsetX = newOffset;
449 set: function(newOffset) {
450 if (!isFinite(newOffset)) {
453 this._shadowOffsetY = newOffset;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DBuffer.h71 void set(Buffer *newBuffer, int newOffset = 0, int newSize = 0) in set()
74 offset = newOffset; in set()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DClassDefTable.java81 int newOffset = super.subSerialize(newData); in subSerialize()
82 return arrayBuilder.subSerialize(newData.slice(newOffset)); in subSerialize()
H A DCoverageTable.java83 int newOffset = super.subSerialize(newData); in subSerialize()
84 return arrayBuilder.subSerialize(newData.slice(newOffset)); in subSerialize()

Completed in 12 milliseconds

123