Home
last modified time | relevance | path

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

12

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DShapeFill.java15 private final Path.FillType fillType; field in ShapeFill
21 public ShapeFill(String name, boolean fillEnabled, Path.FillType fillType, in ShapeFill()
DGradientFill.java18 private final Path.FillType fillType; field in GradientFill
28 public GradientFill(String name, GradientType gradientType, Path.FillType fillType, in GradientFill()
/external/skia/modules/svg/src/
DSkSVGShape.cpp14 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender() local
/external/skqp/experimental/svg/model/
DSkSVGShape.cpp14 const auto fillType = ctx.presentationContext().fInherited.fFillRule.get()->asFillType(); in onRender() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DShapeFillParser.java60 Path.FillType fillType = fillTypeInt == 1 ? Path.FillType.WINDING : Path.FillType.EVEN_ODD; in parse() local
DGradientFillParser.java42 Path.FillType fillType = Path.FillType.WINDING; in parse() local
/external/skia/src/gpu/tessellate/
DGrStencilPathShader.h44 static const GrUserStencilSettings* StencilPassSettings(SkPathFillType fillType) { in StencilPassSettings()
80 const SkPathFillType fillType) { in MakeStencilProgram()
DGrTessellationPathRenderer.h61 SkPath* getAtlasUberPath(SkPathFillType fillType, bool antialias) { in getAtlasUberPath()
/external/skia/modules/sksg/include/
DSkSGPath.h37 void setFillType(SkPathFillType fillType) { in setFillType()
/external/skqp/src/gpu/ops/
DGrStencilPathOp.cpp20 GrPathRendering::FillType fillType, in Make()
DGrStencilPathOp.h47 GrPathRendering::FillType fillType, in GrStencilPathOp()
DGrDrawPathOp.h43 GrPathRendering::FillType fillType() const { return fFillType; } in fillType() function
DGrDrawPathOp.cpp57 GrPathRendering::FillType fillType, GrStencilSettings* stencil) { in init_stencil_pass_settings()
/external/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
/external/skqp/experimental/canvaskit/tests/
Dcanvas2d.spec.js694 fillType: 'nonzero', property
701 fillType: 'evenodd', property
708 fillType: null, property
715 fillType: null, property
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVectorDrawable.java66 int fillType; field in ShadowVectorDrawable.Path
129 int fillType) { in nUpdateFullPathProperties()
/external/skqp/src/core/
DSkPath_serial.cpp167 FillType fillType = extract_filltype(packed); in readAsRRect() local
292 FillType fillType = extract_filltype(packed); in readFromMemory_LE3() local
/external/skia/gm/
Dlargeclippedpath.cpp16 static void draw_clipped_flower(SkCanvas* canvas, SkPathFillType fillType) { in draw_clipped_flower()
/external/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js659 fillType: 'nonzero', property
666 fillType: 'evenodd', property
673 fillType: null, property
680 fillType: null, property
/external/skqp/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
/external/skqp/src/gpu/
DGrTessellator.cpp805 inline bool apply_fill_type(SkPath::FillType fillType, int winding) { in apply_fill_type()
821 inline bool apply_fill_type(SkPath::FillType fillType, Poly* poly) { in apply_fill_type()
1637 void remove_non_boundary_edges(const VertexList& mesh, SkPath::FillType fillType, in remove_non_boundary_edges()
2025 void extract_boundary(EdgeList* boundary, Edge* e, SkPath::FillType fillType, SkArenaAlloc& alloc) { in extract_boundary()
2061 VertexList* outerVertices, SkPath::FillType fillType, in extract_boundaries()
2111 Poly* contours_to_polys(VertexList* contours, int contourCnt, SkPath::FillType fillType, in contours_to_polys()
2161 void* polys_to_triangles(Poly* polys, SkPath::FillType fillType, bool emitCoverage, void* data) { in polys_to_triangles()
2173 SkPath::FillType fillType = path.getFillType(); in path_to_polys() local
2193 int64_t count_points(Poly* polys, SkPath::FillType fillType) { in count_points()
2244 SkPath::FillType fillType = antialias ? SkPath::kWinding_FillType : path.getFillType(); in PathToTriangles() local
[all …]

12