Home
last modified time | relevance | path

Searched refs:getSegment (Results 1 – 25 of 31) sorted by relevance

12

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DRbPath.java89 while (n < maxLength && lhs.getSegment(n).equals(rhs.getSegment(n))) { in getCommonPrefixLength()
138 public String getSegment(int n) { in getSegment() method in RbPath
171 if (!path.getSegment(i).equals(getSegment(i + offset))) { in matchesSublist()
207 String lastElement = getSegment(length() - 1); in typeSuffixIsAnyOf()
DIcuTextWriter.java131 open(path.getSegment(depth - 1), out); in openNextPath()
270 && rbPath.getSegment(1).startsWith("set"); in mustBeArray()
274 && !rbPath.getSegment(rbPath.length() - 1).endsWith(":alias") in mustBeArray()
DIcuDataDumper.java203 getPathFromStack().extendBy(getSegment(match.get(0))), in processLine()
213 pathStack.push(getSegment(match.get(0))); in processLine()
273 private String getSegment(String segmentOrNull) { in getSegment() method in IcuDataDumper.IcuDataParser
/third_party/flutter/engine/flutter/lib/ui/painting/
Dpath_measure.cc28 V(PathMeasure, getSegment) \
96 fml::RefPtr<CanvasPath> CanvasPathMeasure::getSegment(int contourIndex, in getSegment() function in flutter::CanvasPathMeasure
106 measures_[contourIndex]->getSegment(startD, stopD, &dst, startWithMoveTo); in getSegment()
Dpath_measure.h36 fml::RefPtr<CanvasPath> getSegment(int contourIndex,
/third_party/flutter/skia/fuzz/
DFuzzPathMeasure.cpp31 ignoreResult(measure.getSegment(distance[1], distance[2], &dst, (bits >> 1) & 1)); in DEF_FUZZ()
34 ignoreResult(measure.getSegment(distance[4], distance[5], &dst, (bits >> 2) & 1)); in DEF_FUZZ()
/third_party/skia/fuzz/
DFuzzPathMeasure.cpp34 ignoreResult(measure.getSegment(distance[1], distance[2], &dst, (bits >> 1) & 1)); in DEF_FUZZ()
37 ignoreResult(measure.getSegment(distance[4], distance[5], &dst, (bits >> 2) & 1)); in DEF_FUZZ()
/third_party/flutter/skia/src/core/
DSkPathMeasure.cpp38 bool SkPathMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo) { in getSegment() function in SkPathMeasure
39 return fContour && fContour->getSegment(startD, stopD, dst, startWithMoveTo); in getSegment()
/third_party/skia/src/core/
DSkPathMeasure.cpp38 bool SkPathMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo) { in getSegment() function in SkPathMeasure
39 return fContour && fContour->getSegment(startD, stopD, dst, startWithMoveTo); in getSegment()
DSkContourMeasure.cpp624 bool SkContourMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, in getSegment() function in SkContourMeasure
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DRbPathTest.java44 assertThat(path.getSegment(0)).isEqualTo("foo"); in testIteration()
45 assertThat(path.getSegment(1)).isEqualTo("bar"); in testIteration()
46 assertThat(path.getSegment(2)).isEqualTo("baz"); in testIteration()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DLocaleMapper.java118 && rbPath.getSegment(0).equals("calendar") in doDateTimeHack()
119 && rbPath.getSegment(2).equals("DateTimePatterns")) { in doDateTimeHack()
/third_party/skia/docs/examples/
Dpathmeasure.cpp13 measure.getSegment(.5, 1.5, &result, true); in draw()
/third_party/flutter/skia/include/core/
DSkPathMeasure.h65 bool getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo);
DSkContourMeasure.h49 bool SK_WARN_UNUSED_RESULT getSegment(SkScalar startD, SkScalar stopD, SkPath* dst,
/third_party/skia/include/core/
DSkPathMeasure.h65 bool getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo);
DSkContourMeasure.h49 bool SK_WARN_UNUSED_RESULT getSegment(SkScalar startD, SkScalar stopD, SkPath* dst,
/third_party/flutter/skia/src/effects/
DSkTrimPathEffect.cpp30 fMeasure.getSegment(start - fCurrentSegmentOffset, in add()
DSkDiscretePathEffect.cpp102 meas.getSegment(0, length, dst, true); // to short for us to mangle in onFilterPath()
/third_party/skia/src/effects/
DSkTrimPathEffect.cpp31 measure.getSegment(start - current_segment_offset, in add_segments()
DSkDiscretePathEffect.cpp99 meas.getSegment(0, length, dst, true); // to short for us to mangle in onFilterPath()
/third_party/skia/src/utils/
DSkDashPath.cpp403 meas.getSegment(SkDoubleToScalar(distance), in InternalFilter()
427 meas.getSegment(0, initialDashLength, dst, !addedSegment); in InternalFilter()
/third_party/flutter/skia/src/utils/
DSkDashPath.cpp398 meas.getSegment(SkDoubleToScalar(distance), in InternalFilter()
422 meas.getSegment(0, initialDashLength, dst, !addedSegment); in InternalFilter()
/third_party/skia/modules/canvaskit/
Dexterns.js343 getSegment: function() {}, method
/third_party/skia/modules/canvaskit/tests/
Dpath.spec.js416 const subpath = cont.getSegment(20, 40, true); // make sure this doesn't crash

12