Home
last modified time | relevance | path

Searched refs:sp_alpha (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/flash/filters/
H A DGlowFilter_as.cpp117 float sp_alpha = toNumber(fn.arg(0), getVM(fn)); in glowfilter_alpha() local
118 ptr->m_alpha = sp_alpha; in glowfilter_alpha()
H A DDropShadowFilter_as.cpp127 double sp_alpha = toNumber(fn.arg(0), getVM(fn)); in dropshadowfilter_alpha() local
128 ptr->m_alpha = sp_alpha; in dropshadowfilter_alpha()
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/scripts/bert/data/
H A Dcreate_pretraining_data.py533 alpha=args.sp_alpha, lower=not args.cased)
/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.c10538 …LiVESWidget *sp_alpha = (LiVESWidget *)lives_widget_object_get_data(LIVES_WIDGET_OBJECT(button), S… in on_pwcolselx() local
10560 if (sp_alpha) { in on_pwcolselx()
10566 lives_spin_button_set_value(LIVES_SPIN_BUTTON(sp_alpha), (double)a); in on_pwcolselx()
10580 …LiVESWidget *sp_alpha = (LiVESWidget *)lives_widget_object_get_data(LIVES_WIDGET_OBJECT(cbutton), … in after_param_red_changedx() local
10592 if (sp_alpha) { in after_param_red_changedx()
10593 int old_alpha = lives_spin_button_get_value_as_int(LIVES_SPIN_BUTTON(sp_alpha)); in after_param_red_changedx()
10608 …LiVESWidget *sp_alpha = (LiVESWidget *)lives_widget_object_get_data(LIVES_WIDGET_OBJECT(cbutton), … in after_param_green_changedx() local
10620 if (sp_alpha) { in after_param_green_changedx()
10621 int old_alpha = lives_spin_button_get_value_as_int(LIVES_SPIN_BUTTON(sp_alpha)); in after_param_green_changedx()
10648 if (sp_alpha) { in after_param_blue_changedx()
[all …]