Home | History | Annotate | Download | only in drawable

Lines Matching defs:mFillType

624         int mFillType = 0; // WINDING(0) is the default value. See Path.FillType
648 mFillType = copy.mFillType;
794 mFillType = fillType;
798 return mFillType;
1179 Path_Delegate.nSetFillType(mRenderPath.mNativePath, fullPath.mFillType);