Searched refs:nSetFillType (Results 1 – 3 of 3) sorted by relevance
260 nSetFillType(mNativePath, ft.nativeInt); in setFillType()279 nSetFillType(mNativePath, ft); in toggleInverseFillType()879 private static native void nSetFillType(long nPath, int ft); in nSetFillType() method in Path
172 public static void nSetFillType(long nPath, int ft) { in nSetFillType() method in Path_Delegate
1179 Path_Delegate.nSetFillType(mRenderPath.mNativePath, fullPath.mFillType); in drawPath()