Home
last modified time | relevance | path

Searched defs:startD (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/core/
DSkPathMeasure.cpp38 bool SkPathMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo) { in getSegment()
DSkContourMeasure.cpp534 SkScalar startT = 0, startD = 0; in distanceToSegment() local
598 bool SkContourMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, in getSegment()
/third_party/skia/src/core/
DSkPathMeasure.cpp38 bool SkPathMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo) { in getSegment()
DSkContourMeasure.cpp560 SkScalar startT = 0, startD = 0; in distanceToSegment() local
624 bool SkContourMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, in getSegment()
/third_party/flutter/engine/flutter/lib/ui/painting/
Dpath_measure.cc97 float startD, in getSegment()
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp1221 … SkScalar stopD, bool startWithMoveTo) -> SkPath { in EMSCRIPTEN_BINDINGS()