Home
last modified time | relevance | path

Searched defs:fillType (Results 1 – 25 of 33) 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/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/modules/sksg/include/
DSkSGPath.h37 void setFillType(SkPathFillType fillType) { in setFillType()
/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
DSkPathOpsOp.cpp251 SkPathFillType fillType = inverseFill ? SkPathFillType::kInverseEvenOdd : in OpDebug() local
/external/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()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVectorDrawable.java66 int fillType; field in ShadowVectorDrawable.Path
129 int fillType) { in nUpdateFullPathProperties()
DShadowNativeVectorDrawable.java114 int fillType) { in nUpdateFullPathProperties()
DShadowLegacyPath.java195 protected void setFillType(Path.FillType fillType) { in setFillType()
/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/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js659 fillType: 'nonzero', property
666 fillType: 'evenodd', property
673 fillType: null, property
680 fillType: null, property
/external/skia/gm/
Dlargeclippedpath.cpp16 static void draw_clipped_flower(SkCanvas* canvas, SkPathFillType fillType) { in draw_clipped_flower()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowPathTest.java88 Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in copyConstructor_copiesFillType() local
/external/skia/fuzz/
DFuzzCommon.cpp36 uint8_t fillType; in FuzzNicePath() local
/external/skia/experimental/graphite/src/render/
DStencilAndFillPathRenderer.cpp265 const Renderer& Renderer::StencilAndFillPath(SkPathFillType fillType) { in StencilAndFillPath()
/external/skia/experimental/graphite/src/geom/
DShape.h76 SkPathFillType fillType() const { in fillType() function
/external/skia/src/core/
DSkPath_serial.cpp171 SkPathFillType fillType = extract_filltype(packed); in readAsRRect() local
/external/skia/include/core/
DSkPathBuilder.h27 SkPathFillType fillType() const { return fFillType; } in fillType() function
/external/skia/modules/pathkit/tests/
DPathOpsSimplify.json51 "fillType": "kEvenOdd_FillType", string
127 "fillType": "kWinding_FillType", string
1724 "fillType": "kWinding_FillType", string
1735 "fillType": "kWinding_FillType", string
1865 "fillType": "kEvenOdd_FillType", string
2123 "fillType": "kWinding_FillType", string
2396 "fillType": "kEvenOdd_FillType", string
2567 "fillType": "kWinding_FillType", string
2780 "fillType": "kEvenOdd_FillType", string
3005 "fillType": "kWinding_FillType", string
[all …]
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DVectorDrawableNatives.java61 int fillType); in nUpdateFullPathProperties()

12