Home
last modified time | relevance | path

Searched defs:getSegment (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/src/core/
DSkPathMeasure.cpp38 bool SkPathMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo) { in getSegment() function in SkPathMeasure
DSkContourMeasure.cpp598 bool SkContourMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, in getSegment() function in SkContourMeasure
/third_party/skia/src/core/
DSkPathMeasure.cpp38 bool SkPathMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo) { in getSegment() function in SkPathMeasure
DSkContourMeasure.cpp624 bool SkContourMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, in getSegment() function in SkContourMeasure
/third_party/flutter/engine/flutter/lib/ui/painting/
Dpath_measure.cc96 fml::RefPtr<CanvasPath> CanvasPathMeasure::getSegment(int contourIndex, in getSegment() function in flutter::CanvasPathMeasure
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DRbPath.java138 public String getSegment(int n) { in getSegment() method in RbPath
DIcuDataDumper.java273 private String getSegment(String segmentOrNull) { in getSegment() method in IcuDataDumper.IcuDataParser
/third_party/skia/modules/canvaskit/
Dexterns.js343 getSegment: function() {}, method
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts1593 getSegment(startD: number, stopD: number, startWithMoveTo: boolean): Path; method