Home
last modified time | relevance | path

Searched defs:fillType (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/modules/svg/src/
H A DSkSVGShape.cpp14 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender() local
/third_party/skia/modules/sksg/include/
H A DSkSGPath.h37 void setFillType(SkPathFillType fillType) { in setFillType() argument
/third_party/skia/gm/
H A Dlargeclippedpath.cpp16 static void draw_clipped_flower(SkCanvas* canvas, SkPathFillType fillType) { in draw_clipped_flower() argument
/third_party/skia/src/pathops/
H A DSkPathOpsSimplify.cpp143 SkPathFillType fillType = path.isInverseFillType() ? SkPathFillType::kInverseEvenOdd in SimplifyDebug() local
H A DSkOpBuilder.cpp39 SkPathFillType fillType = path->getFillType(); in FixWinding() local
H A DSkPathOpsOp.cpp251 SkPathFillType fillType = inverseFill ? SkPathFillType::kInverseEvenOdd : in OpDebug() local
H A DSkPathOpsAsWinding.cpp324 SkPath reverseMarkedContours(vector<Contour>& contours, SkPathFillType fillType) { in reverseMarkedContours() argument
369 static bool set_result_path(SkPath* result, const SkPath& path, SkPathFillType fillType) { in set_result_path() argument
379 SkPathFillType fillType = path.getFillType(); in AsWinding() local
[all...]
H A DSkPathOpsDebug.cpp2905 SkPathFillType fillType = path.getFillType(); in ShowOnePath() local
/third_party/skia/experimental/graphite/src/geom/
H A DShape.h76 SkPathFillType fillType() const { in fillType() function in skgpu::Shape
/third_party/skia/fuzz/
H A DFuzzCommon.cpp35 uint8_t fillType; in FuzzNicePath() local
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DPathBuilder.java52 public void setFillType(FillType fillType) { in setFillType() argument
75 private static native void nSetFillType(long mNativeInstance, int fillType); in nSetFillType() argument
/third_party/skia/src/core/
H A DSkPath_serial.cpp171 SkPathFillType fillType = extract_filltype(packed); in readAsRRect() local
H A DSkScan_Path.cpp100 static void walk_edges(SkEdge* prevHead, SkPathFillType fillType, in walk_edges() argument
/third_party/skia/include/core/
H A DSkPathBuilder.h27 SkPathFillType fillType() const { return fFillType; } in fillType() function in SkPathBuilder
/third_party/skia/tests/
H A DTriangulatingPathRendererTests.cpp840 static EdgeMap simplify(const EdgeMap& edges, SkPathFillType fillType) { in simplify() argument
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.cpp595 static inline bool apply_fill_type(SkPathFillType fillType, int winding) { in apply_fill_type() argument
615 static inline bool apply_fill_type(SkPathFillType fillType, Poly* poly) { in apply_fill_type() argument

Completed in 15 milliseconds