Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/skia/src/pathops/
DSkPathWriter.cpp11 SkPathWriter::SkPathWriter(SkPath& path) in SkPathWriter() function in SkPathWriter
19 void SkPathWriter::close() { in close()
38 void SkPathWriter::cubicTo(const SkPoint& pt1, const SkPoint& pt2, const SkPoint& pt3) { in cubicTo()
57 void SkPathWriter::deferredLine(const SkPoint& pt) { in deferredLine()
68 void SkPathWriter::deferredMove(const SkPoint& pt) { in deferredMove()
75 void SkPathWriter::deferredMoveLine(const SkPoint& pt) { in deferredMoveLine()
82 bool SkPathWriter::hasMove() const { in hasMove()
86 void SkPathWriter::init() { in init()
92 bool SkPathWriter::isClosed() const { in isClosed()
96 void SkPathWriter::lineTo() { in lineTo()
[all …]
DSkPathOpsCommon.h14 class SkPathWriter; variable
16 void Assemble(const SkPathWriter& path, SkPathWriter* simple);
DSkPathWriter.h12 class SkPathWriter {
14 SkPathWriter(SkPath& path);
DSkOpContour.h15 class SkPathWriter; variable
201 void toPath(SkPathWriter* path) const;
203 void toPartialBackward(SkPathWriter* path) const { in toPartialBackward()
210 void toPartialForward(SkPathWriter* path) const { in toPartialForward()
DSkPathOpsSimplify.cpp12 static bool bridgeWinding(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) { in bridgeWinding()
97 static bool bridgeXor(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) { in bridgeXor()
187 SkPathWriter simple(*result); in Simplify()
193 SkPathWriter assembled(temp); in Simplify()
DSkPathOpsOp.cpp139 const int xorMask, const int xorOpMask, SkPathWriter* simple) { in bridgeOp()
309 SkPathWriter wrapper(*result); in Op()
314 SkPathWriter assembled(temp); in Op()
DSkOpEdgeBuilder.h16 SkOpEdgeBuilder(const SkPathWriter& path, SkTArray<SkOpContour>& contours) in SkOpEdgeBuilder()
DSkOpSegment.h17 class SkPathWriter; variable
239 void addCurveTo(int start, int end, SkPathWriter* path, bool active) const;
DSkPathOpsCommon.cpp427 void Assemble(const SkPathWriter& path, SkPathWriter* simple) { in Assemble()
DSkOpContour.cpp290 void SkOpContour::toPath(SkPathWriter* path) const { in toPath()
/external/skia/src/pathops/
DSkPathWriter.cpp11 SkPathWriter::SkPathWriter(SkPath& path) in SkPathWriter() function in SkPathWriter
19 void SkPathWriter::close() { in close()
38 void SkPathWriter::cubicTo(const SkPoint& pt1, const SkPoint& pt2, const SkPoint& pt3) { in cubicTo()
57 void SkPathWriter::deferredLine(const SkPoint& pt) { in deferredLine()
68 void SkPathWriter::deferredMove(const SkPoint& pt) { in deferredMove()
75 void SkPathWriter::deferredMoveLine(const SkPoint& pt) { in deferredMoveLine()
82 bool SkPathWriter::hasMove() const { in hasMove()
86 void SkPathWriter::init() { in init()
92 bool SkPathWriter::isClosed() const { in isClosed()
96 void SkPathWriter::lineTo() { in lineTo()
[all …]
DSkPathOpsCommon.h14 class SkPathWriter; variable
16 void Assemble(const SkPathWriter& path, SkPathWriter* simple);
DSkPathWriter.h12 class SkPathWriter {
14 SkPathWriter(SkPath& path);
DSkOpContour.h15 class SkPathWriter; variable
201 void toPath(SkPathWriter* path) const;
203 void toPartialBackward(SkPathWriter* path) const { in toPartialBackward()
210 void toPartialForward(SkPathWriter* path) const { in toPartialForward()
DSkPathOpsSimplify.cpp12 static bool bridgeWinding(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) { in bridgeWinding()
97 static bool bridgeXor(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) { in bridgeXor()
187 SkPathWriter simple(*result); in Simplify()
193 SkPathWriter assembled(temp); in Simplify()
DSkPathOpsOp.cpp139 const int xorMask, const int xorOpMask, SkPathWriter* simple) { in bridgeOp()
309 SkPathWriter wrapper(*result); in Op()
314 SkPathWriter assembled(temp); in Op()
DSkOpEdgeBuilder.h16 SkOpEdgeBuilder(const SkPathWriter& path, SkTArray<SkOpContour>& contours) in SkOpEdgeBuilder()
DSkOpSegment.h17 class SkPathWriter; variable
239 void addCurveTo(int start, int end, SkPathWriter* path, bool active) const;
DSkPathOpsCommon.cpp427 void Assemble(const SkPathWriter& path, SkPathWriter* simple) { in Assemble()
DSkOpContour.cpp290 void SkOpContour::toPath(SkPathWriter* path) const { in toPath()
/external/skia/gyp/
Dpathops.gypi33 '../src/pathops/SkPathWriter.cpp',
57 '../src/pathops/SkPathWriter.h',
Dcore.gypi342 '<(skia_src_path)/pathops/SkPathWriter.cpp',
366 '<(skia_src_path)/pathops/SkPathWriter.h',
/external/chromium_org/third_party/skia/gyp/
Dpathops.gypi33 '../src/pathops/SkPathWriter.cpp',
57 '../src/pathops/SkPathWriter.h',
Dcore.gypi342 '<(skia_src_path)/pathops/SkPathWriter.cpp',
366 '<(skia_src_path)/pathops/SkPathWriter.h',
/external/skia/
DAndroid.mk334 src/pathops/SkPathWriter.cpp \

12