Searched refs:nSetStrokeWidth (Results 1 – 4 of 4) sorted by relevance
1135 nSetStrokeWidth(mNativePaint, width); in setStrokeWidth()3154 private static native void nSetStrokeWidth(long paintPtr, float width); in nSetStrokeWidth() method in Paint
2182 nSetStrokeWidth(mNativePtr, strokeWidth); in setStrokeWidth()2379 private static native void nSetStrokeWidth(long pathPtr, float width); in nSetStrokeWidth() method in VectorDrawable
422 /*package*/ static void nSetStrokeWidth(long nativePaint, float width) { in nSetStrokeWidth() method in Paint_Delegate
423 static void nSetStrokeWidth(long pathPtr, float width) { in nSetStrokeWidth() method in VectorDrawable_Delegate