Searched refs:native_join (Results 1 – 2 of 2) sorted by relevance
63 static void Paint_SetStrokeJoin(JNIEnv* env, jobject, jlong native_paint, jint native_join) { in Paint_SetStrokeJoin() argument65 switch (native_join) in Paint_SetStrokeJoin()
113 private static native void nSetStrokeJoin(long nativeInstance, int native_join); in nSetStrokeJoin() argument