Home
last modified time | relevance | path

Searched defs:fillType (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/modules/svg/src/
DSkSVGShape.cpp14 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender() local
/third_party/skia/modules/sksg/include/
DSkSGPath.h37 void setFillType(SkPathFillType fillType) { in setFillType()
/third_party/skia/src/pathops/
DSkPathOpsAsWinding.cpp324 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
DSkOpBuilder.cpp39 SkPathFillType fillType = path->getFillType(); in FixWinding() local
DSkPathOpsSimplify.cpp143 SkPathFillType fillType = path.isInverseFillType() ? SkPathFillType::kInverseEvenOdd in SimplifyDebug() local
DSkPathOpsOp.cpp251 SkPathFillType fillType = inverseFill ? SkPathFillType::kInverseEvenOdd : in OpDebug() local
DSkPathOpsDebug.cpp2905 SkPathFillType fillType = path.getFillType(); in ShowOnePath() local
/third_party/skia/gm/
Dlargeclippedpath.cpp16 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/
DPathBuilder.java52 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/
Dcanvas2d.spec.js659 fillType: 'nonzero', property
666 fillType: 'evenodd', property
673 fillType: null, property
680 fillType: null, property
/third_party/skia/fuzz/
DFuzzCommon.cpp35 uint8_t fillType; in FuzzNicePath() local
/third_party/skia/experimental/graphite/src/geom/
DShape.h76 SkPathFillType fillType() const { in fillType() function
/third_party/skia/src/core/
DSkPath_serial.cpp171 SkPathFillType fillType = extract_filltype(packed); in readAsRRect() local
DSkScan_Path.cpp100 static void walk_edges(SkEdge* prevHead, SkPathFillType fillType, in walk_edges()
DSkScan_AAAPath.cpp1555 SkPathFillType fillType, in aaa_walk_edges()
/third_party/skia/include/core/
DSkPathBuilder.h27 SkPathFillType fillType() const { return fFillType; } in fillType() function
/third_party/skia/modules/pathkit/tests/
DPathOpsSimplify.json51 "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/
DTriangulatingPathRendererTests.cpp840 static EdgeMap simplify(const EdgeMap& edges, SkPathFillType fillType) { in simplify()
DPathOpsExtendedTest.cpp363 SkPathFillType fillType = useXor ? SkPathFillType::kEvenOdd : SkPathFillType::kWinding; in testSimplify() local
/third_party/skia/src/gpu/geometry/
DGrTriangulator.cpp595 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/
DGrTypesPriv.h206 inline GrFillRule GrFillRuleForPathFillType(SkPathFillType fillType) { in GrFillRuleForPathFillType()