Home
last modified time | relevance | path

Searched refs:mFillType (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java67 private FillType mFillType = FillType.WINDING; field in Path_Delegate
172 return pathDelegate.mFillType.nativeInt; in nGetFillType()
542 setFillType(delegate.mFillType); in set()
547 mFillType = fillType; in setFillType()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java636 int mFillType = 0; // WINDING(0) is the default value. See Path.FillType field in VectorDrawable_Delegate.VFullPath_Delegate
660 mFillType = copy.mFillType; in VFullPath_Delegate()
806 mFillType = fillType; in setFillType()
810 return mFillType; in getFillType()
1203 Path_Delegate.nSetFillType(mRenderPath.mNativePath, fullPath.mFillType); in drawPath()