Searched refs:SkPathWriter (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkPathWriter.cpp | 11 #include "src/pathops/SkPathWriter.h" 14 SkPathWriter::SkPathWriter(SkPath& path) in SkPathWriter() function in SkPathWriter 20 void SkPathWriter::close() { in close() 34 void SkPathWriter::conicTo(const SkPoint& pt1, const SkOpPtT* pt2, SkScalar weight) { in conicTo() 43 void SkPathWriter::cubicTo(const SkPoint& pt1, const SkPoint& pt2, const SkOpPtT* pt3) { in cubicTo() 52 bool SkPathWriter::deferredLine(const SkOpPtT* pt) { in deferredLine() 74 void SkPathWriter::deferredMove(const SkOpPtT* pt) { in deferredMove() 86 void SkPathWriter::finishContour() { in finishContour() 107 void SkPathWriter [all...] |
H A D | SkOpContour.h | 15 class SkPathWriter; 354 void toPartialBackward(SkPathWriter* path) const { in toPartialBackward() 361 void toPartialForward(SkPathWriter* path) const { in toPartialForward() 368 void toReversePath(SkPathWriter* path) const; 369 void toPath(SkPathWriter* path) const;
|
H A D | SkPathWriter.h | 20 class SkPathWriter { class 22 SkPathWriter(SkPath& path);
|
H A D | SkPathOpsSimplify.cpp | 11 #include "src/pathops/SkPathWriter.h" 13 static bool bridgeWinding(SkOpContourHead* contourList, SkPathWriter* writer) { in bridgeWinding() 89 static bool bridgeXor(SkOpContourHead* contourList, SkPathWriter* writer) { in bridgeXor() 205 SkPathWriter wrapper(*result); in SimplifyDebug()
|
H A D | SkOpContour.cpp | 8 #include "src/pathops/SkPathWriter.h" 11 void SkOpContour::toPath(SkPathWriter* path) const { in toPath() 23 void SkOpContour::toReversePath(SkPathWriter* path) const { in toReversePath()
|
H A D | SkPathOpsCommon.h | 15 class SkPathWriter;
|
H A D | SkOpEdgeBuilder.h | 11 #include "src/pathops/SkPathWriter.h" 15 SkOpEdgeBuilder(const SkPathWriter& path, SkOpContourHead* contours2, in SkOpEdgeBuilder()
|
H A D | SkOpBuilder.cpp | 94 SkPathWriter woundPath(empty); in FixWinding()
|
H A D | SkPathOpsOp.cpp | 11 #include "src/pathops/SkPathWriter.h" 110 const int xorMask, const int xorOpMask, SkPathWriter* writer) { in bridgeOp() 351 SkPathWriter wrapper(*result); in OpDebug()
|
H A D | SkOpSegment.h | 22 class SkPathWriter; 60 bool addCurveTo(const SkOpSpanBase* start, const SkOpSpanBase* end, SkPathWriter* path) const;
|
H A D | SkOpSegment.cpp | 11 #include "src/pathops/SkPathWriter.h" 167 SkPathWriter* path) const { in addCurveTo()
|
/third_party/skia/include/core/ |
H A D | SkPath.h | 1890 friend class SkPathWriter;
|
Completed in 12 milliseconds