Searched refs:FillType (Results 1 – 17 of 17) sorted by relevance
29 final Path.FillType defaultFillType = path.getFillType(); in testResetPreservesFillType()30 final Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in testResetPreservesFillType()
96 final FillType fillType = getFillType(); in reset()220 public enum FillType { enum in Path241 FillType(int ni) { in FillType() method in Path.FillType249 static final FillType[] sFillTypeArray = {250 FillType.WINDING,251 FillType.EVEN_ODD,252 FillType.INVERSE_WINDING,253 FillType.INVERSE_EVEN_ODD263 public FillType getFillType() { in getFillType()272 public void setFillType(@NonNull FillType ft) { in setFillType()[all …]
26 import android.graphics.Path.FillType;67 private FillType mFillType = FillType.WINDING;546 private void setFillType(FillType fillType) { in setFillType()556 private static int getWindingRule(FillType type) { in getWindingRule()
31 import android.graphics.Path.FillType;92 path.setFillType(FillType.EVEN_ODD); in paintShadow()
98 path.setFillType(Path.FillType.EVEN_ODD); in testGetSetFillType()
28 import android.graphics.Path.FillType;191 mCutoutPath.setFillType(FillType.WINDING); in draw()
30 import android.graphics.Path.FillType;355 mShapePath.setFillType(FillType.WINDING); in draw()
245 mCornerShadowPath.setFillType(Path.FillType.EVEN_ODD); in buildShadowCorners()
132 SkPath::FillType ft = static_cast<SkPath::FillType>(properties.getFillType()); in getUpdatedPath()
505 SkPath::FillType ft = static_cast<SkPath::FillType>(ftHandle); in setFillType()
35 import android.graphics.Path.FillType;1148 mRenderPath.setFillType(FillType.WINDING); in drawPath()
1026 ringPath.setFillType(Path.FillType.EVEN_ODD);
1226 android.graphics.Path$FillType
5886 HSPLandroid/graphics/Path$FillType;-><init>(Ljava/lang/String;II)V5901 HSPLandroid/graphics/Path;->getFillType()Landroid/graphics/Path$FillType;5909 HSPLandroid/graphics/Path;->setFillType(Landroid/graphics/Path$FillType;)V33390 Landroid/graphics/Path$FillType;
22476 Landroid/graphics/Path$FillType;-><init>(I)V22477 Landroid/graphics/Path$FillType;->nativeInt:I22522 Landroid/graphics/Path;->sFillTypeArray:[Landroid/graphics/Path$FillType;
11147 method public android.graphics.Path.FillType getFillType();11167 method public void setFillType(android.graphics.Path.FillType);11181 public static final class Path.FillType extends java.lang.Enum {11182 method public static android.graphics.Path.FillType valueOf(java.lang.String);11183 method public static final android.graphics.Path.FillType[] values();11184 enum_constant public static final android.graphics.Path.FillType EVEN_ODD;11185 enum_constant public static final android.graphics.Path.FillType INVERSE_EVEN_ODD;11186 enum_constant public static final android.graphics.Path.FillType INVERSE_WINDING;11187 enum_constant public static final android.graphics.Path.FillType WINDING;
14673 method @NonNull public android.graphics.Path.FillType getFillType();14693 method public void setFillType(@NonNull android.graphics.Path.FillType);14705 public enum Path.FillType {14706 enum_constant public static final android.graphics.Path.FillType EVEN_ODD;14707 enum_constant public static final android.graphics.Path.FillType INVERSE_EVEN_ODD;14708 enum_constant public static final android.graphics.Path.FillType INVERSE_WINDING;14709 enum_constant public static final android.graphics.Path.FillType WINDING;