Searched refs:native_setFillType (Results 1 – 3 of 3) sorted by relevance
255 native_setFillType(mNativePath, ft.nativeInt); in setFillType()274 native_setFillType(mNativePath, ft); in toggleInverseFillType()811 private static native void native_setFillType(long nPath, int ft); in native_setFillType() method in Path
170 public static void native_setFillType(long nPath, int ft) { in native_setFillType() method in Path_Delegate
1143 Path_Delegate.native_setFillType(mRenderPath.mNativePath, fullPath.mFillType); in drawPath()