Home
last modified time | relevance | path

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

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