Home
last modified time | relevance | path

Searched refs:SkPathWriter (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/src/pathops/
DSkPathWriter.cpp14 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::init() { in init()
112 bool SkPathWriter::isClosed() const { in isClosed()
116 void SkPathWriter::lineTo() { in lineTo()
[all …]
DSkPathWriter.h20 class SkPathWriter {
22 SkPathWriter(SkPath& path);
DSkOpContour.h15 class SkPathWriter; variable
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;
DBUILD.bazel59 "SkPathWriter.cpp",
60 "SkPathWriter.h",
DSkPathOpsSimplify.cpp13 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()
DSkOpContour.cpp11 void SkOpContour::toPath(SkPathWriter* path) const { in toPath()
23 void SkOpContour::toReversePath(SkPathWriter* path) const { in toReversePath()
DSkPathOpsCommon.h15 class SkPathWriter; variable
DSkOpEdgeBuilder.h15 SkOpEdgeBuilder(const SkPathWriter& path, SkOpContourHead* contours2, in SkOpEdgeBuilder()
DSkPathOpsOp.cpp110 const int xorMask, const int xorOpMask, SkPathWriter* writer) { in bridgeOp()
351 SkPathWriter wrapper(*result); in OpDebug()
DSkOpBuilder.cpp94 SkPathWriter woundPath(empty); in FixWinding()
DSkOpSegment.h22 class SkPathWriter; variable
60 bool addCurveTo(const SkOpSpanBase* start, const SkOpSpanBase* end, SkPathWriter* path) const;
/third_party/flutter/skia/src/pathops/
DSkPathWriter.cpp14 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::init() { in init()
112 bool SkPathWriter::isClosed() const { in isClosed()
116 void SkPathWriter::lineTo() { in lineTo()
[all …]
DSkPathWriter.h20 class SkPathWriter {
22 SkPathWriter(SkPath& path);
DSkOpContour.h16 class SkPathWriter; variable
355 void toPartialBackward(SkPathWriter* path) const { in toPartialBackward()
362 void toPartialForward(SkPathWriter* path) const { in toPartialForward()
369 void toReversePath(SkPathWriter* path) const;
370 void toPath(SkPathWriter* path) const;
DSkPathOpsSimplify.cpp13 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()
DSkOpContour.cpp12 void SkOpContour::toPath(SkPathWriter* path) const { in toPath()
24 void SkOpContour::toReversePath(SkPathWriter* path) const { in toReversePath()
DSkPathOpsCommon.h15 class SkPathWriter; variable
DSkOpEdgeBuilder.h15 SkOpEdgeBuilder(const SkPathWriter& path, SkOpContourHead* contours2, in SkOpEdgeBuilder()
DSkPathOpsOp.cpp110 const int xorMask, const int xorOpMask, SkPathWriter* writer) { in bridgeOp()
351 SkPathWriter wrapper(*result); in OpDebug()
DSkOpBuilder.cpp92 SkPathWriter woundPath(empty); in FixWinding()
DSkOpSegment.h22 class SkPathWriter; variable
60 bool addCurveTo(const SkOpSpanBase* start, const SkOpSpanBase* end, SkPathWriter* path) const;
/third_party/flutter/skia/gn/
Dcore.gni530 "$_src/pathops/SkPathWriter.cpp",
531 "$_src/pathops/SkPathWriter.h",
/third_party/skia/gn/
Dcore.gni555 "$_src/pathops/SkPathWriter.cpp",
556 "$_src/pathops/SkPathWriter.h",
/third_party/flutter/skia/include/core/
DSkPath.h1753 friend class SkPathWriter; variable
/third_party/skia/include/core/
DSkPath.h1883 friend class SkPathWriter; variable

12