Home
last modified time | relevance | path

Searched refs:lastSegment (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkStroke.cpp1399 SkPath::Verb lastSegment = SkPath::kMove_Verb; in strokePath() local
1409 lastSegment = SkPath::kLine_Verb; in strokePath()
1413 lastSegment = SkPath::kQuad_Verb; in strokePath()
1417 lastSegment = SkPath::kConic_Verb; in strokePath()
1422 lastSegment = SkPath::kCubic_Verb; in strokePath()
1438 lastSegment = SkPath::kLine_Verb; in strokePath()
1442 stroker.close(lastSegment == SkPath::kLine_Verb); in strokePath()
1449 stroker.done(dst, lastSegment == SkPath::kLine_Verb); in strokePath()