| /third_party/skia/modules/svg/src/ |
| D | SkSVGShape.cpp | 14 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender() local
|
| /third_party/skia/modules/sksg/include/ |
| D | SkSGPath.h | 37 void setFillType(SkPathFillType fillType) { in setFillType()
|
| /third_party/skia/src/pathops/ |
| D | SkPathOpsAsWinding.cpp | 324 SkPath reverseMarkedContours(vector<Contour>& contours, SkPathFillType fillType) { in reverseMarkedContours() 369 static bool set_result_path(SkPath* result, const SkPath& path, SkPathFillType fillType) { in set_result_path() 379 SkPathFillType fillType = path.getFillType(); in AsWinding() local
|
| D | SkOpBuilder.cpp | 39 SkPathFillType fillType = path->getFillType(); in FixWinding() local
|
| D | SkPathOpsSimplify.cpp | 143 SkPathFillType fillType = path.isInverseFillType() ? SkPathFillType::kInverseEvenOdd in SimplifyDebug() local
|
| D | SkPathOpsOp.cpp | 251 SkPathFillType fillType = inverseFill ? SkPathFillType::kInverseEvenOdd : in OpDebug() local
|
| D | SkPathOpsDebug.cpp | 2905 SkPathFillType fillType = path.getFillType(); in ShowOnePath() local
|
| /third_party/skia/gm/ |
| D | largeclippedpath.cpp | 16 static void draw_clipped_flower(SkCanvas* canvas, SkPathFillType fillType) { in draw_clipped_flower()
|
| /third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
| D | PathBuilder.java | 52 public void setFillType(FillType fillType) { in setFillType() 75 private static native void nSetFillType(long mNativeInstance, int fillType); in nSetFillType()
|
| /third_party/skia/modules/canvaskit/tests/ |
| D | canvas2d.spec.js | 659 fillType: 'nonzero', property 666 fillType: 'evenodd', property 673 fillType: null, property 680 fillType: null, property
|
| /third_party/skia/fuzz/ |
| D | FuzzCommon.cpp | 35 uint8_t fillType; in FuzzNicePath() local
|
| /third_party/skia/experimental/graphite/src/geom/ |
| D | Shape.h | 76 SkPathFillType fillType() const { in fillType() function
|
| /third_party/skia/src/core/ |
| D | SkPath_serial.cpp | 171 SkPathFillType fillType = extract_filltype(packed); in readAsRRect() local
|
| D | SkScan_Path.cpp | 100 static void walk_edges(SkEdge* prevHead, SkPathFillType fillType, in walk_edges()
|
| D | SkScan_AAAPath.cpp | 1555 SkPathFillType fillType, in aaa_walk_edges()
|
| /third_party/skia/include/core/ |
| D | SkPathBuilder.h | 27 SkPathFillType fillType() const { return fFillType; } in fillType() function
|
| /third_party/skia/modules/pathkit/tests/ |
| D | PathOpsSimplify.json | 51 "fillType": "kEvenOdd_FillType", string 127 "fillType": "kWinding_FillType", string 1724 "fillType": "kWinding_FillType", string 1735 "fillType": "kWinding_FillType", string 1865 "fillType": "kEvenOdd_FillType", string 2123 "fillType": "kWinding_FillType", string 2396 "fillType": "kEvenOdd_FillType", string 2567 "fillType": "kWinding_FillType", string 2780 "fillType": "kEvenOdd_FillType", string 3005 "fillType": "kWinding_FillType", string [all …]
|
| /third_party/skia/tests/ |
| D | TriangulatingPathRendererTests.cpp | 840 static EdgeMap simplify(const EdgeMap& edges, SkPathFillType fillType) { in simplify()
|
| D | PathOpsExtendedTest.cpp | 363 SkPathFillType fillType = useXor ? SkPathFillType::kEvenOdd : SkPathFillType::kWinding; in testSimplify() local
|
| /third_party/skia/src/gpu/geometry/ |
| D | GrTriangulator.cpp | 595 static inline bool apply_fill_type(SkPathFillType fillType, int winding) { in apply_fill_type() 615 static inline bool apply_fill_type(SkPathFillType fillType, Poly* poly) { in apply_fill_type()
|
| /third_party/skia/include/private/ |
| D | GrTypesPriv.h | 206 inline GrFillRule GrFillRuleForPathFillType(SkPathFillType fillType) { in GrFillRuleForPathFillType()
|