Searched refs:mFillType (Results 1 – 2 of 2) sorted by relevance
67 private FillType mFillType = FillType.WINDING; field in Path_Delegate172 return pathDelegate.mFillType.nativeInt; in nGetFillType()542 setFillType(delegate.mFillType); in set()547 mFillType = fillType; in setFillType()
636 int mFillType = 0; // WINDING(0) is the default value. See Path.FillType field in VectorDrawable_Delegate.VFullPath_Delegate660 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()