Searched refs:nSetStrokeCap (Results 1 – 2 of 2) sorted by relevance
979 nSetStrokeCap(mNativePaint, cap.nativeInt); in setStrokeCap()2815 private static native void nSetStrokeCap(long paintPtr, int cap); in nSetStrokeCap() method in Paint
742 /*package*/ static void nSetStrokeCap(long native_object, int cap) { in nSetStrokeCap() method in Paint_Delegate