/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsCommon.h | 14 class SkPathWriter; 16 void Assemble(const SkPathWriter& path, SkPathWriter* simple);
|
SkPathWriter.cpp | 8 #include "SkPathWriter.h" 11 SkPathWriter::SkPathWriter(SkPath& path) 19 void SkPathWriter::close() { 38 void SkPathWriter::cubicTo(const SkPoint& pt1, const SkPoint& pt2, const SkPoint& pt3) { 57 void SkPathWriter::deferredLine(const SkPoint& pt) { 68 void SkPathWriter::deferredMove(const SkPoint& pt) { 75 void SkPathWriter::deferredMoveLine(const SkPoint& pt) { 82 bool SkPathWriter::hasMove() const { 86 void SkPathWriter::init() [all...] |
SkPathWriter.h | 12 class SkPathWriter { 14 SkPathWriter(SkPath& path);
|
SkOpEdgeBuilder.h | 11 #include "SkPathWriter.h" 16 SkOpEdgeBuilder(const SkPathWriter& path, SkTArray<SkOpContour>& contours)
|
SkPathOpsSimplify.cpp | 10 #include "SkPathWriter.h" 12 static bool bridgeWinding(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) { 105 static bool bridgeXor(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) { 197 SkPathWriter simple(*result); 203 SkPathWriter assembled(temp);
|
SkOpContour.h | 19 class SkPathWriter; 271 void toPath(SkPathWriter* path) const; 273 void toPartialBackward(SkPathWriter* path) const { 280 void toPartialForward(SkPathWriter* path) const {
|
SkPathOpsOp.cpp | 10 #include "SkPathWriter.h" 122 const int xorMask, const int xorOpMask, SkPathWriter* simple) { 312 SkPathWriter wrapper(*result); 317 SkPathWriter assembled(temp);
|
SkOpSegment.h | 22 class SkPathWriter; 275 void addCurveTo(int start, int end, SkPathWriter* path, bool active) const;
|
SkPathOpsCommon.cpp | 10 #include "SkPathWriter.h" 509 void Assemble(const SkPathWriter& path, SkPathWriter* simple) {
|
SkOpContour.cpp | 9 #include "SkPathWriter.h" 652 void SkOpContour::toPath(SkPathWriter* path) const {
|
/external/skia/src/pathops/ |
SkPathOpsCommon.h | 14 class SkPathWriter; 16 void Assemble(const SkPathWriter& path, SkPathWriter* simple);
|
SkPathWriter.cpp | 8 #include "SkPathWriter.h" 11 SkPathWriter::SkPathWriter(SkPath& path) 19 void SkPathWriter::close() { 38 void SkPathWriter::cubicTo(const SkPoint& pt1, const SkPoint& pt2, const SkPoint& pt3) { 57 void SkPathWriter::deferredLine(const SkPoint& pt) { 68 void SkPathWriter::deferredMove(const SkPoint& pt) { 75 void SkPathWriter::deferredMoveLine(const SkPoint& pt) { 82 bool SkPathWriter::hasMove() const { 86 void SkPathWriter::init() [all...] |
SkPathWriter.h | 12 class SkPathWriter { 14 SkPathWriter(SkPath& path);
|
SkOpEdgeBuilder.h | 11 #include "SkPathWriter.h" 16 SkOpEdgeBuilder(const SkPathWriter& path, SkTArray<SkOpContour>& contours)
|
SkPathOpsSimplify.cpp | 10 #include "SkPathWriter.h" 12 static bool bridgeWinding(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) { 105 static bool bridgeXor(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) { 197 SkPathWriter simple(*result); 203 SkPathWriter assembled(temp);
|
SkOpContour.h | 19 class SkPathWriter; 271 void toPath(SkPathWriter* path) const; 273 void toPartialBackward(SkPathWriter* path) const { 280 void toPartialForward(SkPathWriter* path) const {
|
SkPathOpsOp.cpp | 10 #include "SkPathWriter.h" 122 const int xorMask, const int xorOpMask, SkPathWriter* simple) { 312 SkPathWriter wrapper(*result); 317 SkPathWriter assembled(temp);
|
SkOpSegment.h | 22 class SkPathWriter; 275 void addCurveTo(int start, int end, SkPathWriter* path, bool active) const;
|
SkPathOpsCommon.cpp | 10 #include "SkPathWriter.h" 509 void Assemble(const SkPathWriter& path, SkPathWriter* simple) {
|
SkOpContour.cpp | 9 #include "SkPathWriter.h" 652 void SkOpContour::toPath(SkPathWriter* path) const {
|
/external/skia/ |
Android.mk | 248 src/pathops/SkPathWriter.cpp \
|
/external/chromium_org/skia/ |
skia_library.target.darwin-arm.mk | 227 third_party/skia/src/pathops/SkPathWriter.cpp \
|
skia_library.target.darwin-arm64.mk | 227 third_party/skia/src/pathops/SkPathWriter.cpp \
|
skia_library.target.darwin-mips.mk | 227 third_party/skia/src/pathops/SkPathWriter.cpp \
|
skia_library.target.darwin-x86.mk | 228 third_party/skia/src/pathops/SkPathWriter.cpp \
|