Home
last modified time | relevance | path

Searched refs:native_setFillType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPath.java255 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
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java170 public static void native_setFillType(long nPath, int ft) { in native_setFillType() method in Path_Delegate
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1143 Path_Delegate.native_setFillType(mRenderPath.mNativePath, fullPath.mFillType); in drawPath()