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