/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | IndirectDrawMetadata.cpp | 42 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 D | CollationElementIterator.java | 459 * @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 D | CollationElementIterator.java | 446 * @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 D | coleitr.cpp | 230 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 D | uitercollationiterator.cpp | 34 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 D | uitercollationiterator.h | 42 virtual void resetToOffset(int32_t newOffset) override; 74 virtual void resetToOffset(int32_t newOffset) override;
|
H A D | utf16collationiterator.h | 47 virtual void resetToOffset(int32_t newOffset) override; 100 virtual void resetToOffset(int32_t newOffset) override;
|
H A D | utf8collationiterator.h | 43 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 D | coleitr.cpp | 230 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 D | uitercollationiterator.cpp | 34 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 D | utf16collationiterator.h | 47 virtual void resetToOffset(int32_t newOffset) override; 100 virtual void resetToOffset(int32_t newOffset) override;
|
H A D | utf8collationiterator.h | 43 virtual void resetToOffset(int32_t newOffset) override; 90 virtual void resetToOffset(int32_t newOffset) override;
|
H A D | uitercollationiterator.h | 42 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 D | coleitr.cpp | 230 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 D | uitercollationiterator.cpp | 34 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 D | uitercollationiterator.h | 42 virtual void resetToOffset(int32_t newOffset); 74 virtual void resetToOffset(int32_t newOffset);
|
H A D | utf16collationiterator.h | 47 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 D | IterCollationIterator.java | 30 public void resetToOffset(int newOffset) { in resetToOffset() argument 32 iter.setIndex(newOffset); in resetToOffset()
|
H A D | UTF16CollationIterator.java | 52 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 D | IterCollationIterator.java | 32 public void resetToOffset(int newOffset) { in resetToOffset() argument 34 iter.setIndex(newOffset); in resetToOffset()
|
H A D | UTF16CollationIterator.java | 54 public void resetToOffset(int newOffset) { in resetToOffset() argument 56 pos = start + newOffset; in resetToOffset()
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | canvas2dcontext.js | 343 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 D | Buffer.h | 71 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 D | ClassDefTable.java | 81 int newOffset = super.subSerialize(newData); in subSerialize() 82 return arrayBuilder.subSerialize(newData.slice(newOffset)); in subSerialize()
|
H A D | CoverageTable.java | 83 int newOffset = super.subSerialize(newData); in subSerialize() 84 return arrayBuilder.subSerialize(newData.slice(newOffset)); in subSerialize()
|