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.java63 private FillType mFillType = FillType.WINDING; field in Path_Delegate
168 return pathDelegate.mFillType.nativeInt; in nGetFillType()
532 setFillType(delegate.mFillType); in set()
537 mFillType = fillType; in setFillType()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java624 int mFillType = 0; // WINDING(0) is the default value. See Path.FillType field in VectorDrawable_Delegate.VFullPath_Delegate
648 mFillType = copy.mFillType; in VFullPath_Delegate()
794 mFillType = fillType; in setFillType()
798 return mFillType; in getFillType()
1179 Path_Delegate.nSetFillType(mRenderPath.mNativePath, fullPath.mFillType); in drawPath()