/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/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/modules/sksg/include/ |
D | SkSGPath.h | 37 void setFillType(SkPathFillType fillType) { in setFillType()
|
/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
|
D | SkPathOpsOp.cpp | 251 SkPathFillType fillType = inverseFill ? SkPathFillType::kInverseEvenOdd : in OpDebug() local
|
/external/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()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowVectorDrawable.java | 66 int fillType; field in ShadowVectorDrawable.Path 129 int fillType) { in nUpdateFullPathProperties()
|
D | ShadowNativeVectorDrawable.java | 114 int fillType) { in nUpdateFullPathProperties()
|
D | ShadowLegacyPath.java | 195 protected void setFillType(Path.FillType fillType) { in setFillType()
|
/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/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/skia/gm/ |
D | largeclippedpath.cpp | 16 static void draw_clipped_flower(SkCanvas* canvas, SkPathFillType fillType) { in draw_clipped_flower()
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowPathTest.java | 88 Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in copyConstructor_copiesFillType() local
|
/external/skia/fuzz/ |
D | FuzzCommon.cpp | 36 uint8_t fillType; in FuzzNicePath() local
|
/external/skia/experimental/graphite/src/render/ |
D | StencilAndFillPathRenderer.cpp | 265 const Renderer& Renderer::StencilAndFillPath(SkPathFillType fillType) { in StencilAndFillPath()
|
/external/skia/experimental/graphite/src/geom/ |
D | Shape.h | 76 SkPathFillType fillType() const { in fillType() function
|
/external/skia/src/core/ |
D | SkPath_serial.cpp | 171 SkPathFillType fillType = extract_filltype(packed); in readAsRRect() local
|
/external/skia/include/core/ |
D | SkPathBuilder.h | 27 SkPathFillType fillType() const { return fFillType; } in fillType() function
|
/external/skia/modules/pathkit/tests/ |
D | PathOpsSimplify.json | 51 "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/ |
D | VectorDrawableNatives.java | 61 int fillType); in nUpdateFullPathProperties()
|