Home
last modified time | relevance | path

Searched refs:x_expand (Results 1 – 25 of 141) sorted by relevance

123456

/dports/graphics/clutter/clutter-1.26.4/examples/
H A Dbox-layout.c60 gboolean x_expand, y_expand; in button_release_cb() local
65 "x-expand", &x_expand, in button_release_cb()
93 x_expand = !x_expand; in button_release_cb()
103 "x-expand", x_expand, in button_release_cb()
115 gboolean x_expand, y_expand; in changed_cb() local
121 "x-expand", &x_expand, in changed_cb()
127 x_expand, y_expand, in changed_cb()
H A Dgrid-layout.c81 gboolean x_expand, y_expand; in button_release_cb() local
86 "x-expand", &x_expand, in button_release_cb()
94 x_expand = !x_expand; in button_release_cb()
123 "x-expand", x_expand, in button_release_cb()
159 gboolean x_expand, y_expand; in changed_cb() local
172 "x-expand", &x_expand, in changed_cb()
188 x_expand, y_expand, in changed_cb()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/examples/
H A Dbox-layout.c60 gboolean x_expand, y_expand; in button_release_cb() local
65 "x-expand", &x_expand, in button_release_cb()
93 x_expand = !x_expand; in button_release_cb()
103 "x-expand", x_expand, in button_release_cb()
115 gboolean x_expand, y_expand; in changed_cb() local
121 "x-expand", &x_expand, in changed_cb()
127 x_expand, y_expand, in changed_cb()
H A Dgrid-layout.c81 gboolean x_expand, y_expand; in button_release_cb() local
86 "x-expand", &x_expand, in button_release_cb()
94 x_expand = !x_expand; in button_release_cb()
123 "x-expand", x_expand, in button_release_cb()
159 gboolean x_expand, y_expand; in changed_cb() local
172 "x-expand", &x_expand, in changed_cb()
188 x_expand, y_expand, in changed_cb()
/dports/graphics/clutter/clutter-1.26.4/tests/interactive/
H A Dtest-table-layout.c30 gboolean x_expand; in toggle_expand() local
36 "x-expand", &x_expand, in toggle_expand()
39 x_expand = !x_expand; in toggle_expand()
42 "x-expand", x_expand, in toggle_expand()
43 "y-expand", x_expand, in toggle_expand()
46 label = g_strdup_printf ("Expand = %d", x_expand); in toggle_expand()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/tests/interactive/
H A Dtest-table-layout.c30 gboolean x_expand; in toggle_expand() local
36 "x-expand", &x_expand, in toggle_expand()
39 x_expand = !x_expand; in toggle_expand()
42 "x-expand", x_expand, in toggle_expand()
43 "y-expand", x_expand, in toggle_expand()
46 label = g_strdup_printf ("Expand = %d", x_expand); in toggle_expand()
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/www/firefox-esr/firefox-91.8.0/media/libwebp/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libwebp/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libwebp/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libwebp/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
/dports/www/firefox/firefox-99.0/media/libwebp/src/utils/
H A Drescaler_utils.c34 rescaler->x_expand = (src_width < dst_width); in WebPRescalerInit()
47 rescaler->x_add = rescaler->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
48 rescaler->x_sub = rescaler->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
49 if (!rescaler->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()

123456