| /external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/ |
| D | ShapeFill.java | 16 private final Path.FillType fillType; field in ShapeFill 22 public ShapeFill(String name, boolean fillEnabled, Path.FillType fillType, in ShapeFill()
|
| D | GradientFill.java | 19 private final Path.FillType fillType; field in GradientFill 29 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 | 66 Path.FillType fillType = fillTypeInt == 1 ? Path.FillType.WINDING : Path.FillType.EVEN_ODD; in parse() local
|
| D | GradientFillParser.java | 44 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 | 357 SkPath reverseMarkedContours(vector<Contour>& contours, SkPathFillType fillType) { in reverseMarkedContours() 402 static bool set_result_path(SkPath* result, const SkPath& path, SkPathFillType fillType) { in set_result_path() 412 SkPathFillType fillType = path.getFillType(); in AsWinding() local
|
| D | SkOpBuilder.cpp | 54 SkPathFillType fillType = path->getFillType(); in FixWinding() local
|
| D | SkPathOpsSimplify.cpp | 153 SkPathFillType fillType = path.isInverseFillType() ? SkPathFillType::kInverseEvenOdd in SimplifyDebug() local
|
| D | SkPathOpsOp.cpp | 264 SkPathFillType fillType = inverseFill ? SkPathFillType::kInverseEvenOdd : in OpDebug() local
|
| /external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
| 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()
|
| /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/src/gpu/piet/ |
| D | Scene.cpp | 40 PgpuFill get_fill_type(SkPathFillType fillType) { in get_fill_type()
|
| /external/skia/modules/canvaskit/tests/ |
| D | canvas2d_test.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/src/gpu/graphite/geom/ |
| D | Shape.h | 77 SkPathFillType fillType() const { in fillType() function
|
| /external/skia/src/core/ |
| D | SkPath_serial.cpp | 172 SkPathFillType fillType = extract_filltype(packed); in readAsRRect() local
|
| /external/skia/include/core/ |
| D | SkPathBuilder.h | 36 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()
|
| /external/skia/tests/ |
| D | TriangulatingPathRendererTests.cpp | 983 static EdgeMap simplify(const EdgeMap& edges, SkPathFillType fillType) { in simplify()
|