Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkStroke.cpp126 class SkPathStroker { class
128 SkPathStroker(const SkPath& src,
254 bool SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal, in preJoinTo()
287 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal, in postJoinTo()
296 void SkPathStroker::finishContour(bool close, bool currIsLine) { in finishContour()
344 SkPathStroker::SkPathStroker(const SkPath& src, in SkPathStroker() function in SkPathStroker
387 void SkPathStroker::moveTo(const SkPoint& pt) { in moveTo()
396 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to()
433 void SkPathStroker::lineTo(const SkPoint& currPt, const SkPath::Iter* iter) { in lineTo()
450 void SkPathStroker::setQuadEndNormal(const SkPoint quad[3], const SkVector& normalAB, in setQuadEndNormal()
[all …]
/external/skia/src/core/
DSkStroke.cpp159 class SkPathStroker { class
161 SkPathStroker(const SkPath& src,
287 bool SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal, in preJoinTo()
320 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal, in postJoinTo()
329 void SkPathStroker::finishContour(bool close, bool currIsLine) { in finishContour()
377 SkPathStroker::SkPathStroker(const SkPath& src, in SkPathStroker() function in SkPathStroker
420 void SkPathStroker::moveTo(const SkPoint& pt) { in moveTo()
429 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to()
466 void SkPathStroker::lineTo(const SkPoint& currPt, const SkPath::Iter* iter) { in lineTo()
483 void SkPathStroker::setQuadEndNormal(const SkPoint quad[3], const SkVector& normalAB, in setQuadEndNormal()
[all …]
/external/skqp/include/core/
DSkPath.h1709 friend class SkPathStroker; variable
/external/skia/include/core/
DSkPath.h1793 friend class SkPathStroker; variable
/external/skqp/samplecode/
DSampleAAGeometry.cpp1413 SkPathStroker stroker(fPath, fWidthControl.fValLo, 0, in path_stroke()