Home
last modified time | relevance | path

Searched refs:segmentLength (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp171 float segmentLength = SkScalarInvert(numSegments); in quadraticTo() local
172 float leftT = maxCurvatureT - segmentLength/2; in quadraticTo()
173 float rightT = maxCurvatureT + segmentLength/2; in quadraticTo()
178 rightT = segmentLength; in quadraticTo()
181 leftT = 1 - segmentLength; in quadraticTo()
301 float segmentLength = SkScalarInvert(numSegments); in cubicTo() local
302 float leftT = maxCurvatureT - segmentLength/2; in cubicTo()
303 float rightT = maxCurvatureT + segmentLength/2; in cubicTo()
308 rightT = segmentLength; in cubicTo()
311 leftT = 1 - segmentLength; in cubicTo()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DSimpleFormatterImpl.java304 int segmentLength = compiledPattern.charAt(i++) - ARG_NUM_LIMIT; in getTextWithNoArguments() local
305 if (segmentLength > 0) { in getTextWithNoArguments()
306 int limit = i + segmentLength; in getTextWithNoArguments()
323 int segmentLength = compiledPattern.charAt(i++) - ARG_NUM_LIMIT; in getLength() local
324 if (segmentLength > 0) { in getLength()
325 int limit = i + segmentLength; in getLength()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFormatterImpl.java302 int segmentLength = compiledPattern.charAt(i++) - ARG_NUM_LIMIT; in getTextWithNoArguments() local
303 if (segmentLength > 0) { in getTextWithNoArguments()
304 int limit = i + segmentLength; in getTextWithNoArguments()
321 int segmentLength = compiledPattern.charAt(i++) - ARG_NUM_LIMIT; in getLength() local
322 if (segmentLength > 0) { in getLength()
323 int limit = i + segmentLength; in getLength()
/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/
DDefaultDeserializationContextTest.cs66 public void PayloadAsReadOnlySequence_SingleSegmentPayload(int segmentLength) in PayloadAsReadOnlySequence_SingleSegmentPayload() argument
68 var origBuffer = GetTestBuffer(segmentLength); in PayloadAsReadOnlySequence_SingleSegmentPayload()
141 public void PayloadAsNewByteBuffer_SingleSegmentPayload(int segmentLength) in PayloadAsNewByteBuffer_SingleSegmentPayload() argument
143 var origBuffer = GetTestBuffer(segmentLength); in PayloadAsNewByteBuffer_SingleSegmentPayload()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dsimpleformatter.cpp254 int32_t segmentLength = compiledPattern[i++] - ARG_NUM_LIMIT; in getTextWithNoArguments() local
255 if (segmentLength > 0) { in getTextWithNoArguments()
256 sb.append(compiledPattern + i, segmentLength); in getTextWithNoArguments()
257 i += segmentLength; in getTextWithNoArguments()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationIterator.java1013 int segmentLength = digits.length() - pos;
1014 if(segmentLength > 254) { segmentLength = 254; }
1015 appendNumericSegmentCEs(digits.subSequence(pos, pos + segmentLength));
1016 pos += segmentLength;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationIterator.java1015 int segmentLength = digits.length() - pos;
1016 if(segmentLength > 254) { segmentLength = 254; }
1017 appendNumericSegmentCEs(digits.subSequence(pos, pos + segmentLength));
1018 pos += segmentLength;
/third_party/node/deps/icu-small/source/i18n/
Dcollationiterator.cpp737 int32_t segmentLength = digits.length() - pos; in appendNumericCEs() local
738 if(segmentLength > 254) { segmentLength = 254; } in appendNumericCEs()
739 appendNumericSegmentCEs(digits.data() + pos, segmentLength, errorCode); in appendNumericCEs()
740 pos += segmentLength; in appendNumericCEs()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationiterator.cpp737 int32_t segmentLength = digits.length() - pos; in appendNumericCEs() local
738 if(segmentLength > 254) { segmentLength = 254; } in appendNumericCEs()
739 appendNumericSegmentCEs(digits.data() + pos, segmentLength, errorCode); in appendNumericCEs()
740 pos += segmentLength; in appendNumericCEs()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationiterator.cpp737 int32_t segmentLength = digits.length() - pos; in appendNumericCEs() local
738 if(segmentLength > 254) { segmentLength = 254; } in appendNumericCEs()
739 appendNumericSegmentCEs(digits.data() + pos, segmentLength, errorCode); in appendNumericCEs()
740 pos += segmentLength; in appendNumericCEs()
/third_party/icu/icu4c/source/i18n/
Dcollationiterator.cpp737 int32_t segmentLength = digits.length() - pos; in appendNumericCEs() local
738 if(segmentLength > 254) { segmentLength = 254; } in appendNumericCEs()
739 appendNumericSegmentCEs(digits.data() + pos, segmentLength, errorCode); in appendNumericCEs()
740 pos += segmentLength; in appendNumericCEs()