Home
last modified time | relevance | path

Searched defs:startWithMoveTo (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/core/
DSkPathMeasure.cpp38 bool SkPathMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo) { in getSegment()
/third_party/skia/src/core/
DSkPathMeasure.cpp38 bool SkPathMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo) { in getSegment()
/third_party/flutter/engine/flutter/lib/ui/painting/
Dpath_measure.cc99 bool startWithMoveTo) { in getSegment()
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp1221 … SkScalar stopD, bool startWithMoveTo) -> SkPath { in EMSCRIPTEN_BINDINGS()