Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssanimatedstyle.c259 GtkCssValue *durations, *delays, *timing_functions; in gtk_css_animated_style_create_css_transitions() local
266timing_functions = gtk_css_style_get_value (base_style, GTK_CSS_PROPERTY_TRANSITION_TIMING_FUNCTIO… in gtk_css_animated_style_create_css_transitions()
306 _gtk_css_array_value_get_nth (timing_functions, i), in gtk_css_animated_style_create_css_transitions()
342 GtkCssValue *durations, *delays, *timing_functions, *animation_names; in gtk_css_animated_style_create_css_animations() local
349timing_functions = gtk_css_style_get_value (base_style, GTK_CSS_PROPERTY_ANIMATION_TIMING_FUNCTION… in gtk_css_animated_style_create_css_animations()
391 _gtk_css_array_value_get_nth (timing_functions, i), in gtk_css_animated_style_create_css_animations()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssanimatedstyle.c670 GtkCssValue *durations, *delays, *timing_functions; in gtk_css_animated_style_create_css_transitions() local
676 timing_functions = base_style->transition->transition_timing_function; in gtk_css_animated_style_create_css_transitions()
728 _gtk_css_array_value_get_nth (timing_functions, i), in gtk_css_animated_style_create_css_transitions()
770 GtkCssValue *durations, *delays, *timing_functions, *animation_names; in gtk_css_animated_style_create_css_animations() local
787 timing_functions = base_style->animation->animation_timing_function; in gtk_css_animated_style_create_css_animations()
834 _gtk_css_array_value_get_nth (timing_functions, i), in gtk_css_animated_style_create_css_animations()
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/
H A Dcsscomplete.vim119 …let timing_functions = ["cubic-bezier(", "steps(", "linear", "ease", "ease-in", "ease-in-out", "ea…
132 …let values = timing_functions + ["normal", "reverse", "alternate", "alternate-reverse"] + ["none",…
148 let values = timing_functions
517 let values = timing_functions
519 let values = ["all", "none"] + s:values + timing_functions
/dports/editors/vim/vim-8.2.3745/runtime/autoload/
H A Dcsscomplete.vim119 …let timing_functions = ["cubic-bezier(", "steps(", "linear", "ease", "ease-in", "ease-in-out", "ea…
132 …let values = timing_functions + ["normal", "reverse", "alternate", "alternate-reverse"] + ["none",…
148 let values = timing_functions
517 let values = timing_functions
519 let values = ["all", "none"] + s:values + timing_functions