예제 #1
0
 static extern void gimp_pixel_rgn_init(ref GimpPixelRgn pr,
                                        IntPtr drawable,
                                        int x,
                                        int y,
                                        int width,
                                        int height,
                                        bool dirty,
                                        bool shadow);
예제 #2
0
 static extern void  gimp_pixel_rgn_set_col(ref GimpPixelRgn pr,
                                            byte[] buf,
                                            int x,
                                            int y,
                                            int height);
예제 #3
0
 static extern void  gimp_pixel_rgn_set_row(ref GimpPixelRgn pr,
                                            byte[] buf,
                                            int x,
                                            int y,
                                            int width);
예제 #4
0
 static extern void gimp_pixel_rgn_get_rect(ref GimpPixelRgn pr,
                                            byte[] buf,
                                            int x,
                                            int y,
                                            int width,
                                            int height);
예제 #5
0
 static extern void gimp_pixel_rgn_set_pixel(ref GimpPixelRgn pr,
                                             byte[] buf,
                                             int x,
                                             int y);
예제 #6
0
 static extern IntPtr gimp_pixel_rgns_register(int nrgns,
                                               ref GimpPixelRgn pr1,
                                               ref GimpPixelRgn pr2,
                                               ref GimpPixelRgn pr3);
예제 #7
0
        static extern void gimp_pixel_rgn_set_row(ref GimpPixelRgn pr,
					       byte[] buf,
					       int x,
					       int y,
					       int width);
예제 #8
0
        static extern void gimp_pixel_rgn_set_pixel(ref GimpPixelRgn  pr,
						byte[] buf,
						int    x,
						int    y);
예제 #9
0
        static extern void gimp_pixel_rgn_set_rect(ref GimpPixelRgn pr,
					       byte[] buf,
					       int x,
					       int y,
					       int width,
					       int height);
예제 #10
0
        static extern void gimp_pixel_rgn_init(ref GimpPixelRgn pr,
					    IntPtr drawable,
					    int x,
					    int y,
					    int width,
					    int height,
					    bool dirty,
					    bool shadow);
예제 #11
0
        static extern void gimp_pixel_rgn_get_col(ref GimpPixelRgn pr,
					       byte[] buf,
					       int x,
					       int y,
					       int height);
예제 #12
0
        static extern IntPtr gimp_pixel_rgns_register(int nrgns, 
						   ref GimpPixelRgn pr1,
						   ref GimpPixelRgn pr2,
						   ref GimpPixelRgn pr3);
예제 #13
0
 extern static void gimp_drawable_preview_draw_region(IntPtr preview,
                                                      ref GimpPixelRgn region);
예제 #14
0
 static extern void gimp_drawable_preview_draw_region(IntPtr preview,
     ref GimpPixelRgn region);