/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/ |
D | ShapeFill.java | 15 private final Path.FillType fillType; field in ShapeFill 21 public ShapeFill(String name, boolean fillEnabled, Path.FillType fillType, in ShapeFill()
|
D | GradientFill.java | 18 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/ |
D | SkSVGShape.cpp | 14 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender() local
|
/external/skqp/experimental/svg/model/ |
D | SkSVGShape.cpp | 14 const auto fillType = ctx.presentationContext().fInherited.fFillRule.get()->asFillType(); in onRender() local
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/ |
D | ShapeFillParser.java | 60 Path.FillType fillType = fillTypeInt == 1 ? Path.FillType.WINDING : Path.FillType.EVEN_ODD; in parse() local
|
D | GradientFillParser.java | 42 Path.FillType fillType = Path.FillType.WINDING; in parse() local
|
/external/skia/src/gpu/tessellate/ |
D | GrStencilPathShader.h | 44 static const GrUserStencilSettings* StencilPassSettings(SkPathFillType fillType) { in StencilPassSettings() 80 const SkPathFillType fillType) { in MakeStencilProgram()
|
D | GrTessellationPathRenderer.h | 61 SkPath* getAtlasUberPath(SkPathFillType fillType, bool antialias) { in getAtlasUberPath()
|
/external/skia/modules/sksg/include/ |
D | SkSGPath.h | 37 void setFillType(SkPathFillType fillType) { in setFillType()
|
/external/skqp/src/gpu/ops/ |
D | GrStencilPathOp.cpp | 20 GrPathRendering::FillType fillType, in Make()
|
D | GrStencilPathOp.h | 47 GrPathRendering::FillType fillType, in GrStencilPathOp()
|
D | GrDrawPathOp.h | 43 GrPathRendering::FillType fillType() const { return fFillType; } in fillType() function
|
D | GrDrawPathOp.cpp | 57 GrPathRendering::FillType fillType, GrStencilSettings* stencil) { in init_stencil_pass_settings()
|
/external/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
|
/external/skqp/experimental/canvaskit/tests/ |
D | canvas2d.spec.js | 694 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/ |
D | ShadowVectorDrawable.java | 66 int fillType; field in ShadowVectorDrawable.Path 129 int fillType) { in nUpdateFullPathProperties()
|
/external/skqp/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
|
/external/skia/gm/ |
D | largeclippedpath.cpp | 16 static void draw_clipped_flower(SkCanvas* canvas, SkPathFillType fillType) { in draw_clipped_flower()
|
/external/skia/modules/canvaskit/tests/ |
D | canvas2d.spec.js | 659 fillType: 'nonzero', property 666 fillType: 'evenodd', property 673 fillType: null, property 680 fillType: null, property
|
/external/skqp/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
|
/external/skqp/src/gpu/ |
D | GrTessellator.cpp | 805 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 …]
|