X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmaskengine.h;h=1b63a7648a3a0582e38f209a89e82a62863d3998;hb=2ba7e9962ea989863e152373e96a09b00a0b4eb8;hp=340d923c851db18f546feb9352ef2176e1e340ba;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/maskengine.h b/cinelerra-5.1/cinelerra/maskengine.h index 340d923c..1b63a764 100644 --- a/cinelerra-5.1/cinelerra/maskengine.h +++ b/cinelerra-5.1/cinelerra/maskengine.h @@ -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; };