Searched refs:FillType (Results 1 – 19 of 19) sorted by relevance
30 final Path.FillType defaultFillType = path.getFillType(); in testResetPreservesFillType()31 final Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in testResetPreservesFillType()
84 final FillType fillType = getFillType(); in reset()208 public enum FillType { enum in Path229 FillType(int ni) { in FillType() method in Path.FillType237 static final FillType[] sFillTypeArray = {238 FillType.WINDING,239 FillType.EVEN_ODD,240 FillType.INVERSE_WINDING,241 FillType.INVERSE_EVEN_ODD250 public FillType getFillType() { in getFillType()259 public void setFillType(FillType ft) { in setFillType()[all …]
26 import android.graphics.Path.FillType;63 private FillType mFillType = FillType.WINDING;533 private void setFillType(FillType fillType) { in setFillType()543 private static int getWindingRule(FillType type) { in getWindingRule()
29 import android.graphics.Path.FillType;219 mFullPath.setFillType(FillType.WINDING); in draw()261 mCutPath.setFillType(FillType.WINDING); in draw()
97 path.setFillType(Path.FillType.EVEN_ODD); in testGetSetFillType()
131 SkPath::FillType ft = static_cast<SkPath::FillType>(properties.getFillType()); in getUpdatedPath()
245 mCornerShadowPath.setFillType(Path.FillType.EVEN_ODD); in buildShadowCorners()
305 mCornerShadowPath.setFillType(Path.FillType.EVEN_ODD); in buildShadowCorners()
292 mCornerShadowPath.setFillType(Path.FillType.EVEN_ODD); in buildShadowCorners()
505 SkPath::FillType ft = static_cast<SkPath::FillType>(ftHandle); in setFillType()
554 mArrow.setFillType(android.graphics.Path.FillType.EVEN_ODD); in drawTriangle()
1224 mRenderPath.setFillType(fullPath.mFillRule == 0 ? Path.FillType.WINDING in drawPath()1225 : Path.FillType.EVEN_ODD); in drawPath()
860 ringPath.setFillType(Path.FillType.EVEN_ODD);
78 [Landroid.graphics.Path$FillType;1006 android.graphics.Path$FillType
1321 android.graphics.Path$FillType
889 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;
13376 method public android.graphics.Path.FillType getFillType();13396 method public void setFillType(android.graphics.Path.FillType);13410 public static final class Path.FillType extends java.lang.Enum {13411 method public static android.graphics.Path.FillType valueOf(java.lang.String);13412 method public static final android.graphics.Path.FillType[] values();13413 enum_constant public static final android.graphics.Path.FillType EVEN_ODD;13414 enum_constant public static final android.graphics.Path.FillType INVERSE_EVEN_ODD;13415 enum_constant public static final android.graphics.Path.FillType INVERSE_WINDING;13416 enum_constant public static final android.graphics.Path.FillType WINDING;
14156 method public android.graphics.Path.FillType getFillType();14176 method public void setFillType(android.graphics.Path.FillType);14190 public static final class Path.FillType extends java.lang.Enum {14191 method public static android.graphics.Path.FillType valueOf(java.lang.String);14192 method public static final android.graphics.Path.FillType[] values();14193 enum_constant public static final android.graphics.Path.FillType EVEN_ODD;14194 enum_constant public static final android.graphics.Path.FillType INVERSE_EVEN_ODD;14195 enum_constant public static final android.graphics.Path.FillType INVERSE_WINDING;14196 enum_constant public static final android.graphics.Path.FillType WINDING;