rework keyframe hide popup, keyframe auto render, textbox set_selection wide text
[goodguy/history.git] / cinelerra-5.1 / cinelerra / maskengine.h
index 340d923c851db18f546feb9352ef2176e1e340ba..1b63a7648a3a0582e38f209a89e82a62863d3998 100644 (file)
@@ -59,28 +59,16 @@ public:
 
        void process_package(LoadPackage *package);
        void draw_line_clamped(VFrame *frame, 
-               int &x1, 
-               int &y1, 
-               int x2, 
-               int y2, 
-               unsigned char value);
-       void do_feather(VFrame *output,
-               VFrame *input, 
-               double feather, 
-               int start_y, 
-               int end_y, 
-               int start_x, 
-               int end_x);
-       void blur_strip(double *val_p, 
-               double *val_m, 
-               double *dst, 
-               double *src, 
-               int size,
-               int max);
-
-    double n_p[5], n_m[5];
-    double d_p[5], d_m[5];
-    double bd_p[5], bd_m[5];
+               int x1, int y1, int x2, int y2, unsigned char value);
+       void do_feather(VFrame *output, VFrame *input, 
+               double feather, int start_y, int end_y, int start_x, int end_x);
+       void blur_strip(double *val_p, double *val_m, 
+               double *dst, double *src, int size, int max);
+
+       double n_p[5], n_m[5];
+       double d_p[5], d_m[5];
+       double bd_p[5], bd_m[5];
+
        MaskEngine *engine;
        VFrame *temp;
 };