Searched refs:FillType (Results 1 – 16 of 16) sorted by relevance
29 final Path.FillType defaultFillType = path.getFillType(); in testResetPreservesFillType()30 final Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in testResetPreservesFillType()
97 final FillType fillType = getFillType(); in reset()227 public enum FillType { enum in Path248 FillType(int ni) { in FillType() method in Path.FillType256 static final FillType[] sFillTypeArray = {257 FillType.WINDING,258 FillType.EVEN_ODD,259 FillType.INVERSE_WINDING,260 FillType.INVERSE_EVEN_ODD270 public FillType getFillType() { in getFillType()279 public void setFillType(@NonNull FillType ft) { in setFillType()[all …]
31 import android.graphics.Path.FillType;92 path.setFillType(FillType.EVEN_ODD); in paintShadow()
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()
98 path.setFillType(Path.FillType.EVEN_ODD); in testGetSetFillType()
29 import android.graphics.Path.FillType;200 mCutoutPath.setFillType(FillType.WINDING); in draw()
30 import android.graphics.Path.FillType;355 mShapePath.setFillType(FillType.WINDING); in draw()
35 import android.graphics.Path.FillType;1148 mRenderPath.setFillType(FillType.WINDING); in drawPath()
1041 ringPath.setFillType(Path.FillType.EVEN_ODD);
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;
1922 android.graphics.Path$FillType
6896 HSPLandroid/graphics/Path;->getFillType()Landroid/graphics/Path$FillType;6909 HSPLandroid/graphics/Path;->setFillType(Landroid/graphics/Path$FillType;)V24860 Landroid/graphics/Path$FillType;36390 [Landroid/graphics/Path$FillType;
15789 method @NonNull public android.graphics.Path.FillType getFillType();15809 method public void setFillType(@NonNull android.graphics.Path.FillType);15821 public enum Path.FillType {15822 enum_constant public static final android.graphics.Path.FillType EVEN_ODD;15823 enum_constant public static final android.graphics.Path.FillType INVERSE_EVEN_ODD;15824 enum_constant public static final android.graphics.Path.FillType INVERSE_WINDING;15825 enum_constant public static final android.graphics.Path.FillType WINDING;
1921 android.graphics.Path$FillType
6894 HSPLandroid/graphics/Path;->getFillType()Landroid/graphics/Path$FillType;6907 HSPLandroid/graphics/Path;->setFillType(Landroid/graphics/Path$FillType;)V34497 Landroid/graphics/Path$FillType;48569 [Landroid/graphics/Path$FillType;
21053 Landroid/graphics/Path$FillType;->nativeInt:I21097 Landroid/graphics/Path;->sFillTypeArray:[Landroid/graphics/Path$FillType;