Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrPath.h39 GrPathRendering::FillType getFillType() const { return fFillType; } in getFillType() function
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DShapeFill.java43 public Path.FillType getFillType() { in getFillType() method in ShapeFill
DGradientFill.java53 public Path.FillType getFillType() { in getFillType() method in GradientFill
/external/skia/modules/pathkit/tests/
Dpathops.spec.js97 function getFillType(str) { function
/external/skqp/modules/pathkit/tests/
Dpathops.spec.js108 function getFillType(str) { function
/external/skqp/include/core/
DSkPath.h185 FillType getFillType() const { return (FillType)fFillType; } in getFillType() function
/external/skia/include/core/
DSkPath.h203 SkPathFillType getFillType() const { return (SkPathFillType)fFillType; } in getFillType() function
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java246 protected Path.FillType getFillType() { in getFillType() method in ShadowPath
/external/skqp/experimental/canvaskit/
Dexterns.js193 getFillType: function() {}, method
/external/skia/modules/canvaskit/
Dexterns.js533 getFillType: function() {}, method
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2285 getFillType(): FillType; method