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