/aosp_15_r20/external/skia/modules/canvaskit/tests/ |
H A D | canvas2d_test.js | 659 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 D | ShapeFill.java | 17 private final Path.FillType fillType; field in ShapeFill 23 public ShapeFill(String name, boolean fillEnabled, Path.FillType fillType, in ShapeFill()
|
H A D | GradientFill.java | 20 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 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
|
H A D | SkOpBuilder.cpp | 54 SkPathFillType fillType = path->getFillType(); in FixWinding() local
|
H A D | SkPathOpsSimplify.cpp | 208 SkPathFillType fillType = path.isInverseFillType() ? SkPathFillType::kInverseEvenOdd in SimplifyDebug() local
|
H A D | SkPathOpsOp.cpp | 264 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 D | PathBuilder.java | 52 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 D | ShadowVectorDrawable.java | 67 int fillType; field in ShadowVectorDrawable.Path 130 int fillType) { in nUpdateFullPathProperties()
|
/aosp_15_r20/external/skia/src/gpu/graphite/compute/ |
H A D | VelloRenderer.cpp | 67 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 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 …]
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | VectorDrawable.h | 220 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 D | SkSVGShape.cpp | 23 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 D | ShapeFillParser.java | 66 Path.FillType fillType = fillTypeInt == 1 ? Path.FillType.WINDING : Path.FillType.EVEN_ODD; in parse() local
|
H A D | GradientFillParser.java | 44 Path.FillType fillType = Path.FillType.WINDING; in parse() local
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/ |
H A D | PathTest.java | 492 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 D | SkSGPath.h | 43 void setFillType(SkPathFillType fillType) { in setFillType()
|
/aosp_15_r20/external/skia/gm/ |
H A D | largeclippedpath.cpp | 16 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 D | ShadowPathTest.java | 93 Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in copyConstructor_copiesFillType() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/geom/ |
H A D | Shape.cpp | 282 SkPathFillType noninverted_fill_type(SkPathFillType fillType) { in noninverted_fill_type()
|
H A D | Shape.h | 84 SkPathFillType fillType() const { in fillType() function
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkPath_serial.cpp | 165 SkPathFillType fillType = extract_filltype(packed); in readAsRRect() local
|
H A D | SkPathPriv.h | 439 SkPathFillType fillType, in MakePath()
|
/aosp_15_r20/external/skia/fuzz/ |
H A D | FuzzCommon.cpp | 41 uint8_t fillType; in FuzzNicePath() local
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkPathBuilder.h | 36 SkPathFillType fillType() const { return fFillType; } in fillType() function
|