Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimptoolitem.c177 gboolean old_shown; in gimp_tool_item_set_visible() local
181 old_shown = gimp_tool_item_get_shown (tool_item); in gimp_tool_item_set_visible()
187 if (gimp_tool_item_get_shown (tool_item) != old_shown) in gimp_tool_item_set_visible()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-hatch.cpp348 SPHatch *old_shown = nullptr; in _onRefChanged() local
355 old_shown = old_hatch->rootHatch(); in _onRefChanged()
356 oldhatchPaths = old_shown->hatchPaths(); in _onRefChanged()
362 if (old_shown != new_shown) { in _onRefChanged()
/dports/editors/emacs/emacs-27.2/src/
H A Dxterm.c6565 float old_top, old_shown; in x_set_toolkit_scroll_bar_thumb() local
6569 XtNshown, &old_shown, in x_set_toolkit_scroll_bar_thumb()
6593 if (top != old_top || shown != old_shown) in x_set_toolkit_scroll_bar_thumb()
6601 shown = min (shown, old_shown); in x_set_toolkit_scroll_bar_thumb()
6643 float old_top, old_shown; in x_set_toolkit_horizontal_scroll_bar_thumb() local
6647 XtNshown, &old_shown, in x_set_toolkit_horizontal_scroll_bar_thumb()
6675 if (top != old_top || shown != old_shown) in x_set_toolkit_horizontal_scroll_bar_thumb()
6683 shown = min (shown, old_shown); in x_set_toolkit_horizontal_scroll_bar_thumb()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dxterm.c7017 float old_top, old_shown; in x_set_toolkit_scroll_bar_thumb() local
7021 XtNshown, &old_shown, in x_set_toolkit_scroll_bar_thumb()
7045 if (top != old_top || shown != old_shown) in x_set_toolkit_scroll_bar_thumb()
7053 shown = min (shown, old_shown); in x_set_toolkit_scroll_bar_thumb()
7095 float old_top, old_shown; in x_set_toolkit_horizontal_scroll_bar_thumb() local
7099 XtNshown, &old_shown, in x_set_toolkit_horizontal_scroll_bar_thumb()
7127 if (top != old_top || shown != old_shown) in x_set_toolkit_horizontal_scroll_bar_thumb()
7135 shown = min (shown, old_shown); in x_set_toolkit_horizontal_scroll_bar_thumb()