Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/external/skia/modules/canvaskit/tests/
H A Dcanvas2d_test.js659 fillType: 'nonzero', property
666 fillType: 'evenodd', property
673 fillType: null, property
680 fillType: null, property
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
H A DShapeFill.java17 private final Path.FillType fillType; field in ShapeFill
23 public ShapeFill(String name, boolean fillEnabled, Path.FillType fillType, in ShapeFill()
H A DGradientFill.java20 private final Path.FillType fillType; field in GradientFill
30 public GradientFill(String name, GradientType gradientType, Path.FillType fillType, in GradientFill()
/aosp_15_r20/external/skia/src/pathops/
H A 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
H A DSkOpBuilder.cpp54 SkPathFillType fillType = path->getFillType(); in FixWinding() local
H A DSkPathOpsSimplify.cpp208 SkPathFillType fillType = path.isInverseFillType() ? SkPathFillType::kInverseEvenOdd in SimplifyDebug() local
H A DSkPathOpsOp.cpp264 SkPathFillType fillType = inverseFill ? SkPathFillType::kInverseEvenOdd : in OpDebug() local
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
H A DPathBuilder.java52 public void setFillType(FillType fillType) { in setFillType()
75 private static native void nSetFillType(long mNativeInstance, int fillType); in nSetFillType()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowVectorDrawable.java67 int fillType; field in ShadowVectorDrawable.Path
130 int fillType) { in nUpdateFullPathProperties()
/aosp_15_r20/external/skia/src/gpu/graphite/compute/
H A DVelloRenderer.cpp67 vello_cpp::Fill to_fill_type(SkPathFillType fillType) { in to_fill_type()
210 const SkPathFillType fillType, in solidFill()
/aosp_15_r20/external/skia/modules/pathkit/tests/
H A 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 …]
/aosp_15_r20/frameworks/base/libs/hwui/
H A DVectorDrawable.h220 int fillType = 0; /* non-zero or kWinding_FillType in Skia */ member
286 int strokeLineCap, int strokeLineJoin, int fillType) { in updateProperties()
320 fillType, enumerator
/aosp_15_r20/external/skia/modules/svg/src/
H A DSkSVGShape.cpp23 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender() local
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
H A DShapeFillParser.java66 Path.FillType fillType = fillTypeInt == 1 ? Path.FillType.WINDING : Path.FillType.EVEN_ODD; in parse() local
H A DGradientFillParser.java44 Path.FillType fillType = Path.FillType.WINDING; in parse() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DPathTest.java492 final Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in testResetPreservesFillType() local
499 assertEquals(path.getFillType(), fillType); in testResetPreservesFillType() local
/aosp_15_r20/external/skia/modules/sksg/include/
H A DSkSGPath.h43 void setFillType(SkPathFillType fillType) { in setFillType()
/aosp_15_r20/external/skia/gm/
H A Dlargeclippedpath.cpp16 static void draw_clipped_flower(SkCanvas* canvas, SkPathFillType fillType) { in draw_clipped_flower()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowPathTest.java93 Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in copyConstructor_copiesFillType() local
/aosp_15_r20/external/skia/src/gpu/graphite/geom/
H A DShape.cpp282 SkPathFillType noninverted_fill_type(SkPathFillType fillType) { in noninverted_fill_type()
H A DShape.h84 SkPathFillType fillType() const { in fillType() function
/aosp_15_r20/external/skia/src/core/
H A DSkPath_serial.cpp165 SkPathFillType fillType = extract_filltype(packed); in readAsRRect() local
H A DSkPathPriv.h439 SkPathFillType fillType, in MakePath()
/aosp_15_r20/external/skia/fuzz/
H A DFuzzCommon.cpp41 uint8_t fillType; in FuzzNicePath() local
/aosp_15_r20/external/skia/include/core/
H A DSkPathBuilder.h36 SkPathFillType fillType() const { return fFillType; } in fillType() function

1234567891011