Home
last modified time | relevance | path

Searched defs:getFillType (Results 1 – 8 of 8) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DShapeFill.java45 public Path.FillType getFillType() { in getFillType() method in ShapeFill
DGradientFill.java55 public Path.FillType getFillType() { in getFillType() method in GradientFill
/external/skia/modules/pathkit/tests/
Dpathops.spec.js97 function getFillType(str) { function
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/graphics/
DPathTest.java64 public void getFillType() { in getFillType() method in PathTest
/external/skia/include/core/
DSkPath.h230 SkPathFillType getFillType() const { return (SkPathFillType)fFillType; } in getFillType() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyPath.java187 protected Path.FillType getFillType() { in getFillType() method in ShadowLegacyPath
/external/skia/modules/canvaskit/
Dexterns.js647 getFillType: function() {}, method
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2642 getFillType(): FillType; method