Home
last modified time | relevance | path

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

12

/third_party/skia/modules/svg/src/
DSkSVGShape.cpp14 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender() local
/third_party/flutter/skia/experimental/svg/model/
DSkSVGShape.cpp14 const auto fillType = ctx.presentationContext().fInherited.fFillRule.get()->asFillType(); in onRender() local
/third_party/skia/modules/sksg/include/
DSkSGPath.h37 void setFillType(SkPathFillType fillType) { in setFillType()
/third_party/flutter/skia/src/gpu/ops/
DGrStencilPathOp.cpp20 GrPathRendering::FillType fillType, in Make()
DGrStencilPathOp.h47 GrPathRendering::FillType fillType, in GrStencilPathOp()
DGrDrawPathOp.h45 GrPathRendering::FillType fillType() const { return fFillType; } in fillType() function
DGrDrawPathOp.cpp69 GrPathRendering::FillType fillType, GrStencilSettings* stencil) { in init_stencil_pass_settings()
/third_party/skia/gm/
Dlargeclippedpath.cpp16 static void draw_clipped_flower(SkCanvas* canvas, SkPathFillType fillType) { in draw_clipped_flower()
/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
/third_party/flutter/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js676 fillType: 'nonzero', property
683 fillType: 'evenodd', property
690 fillType: null, property
697 fillType: null, property
/third_party/flutter/skia/src/core/
DSkPath_serial.cpp167 FillType fillType = extract_filltype(packed); in readAsRRect() local
292 FillType fillType = extract_filltype(packed); in readFromMemory_LE3() local
/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/flutter/skia/src/pathops/
DSkOpBuilder.cpp39 SkPath::FillType fillType = path->getFillType(); in FixWinding() local
DSkPathOpsSimplify.cpp143 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType in SimplifyDebug() local
DSkPathOpsAsWinding.cpp370 static bool set_result_path(SkPath* result, const SkPath& path, SkPath::FillType fillType) { in set_result_path()
380 SkPath::FillType fillType = path.getFillType(); in AsWinding() local
DSkPathOpsOp.cpp251 SkPath::FillType fillType = inverseFill ? SkPath::kInverseEvenOdd_FillType : in OpDebug() local
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp862 inline bool apply_fill_type(SkPath::FillType fillType, int winding) { in apply_fill_type()
878 inline bool apply_fill_type(SkPath::FillType fillType, Poly* poly) { in apply_fill_type()
1691 void remove_non_boundary_edges(const VertexList& mesh, SkPath::FillType fillType, in remove_non_boundary_edges()
2109 void extract_boundary(EdgeList* boundary, Edge* e, SkPath::FillType fillType, SkArenaAlloc& alloc) { in extract_boundary()
2146 VertexList* outerVertices, SkPath::FillType fillType, in extract_boundaries()
2196 Poly* contours_to_polys(VertexList* contours, int contourCnt, SkPath::FillType fillType, in contours_to_polys()
2251 void* polys_to_triangles(Poly* polys, SkPath::FillType fillType, bool emitCoverage, void* data) { in polys_to_triangles()
2263 SkPath::FillType fillType = path.getFillType(); in path_to_polys() local
2283 int64_t count_points(Poly* polys, SkPath::FillType fillType) { in count_points()
2334 SkPath::FillType fillType = antialias ? SkPath::kWinding_FillType : path.getFillType(); in PathToTriangles() local
[all …]
/third_party/flutter/skia/fuzz/
DFuzzCommon.cpp35 uint8_t fillType; in FuzzNicePath() local
/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

12