HomeSort by relevance Sort by last modified time
    Searched refs:SkPathStroker (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkStroke.cpp 77 class SkPathStroker {
79 SkPathStroker(SkScalar radius, SkScalar miterLimit, SkPaint::Cap cap,
129 void SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal,
153 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal,
161 void SkPathStroker::finishContour(bool close, bool currIsLine) {
193 SkPathStroker::SkPathStroker(SkScalar radius, SkScalar miterLimit,
215 void SkPathStroker::moveTo(const SkPoint& pt) {
223 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) {
228 void SkPathStroker::lineTo(const SkPoint& currPt)
    [all...]
  /external/skia/include/core/
SkPath.h 590 friend class SkPathStroker;

Completed in 101 milliseconds