Home
last modified time | relevance | path

Searched refs:nSetStrokeWidth (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPaint.java941 nSetStrokeWidth(mNativePaint, width); in setStrokeWidth()
944 private native void nSetStrokeWidth(long paintPtr, float width); in nSetStrokeWidth() method in Paint
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1699 nSetStrokeWidth(mNativePtr, strokeWidth); in setStrokeWidth()
1855 private static native void nSetStrokeWidth(long pathPtr, float width); in nSetStrokeWidth() method in VectorDrawable
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java409 /*package*/ static void nSetStrokeWidth(Paint thisPaint, long nativePaint, float width) { in nSetStrokeWidth() method in Paint_Delegate
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java399 static void nSetStrokeWidth(long pathPtr, float width) { in nSetStrokeWidth() method in VectorDrawable_Delegate