Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleVariableWidthStroker.cpp454 OffsetSegments strokeSegment(const PathSegment& segment,
465 std::vector<PathSegment> strokeSegment(const PathSegment& seg,
577 offsetSegs = strokeSegment(segment, partVarWidth, partVarWidthInner, firstSegment); in getFillPath()
626 SkVarWidthStroker::OffsetSegments SkVarWidthStroker::strokeSegment( in strokeSegment() function in __anondd06c43e0111::SkVarWidthStroker
633 std::vector<PathSegment> outer = strokeSegment(segment, varWidth); in strokeSegment()
634 std::vector<PathSegment> inner = strokeSegment(segment, varWidthInner); in strokeSegment()
638 std::vector<SkVarWidthStroker::PathSegment> SkVarWidthStroker::strokeSegment( in strokeSegment() function in __anondd06c43e0111::SkVarWidthStroker