Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkStroke.h54 void strokeLine(const SkPoint& start, const SkPoint& end, SkPath*) const;
/external/skia/src/core/
DSkStroke.cpp639 void SkStroke::strokeLine(const SkPoint& p0, const SkPoint& p1, in strokeLine() function in SkStroke