Searched refs:mFillType (Results 1 – 2 of 2) sorted by relevance
63 private FillType mFillType = FillType.WINDING; field in Path_Delegate166 return pathDelegate.mFillType.nativeInt; in native_getFillType()527 setFillType(delegate.mFillType); in set()532 mFillType = fillType; in setFillType()
598 int mFillType = 0; // WINDING(0) is the default value. See Path.FillType field in VectorDrawable_Delegate.VFullPath_Delegate622 mFillType = copy.mFillType; in VFullPath_Delegate()768 mFillType = fillType; in setFillType()772 return mFillType; in getFillType()1143 Path_Delegate.native_setFillType(mRenderPath.mNativePath, fullPath.mFillType); in drawPath()