Home | History | Annotate | Download | only in src

Lines Matching refs:p_x

1441   (JNIEnv* env, jclass , jlong src_nativeObj, jlong dst_nativeObj, jlong mask_nativeObj, jdouble p_x, jdouble p_y, jlong blend_nativeObj, jint flags)
1449 Point p((int)p_x, (int)p_y);