Home
last modified time | relevance | path

Searched refs:lives_colRGBA64_t (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpangotext.h61 double size, lives_text_mode_t mode, lives_colRGBA64_t *fg_col,
62lives_colRGBA64_t *bg_col, boolean center, boolean rising, double top);
65 … double size, lives_text_mode_t mode, lives_colRGBA64_t *fg_col, lives_colRGBA64_t *bg_col,
68 …es_painter(LingoLayout *layout, lives_painter_t *cr, lives_text_mode_t mode, lives_colRGBA64_t *fg,
69lives_colRGBA64_t *bg, int dwidth, int dheight, double x_bg, double y_bg, double x_text, double y_…
H A Dmainwindow.h339 lives_colRGBA64_t audcol;
340 lives_colRGBA64_t vidcol;
341 lives_colRGBA64_t fxcol;
342 lives_colRGBA64_t mt_timeline_reg;
344 lives_colRGBA64_t frame_surround;
345 lives_colRGBA64_t mt_mark;
346 lives_colRGBA64_t mt_evbox;
348 lives_colRGBA64_t ce_sel;
349 lives_colRGBA64_t ce_unsel;
1814 lives_colRGBA64_t vfade_in_col, vfade_out_col;
H A Dpangotext.c165 …es_painter(LingoLayout *layout, lives_painter_t *cr, lives_text_mode_t mode, lives_colRGBA64_t *fg, in layout_to_lives_painter()
166lives_colRGBA64_t *bg, int dwidth, int dheight, double x_bg, double y_bg, double x_text, double y_… in layout_to_lives_painter()
469 … double size, lives_text_mode_t mode, lives_colRGBA64_t *fg, lives_colRGBA64_t *bg, in render_text_to_cr()
546 lives_colRGBA64_t col_white = lives_rgba_col_new(65535, 65535, 65535, 65535); in render_text_overlay()
547 lives_colRGBA64_t col_black_a = lives_rgba_col_new(0, 0, 0, SUB_OPACITY); in render_text_overlay()
571 … double size, lives_text_mode_t mode, lives_colRGBA64_t *fg_col, lives_colRGBA64_t *bg_col, in render_text_to_layer()
640 lives_colRGBA64_t col; in render_text_to_layer()
672 lives_colRGBA64_t col; in render_text_to_layer()
H A Dwidget-helper.h232 lives_colRGBA64_t lives_rgba_col_new(int red, int green, int blue, int alpha);
233 lives_colRGBA64_t *widget_color_to_lives_rgba(lives_colRGBA64_t *, LiVESWidgetColor *);
234 LiVESWidgetColor *lives_rgba_to_widget_color(LiVESWidgetColor *, lives_colRGBA64_t *);
236 lives_colRGBA64_t *lives_painter_set_source_rgb_from_lives_rgba(lives_painter_t *, lives_colRGBA64_…
244 boolean lives_rgba_equal(lives_colRGBA64_t *col1, lives_colRGBA64_t *col2);
245 lives_colRGBA64_t *lives_rgba_copy(lives_colRGBA64_t *col1, lives_colRGBA64_t *col2);
1138 …rd_color_button_new(LiVESBox *parent, const char *name, boolean use_alpha, lives_colRGBA64_t *rgba,
H A Dframedraw.h65 void draw_rect_demask(lives_colRGBA64_t *col, int x1, int y1, int x2, int y2, boolean filled);
H A Dpreferences.h1124 boolean get_colour_pref(const char *key, lives_colRGBA64_t *lcol);
1125 boolean get_theme_colour_pref(const char *key, lives_colRGBA64_t *lcol);
1141 int set_colour_pref(const char *key, lives_colRGBA64_t *lcol);
1143 void set_theme_colour_pref(const char *themefile, const char *key, lives_colRGBA64_t *lcol);
H A Dplugins.h704 void get_colRGBA32_param(void *value, lives_colRGBA64_t *rgba);
H A Dwidget-helper.c8010 lives_colRGBA64_t fg, bg, pab, pab2; in sbutt_render()
10683 …dard_color_button_new(LiVESBox * box, const char *name, boolean use_alpha, lives_colRGBA64_t *rgba, in lives_standard_color_button_new()
11090 WIDGET_HELPER_GLOBAL_INLINE lives_colRGBA64_t *lives_painter_set_source_rgb_from_lives_rgba(lives_p… in lives_painter_set_source_rgb_from_lives_rgba()
11091 lives_colRGBA64_t *col) { in lives_painter_set_source_rgb_from_lives_rgba()
11101 lives_colRGBA64_t col; in lives_painter_set_source_rgb_from_lives_widget_color()
12574 WIDGET_HELPER_GLOBAL_INLINE lives_colRGBA64_t lives_rgba_col_new(int red, int green, int blue, int … in lives_rgba_col_new()
12575 lives_colRGBA64_t lcol = {red, green, blue, alpha}; in lives_rgba_col_new()
12580 WIDGET_HELPER_GLOBAL_INLINE lives_colRGBA64_t *widget_color_to_lives_rgba(lives_colRGBA64_t *lcolor… in widget_color_to_lives_rgba()
12604 WIDGET_HELPER_GLOBAL_INLINE boolean lives_rgba_equal(lives_colRGBA64_t *col1, lives_colRGBA64_t *co… in lives_rgba_equal()
12605 return !lives_memcmp(col1, col2, sizeof(lives_colRGBA64_t)); in lives_rgba_equal()
[all …]
H A Dpreferences.c211 boolean get_colour_pref(const char *key, lives_colRGBA64_t *lcol) { in get_colour_pref()
234 boolean get_theme_colour_pref(const char *key, lives_colRGBA64_t *lcol) { in get_theme_colour_pref()
393 void set_theme_colour_pref(const char *themefile, const char *key, lives_colRGBA64_t *lcol) { in set_theme_colour_pref()
402 int set_colour_pref(const char *key, lives_colRGBA64_t *lcol) { in set_colour_pref()
413 lives_colRGBA64_t lcol; in set_palette_prefs()
1033 boolean pref_factory_color_button(lives_colRGBA64_t *pcol, LiVESColorButton *cbutton) { in pref_factory_color_button()
1035 lives_colRGBA64_t lcol; in pref_factory_color_button()
3070 lives_colRGBA64_t rgba; in create_prefs_dialog()
H A Dplugins.c3098 void get_colRGBA32_param(void *value, lives_colRGBA64_t *rgba) { in get_colRGBA32_param()
3099 lives_memcpy(rgba, value, sizeof(lives_colRGBA64_t)); in get_colRGBA32_param()
3167 lives_colRGBA64_t *rgbap = (lives_colRGBA64_t *)value; in set_colRGBA32_param()
H A Dframedraw.c293 lives_colRGBA64_t opcol; in widget_add_framedraw()
H A Dmain.h327 } lives_colRGBA64_t; typedef
H A Devents.c3669 static lives_colRGBA64_t vfade_in_col; in render_events()
3670 static lives_colRGBA64_t vfade_out_col; in render_events()
4644 lives_colRGBA64_t vfade_rgb; in render_to_clip()
6171 lives_colRGBA64_t rgba; in add_fade_elements()
H A Dparamwindow.c1516 lives_colRGBA64_t rgba; in add_param_to_box()
2563 lives_colRGBA64_t old_value; in after_param_alpha_changed()
H A Dinterface.c4587 lives_colRGBA64_t fg, bg; in exposetview()
6864 lives_colRGBA64_t fg, bg; in msg_area_scroll_to()
7254 lives_colRGBA64_t fg, bg; in reshow_msg_area()
H A Dmain.c2665 lives_colRGBA64_t lcol; in set_palette_colours()
7141 lives_colRGBA64_t col_white, col_black_a; in render_subs_from_file()
H A Dcallbacks.c1701 lives_colRGBA64_t lcol;
H A Dmultitrack.c1356 lives_colRGBA64_t col_white, col_black, *colr; in draw_block()