Home
last modified time | relevance | path

Searched refs:FillType (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/graphics/
DPathTest.java29 final Path.FillType defaultFillType = path.getFillType(); in testResetPreservesFillType()
30 final Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in testResetPreservesFillType()
/frameworks/base/graphics/java/android/graphics/
DPath.java96 final FillType fillType = getFillType(); in reset()
220 public enum FillType { enum in Path
241 FillType(int ni) { in FillType() method in Path.FillType
249 static final FillType[] sFillTypeArray = {
250 FillType.WINDING,
251 FillType.EVEN_ODD,
252 FillType.INVERSE_WINDING,
253 FillType.INVERSE_EVEN_ODD
263 public FillType getFillType() { in getFillType()
272 public void setFillType(@NonNull FillType ft) { in setFillType()
[all …]
/frameworks/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java26 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()
/frameworks/layoutlib/bridge/src/android/view/
DRectShadowPainter.java31 import android.graphics.Path.FillType;
92 path.setFillType(FillType.EVEN_ODD); in paintShadow()
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DPathPerfTest.java98 path.setFillType(Path.FillType.EVEN_ODD); in testGetSetFillType()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DSignalDrawable.java28 import android.graphics.Path.FillType;
191 mCutoutPath.setFillType(FillType.WINDING); in draw()
DBatteryMeterDrawableBase.java30 import android.graphics.Path.FillType;
355 mShapePath.setFillType(FillType.WINDING); in draw()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DFakeShadowDrawable.java245 mCornerShadowPath.setFillType(Path.FillType.EVEN_ODD); in buildShadowCorners()
/frameworks/base/libs/hwui/
DVectorDrawable.cpp132 SkPath::FillType ft = static_cast<SkPath::FillType>(properties.getFillType()); in getUpdatedPath()
/frameworks/base/core/jni/android/graphics/
DPath.cpp505 SkPath::FillType ft = static_cast<SkPath::FillType>(ftHandle); in setFillType()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java35 import android.graphics.Path.FillType;
1148 mRenderPath.setFillType(FillType.WINDING); in drawPath()
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java1026 ringPath.setFillType(Path.FillType.EVEN_ODD);
/frameworks/base/config/
Dpreloaded-classes1226 android.graphics.Path$FillType
Dboot-image-profile.txt5886 HSPLandroid/graphics/Path$FillType;-><init>(Ljava/lang/String;II)V
5901 HSPLandroid/graphics/Path;->getFillType()Landroid/graphics/Path$FillType;
5909 HSPLandroid/graphics/Path;->setFillType(Landroid/graphics/Path$FillType;)V
33390 Landroid/graphics/Path$FillType;
Dhiddenapi-greylist-max-o.txt22476 Landroid/graphics/Path$FillType;-><init>(I)V
22477 Landroid/graphics/Path$FillType;->nativeInt:I
22522 Landroid/graphics/Path;->sFillTypeArray:[Landroid/graphics/Path$FillType;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11147 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;
/frameworks/base/api/
Dcurrent.txt14673 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;