Searched refs:nGetStrokeWidth (Results 1 – 4 of 4) sorted by relevance
927 return nGetStrokeWidth(mNativePaint); in getStrokeWidth()930 private native float nGetStrokeWidth(long paintPtr); in nGetStrokeWidth() method in Paint
1693 return isTreeValid() ? nGetStrokeWidth(mNativePtr) : 0; in getStrokeWidth()1854 private static native float nGetStrokeWidth(long pathPtr); in nGetStrokeWidth() method in VectorDrawable
398 /*package*/ static float nGetStrokeWidth(Paint thisPaint, long nativePaint) { in nGetStrokeWidth() method in Paint_Delegate
393 static float nGetStrokeWidth(long pathPtr) { in nGetStrokeWidth() method in VectorDrawable_Delegate