Home
last modified time | relevance | path

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

12

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DShapeFill.java17 private final Path.FillType fillType; field in ShapeFill
23 public ShapeFill(String name, boolean fillEnabled, Path.FillType fillType, in ShapeFill()
DGradientFill.java20 private final Path.FillType fillType; field in GradientFill
30 public GradientFill(String name, GradientType gradientType, Path.FillType fillType, in GradientFill()
/external/skia/modules/svg/src/
DSkSVGShape.cpp23 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DShapeFillParser.java66 Path.FillType fillType = fillTypeInt == 1 ? Path.FillType.WINDING : Path.FillType.EVEN_ODD; in parse() local
DGradientFillParser.java44 Path.FillType fillType = Path.FillType.WINDING; in parse() local
/external/skia/modules/sksg/include/
DSkSGPath.h43 void setFillType(SkPathFillType fillType) { in setFillType()
/external/skia/src/pathops/
DSkPathOpsAsWinding.cpp357 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
DSkOpBuilder.cpp54 SkPathFillType fillType = path->getFillType(); in FixWinding() local
DSkPathOpsSimplify.cpp208 SkPathFillType fillType = path.isInverseFillType() ? SkPathFillType::kInverseEvenOdd in SimplifyDebug() local
DSkPathOpsOp.cpp264 SkPathFillType fillType = inverseFill ? SkPathFillType::kInverseEvenOdd : in OpDebug() local
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
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.java67 int fillType; field in ShadowVectorDrawable.Path
130 int fillType) { in nUpdateFullPathProperties()
DShadowNativeVectorDrawable.java116 int fillType) { in nUpdateFullPathProperties()
/external/skia/modules/canvaskit/tests/
Dcanvas2d_test.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.java93 Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in copyConstructor_copiesFillType() local
/external/skia/src/gpu/graphite/compute/
DVelloRenderer.cpp67 vello_cpp::Fill to_fill_type(SkPathFillType fillType) { in to_fill_type()
210 const SkPathFillType fillType, in solidFill()
/external/skia/src/gpu/graphite/geom/
DShape.cpp282 SkPathFillType noninverted_fill_type(SkPathFillType fillType) { in noninverted_fill_type()
DShape.h84 SkPathFillType fillType() const { in fillType() function
/external/skia/src/core/
DSkPath_serial.cpp165 SkPathFillType fillType = extract_filltype(packed); in readAsRRect() local
DSkPathPriv.h439 SkPathFillType fillType, in MakePath()
/external/skia/fuzz/
DFuzzCommon.cpp41 uint8_t fillType; in FuzzNicePath() local
/external/skia/include/core/
DSkPathBuilder.h36 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