Ejemplo n.º 1
0
 static void n_VDraw_Lcom_radaee_view_VThread_Lcom_radaee_pdf_BMP_II(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1, int p2, int p3)
 {
     global::Com.Radaee.View.VPage   __this = global::Java.Lang.Object.GetObject <global::Com.Radaee.View.VPage> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Radaee.View.VThread p0     = global::Java.Lang.Object.GetObject <global::Com.Radaee.View.VThread> (native_p0, JniHandleOwnership.DoNotTransfer);
     global::Com.Radaee.Pdf.BMP      p1     = global::Java.Lang.Object.GetObject <global::Com.Radaee.Pdf.BMP> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.VDraw(p0, p1, p2, p3);
 }
Ejemplo n.º 2
0
        protected virtual void VZoomConfirmed(global::Com.Radaee.View.VThread p0, int p1, int p2, int p3, int p4)
        {
            if (id_vZoomConfirmed_Lcom_radaee_view_VThread_IIII == IntPtr.Zero)
            {
                id_vZoomConfirmed_Lcom_radaee_view_VThread_IIII = JNIEnv.GetMethodID(class_ref, "vZoomConfirmed", "(Lcom/radaee/view/VThread;IIII)V");
            }

            if (GetType() == ThresholdType)
            {
                JNIEnv.CallVoidMethod(Handle, id_vZoomConfirmed_Lcom_radaee_view_VThread_IIII, new JValue(p0), new JValue(p1), new JValue(p2), new JValue(p3), new JValue(p4));
            }
            else
            {
                JNIEnv.CallNonvirtualVoidMethod(Handle, ThresholdClass, JNIEnv.GetMethodID(ThresholdClass, "vZoomConfirmed", "(Lcom/radaee/view/VThread;IIII)V"), new JValue(p0), new JValue(p1), new JValue(p2), new JValue(p3), new JValue(p4));
            }
        }
Ejemplo n.º 3
0
        protected virtual void VLayout(global::Com.Radaee.View.VThread p0, int p1, int p2, float p3, bool p4)
        {
            if (id_vLayout_Lcom_radaee_view_VThread_IIFZ == IntPtr.Zero)
            {
                id_vLayout_Lcom_radaee_view_VThread_IIFZ = JNIEnv.GetMethodID(class_ref, "vLayout", "(Lcom/radaee/view/VThread;IIFZ)V");
            }

            if (GetType() == ThresholdType)
            {
                JNIEnv.CallVoidMethod(Handle, id_vLayout_Lcom_radaee_view_VThread_IIFZ, new JValue(p0), new JValue(p1), new JValue(p2), new JValue(p3), new JValue(p4));
            }
            else
            {
                JNIEnv.CallNonvirtualVoidMethod(Handle, ThresholdClass, JNIEnv.GetMethodID(ThresholdClass, "vLayout", "(Lcom/radaee/view/VThread;IIFZ)V"), new JValue(p0), new JValue(p1), new JValue(p2), new JValue(p3), new JValue(p4));
            }
        }
Ejemplo n.º 4
0
        protected virtual void VEndPage(global::Com.Radaee.View.VThread p0)
        {
            if (id_vEndPage_Lcom_radaee_view_VThread_ == IntPtr.Zero)
            {
                id_vEndPage_Lcom_radaee_view_VThread_ = JNIEnv.GetMethodID(class_ref, "vEndPage", "(Lcom/radaee/view/VThread;)V");
            }

            if (GetType() == ThresholdType)
            {
                JNIEnv.CallVoidMethod(Handle, id_vEndPage_Lcom_radaee_view_VThread_, new JValue(p0));
            }
            else
            {
                JNIEnv.CallNonvirtualVoidMethod(Handle, ThresholdClass, JNIEnv.GetMethodID(ThresholdClass, "vEndPage", "(Lcom/radaee/view/VThread;)V"), new JValue(p0));
            }
        }
Ejemplo n.º 5
0
        protected virtual void VDraw(global::Com.Radaee.View.VThread p0, global::Com.Radaee.Pdf.BMP p1, int p2, int p3)
        {
            if (id_vDraw_Lcom_radaee_view_VThread_Lcom_radaee_pdf_BMP_II == IntPtr.Zero)
            {
                id_vDraw_Lcom_radaee_view_VThread_Lcom_radaee_pdf_BMP_II = JNIEnv.GetMethodID(class_ref, "vDraw", "(Lcom/radaee/view/VThread;Lcom/radaee/pdf/BMP;II)V");
            }

            if (GetType() == ThresholdType)
            {
                JNIEnv.CallVoidMethod(Handle, id_vDraw_Lcom_radaee_view_VThread_Lcom_radaee_pdf_BMP_II, new JValue(p0), new JValue(p1), new JValue(p2), new JValue(p3));
            }
            else
            {
                JNIEnv.CallNonvirtualVoidMethod(Handle, ThresholdClass, JNIEnv.GetMethodID(ThresholdClass, "vDraw", "(Lcom/radaee/view/VThread;Lcom/radaee/pdf/BMP;II)V"), new JValue(p0), new JValue(p1), new JValue(p2), new JValue(p3));
            }
        }
 static void n_End_render_Lcom_radaee_view_VCache_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Radaee.View.VThread __this = global::Java.Lang.Object.GetObject <global::Com.Radaee.View.VThread> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Radaee.View.VCache  p0     = global::Java.Lang.Object.GetObject <global::Com.Radaee.View.VCache> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.End_render(p0);
 }
 static void n_Start_find_Lcom_radaee_view_VFinder_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Radaee.View.VThread __this = global::Java.Lang.Object.GetObject <global::Com.Radaee.View.VThread> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Radaee.View.VFinder p0     = global::Java.Lang.Object.GetObject <global::Com.Radaee.View.VFinder> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Start_find(p0);
 }
Ejemplo n.º 8
0
 static void n_VZoomConfirmed_Lcom_radaee_view_VThread_IIII(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1, int p2, int p3, int p4)
 {
     global::Com.Radaee.View.VPage   __this = global::Java.Lang.Object.GetObject <global::Com.Radaee.View.VPage> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Radaee.View.VThread p0     = global::Java.Lang.Object.GetObject <global::Com.Radaee.View.VThread> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.VZoomConfirmed(p0, p1, p2, p3, p4);
 }
Ejemplo n.º 9
0
 static void n_VLayout_Lcom_radaee_view_VThread_IIFZ(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1, int p2, float p3, bool p4)
 {
     global::Com.Radaee.View.VPage   __this = global::Java.Lang.Object.GetObject <global::Com.Radaee.View.VPage> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Radaee.View.VThread p0     = global::Java.Lang.Object.GetObject <global::Com.Radaee.View.VThread> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.VLayout(p0, p1, p2, p3, p4);
 }
Ejemplo n.º 10
0
 static void n_VEndPage_Lcom_radaee_view_VThread_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Radaee.View.VPage   __this = global::Java.Lang.Object.GetObject <global::Com.Radaee.View.VPage> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Radaee.View.VThread p0     = global::Java.Lang.Object.GetObject <global::Com.Radaee.View.VThread> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.VEndPage(p0);
 }