/third_party/skia/modules/svg/src/ |
D | SkSVGShape.cpp | 14 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender() local
|
/third_party/flutter/skia/experimental/svg/model/ |
D | SkSVGShape.cpp | 14 const auto fillType = ctx.presentationContext().fInherited.fFillRule.get()->asFillType(); in onRender() local
|
/third_party/skia/modules/sksg/include/ |
D | SkSGPath.h | 37 void setFillType(SkPathFillType fillType) { in setFillType()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrStencilPathOp.cpp | 20 GrPathRendering::FillType fillType, in Make()
|
D | GrStencilPathOp.h | 47 GrPathRendering::FillType fillType, in GrStencilPathOp()
|
D | GrDrawPathOp.h | 45 GrPathRendering::FillType fillType() const { return fFillType; } in fillType() function
|
D | GrDrawPathOp.cpp | 69 GrPathRendering::FillType fillType, GrStencilSettings* stencil) { in init_stencil_pass_settings()
|
/third_party/skia/gm/ |
D | largeclippedpath.cpp | 16 static void draw_clipped_flower(SkCanvas* canvas, SkPathFillType fillType) { in draw_clipped_flower()
|
/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
|
/third_party/flutter/skia/modules/canvaskit/tests/ |
D | canvas2d.spec.js | 676 fillType: 'nonzero', property 683 fillType: 'evenodd', property 690 fillType: null, property 697 fillType: null, property
|
/third_party/flutter/skia/src/core/ |
D | SkPath_serial.cpp | 167 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/ |
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/flutter/skia/src/pathops/ |
D | SkOpBuilder.cpp | 39 SkPath::FillType fillType = path->getFillType(); in FixWinding() local
|
D | SkPathOpsSimplify.cpp | 143 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType in SimplifyDebug() local
|
D | SkPathOpsAsWinding.cpp | 370 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
|
D | SkPathOpsOp.cpp | 251 SkPath::FillType fillType = inverseFill ? SkPath::kInverseEvenOdd_FillType : in OpDebug() local
|
/third_party/flutter/skia/src/gpu/ |
D | GrTessellator.cpp | 862 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/ |
D | FuzzCommon.cpp | 35 uint8_t fillType; in FuzzNicePath() local
|
/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
|