Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathMeasure.cpp38 bool SkPathMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo) { in getSegment()
DSkContourMeasure.cpp624 bool SkContourMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, in getSegment()
/external/skqp/src/core/
DSkPathMeasure.cpp653 bool SkPathMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, in getSegment()
/external/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp1159SkScalar stopD, bool startWithMoveTo) -> SkPath { in EMSCRIPTEN_BINDINGS()