Home
last modified time | relevance | path

Searched defs:setLength (Results 1 – 23 of 23) sorted by relevance

/third_party/flutter/skia/src/core/
DSkPoint.cpp26 bool SkPoint::setLength(SkScalar length) { in setLength() function in SkPoint
86 bool SkPoint::setLength(float x, float y, float length) { in setLength() function in SkPoint
/third_party/skia/src/core/
DSkPoint.cpp33 bool SkPoint::setLength(SkScalar length) { in setLength() function in SkPoint
93 bool SkPoint::setLength(float x, float y, float length) { in setLength() function in SkPoint
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DStringSegment.java66 public void setLength(int length) { in setLength() method in StringSegment
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStringSegment.java64 public void setLength(int length) { in setLength() method in StringSegment
/third_party/node/deps/icu-small/source/i18n/
Dstring_segment.cpp41 void StringSegment::setLength(int32_t length) { in setLength() function in StringSegment
Dsortkey.cpp114 void CollationKey::setLength(int32_t newLength) { in setLength() function in CollationKey
/third_party/icu/icu4c/source/i18n/
Dstring_segment.cpp41 void StringSegment::setLength(int32_t length) { in setLength() function in StringSegment
Dsortkey.cpp114 void CollationKey::setLength(int32_t newLength) { in setLength() function in CollationKey
/third_party/skia/third_party/externals/icu/source/i18n/
Dstring_segment.cpp41 void StringSegment::setLength(int32_t length) { in setLength() function in StringSegment
Dsortkey.cpp114 void CollationKey::setLength(int32_t newLength) { in setLength() function in CollationKey
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_stringsegment.cpp43 void StringSegment::setLength(int32_t length) { in setLength() function in StringSegment
Dsortkey.cpp114 void CollationKey::setLength(int32_t newLength) { in setLength() function in CollationKey
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util_Vector.js130 this.setLength = function (...args) { method
/third_party/skia/samplecode/
DSampleSimpleStroker.cpp22 static SkPoint setLength(SkPoint p, float len) { in setLength() function
DSampleVariableWidthStroker.cpp36 #define setLength(p, len) checkSetLength(p, len, __FILE__, __LINE__) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h37 void setLength(uint64_t Len) { in setLength() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h380 void setLength(Value *L) { in setLength() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h887 void setLength(uint64_t L) { Length = L; } in setLength() function
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h4565 UnicodeString::setLength(int32_t len) { in setLength() function
/third_party/icu/icu4c/source/common/unicode/
Dunistr.h4546 UnicodeString::setLength(int32_t len) { in setLength() function
/third_party/node/deps/icu-small/source/common/unicode/
Dunistr.h4546 UnicodeString::setLength(int32_t len) { in setLength() function
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h4546 UnicodeString::setLength(int32_t len) { in setLength() function
/third_party/skia/third_party/externals/brotli/research/
Dbrotlidump.py303 def setLength(self, lengthTable): member in PrefixDecoder