From: Søren Sandmann Pedersen Date: Sat, 3 Sep 2016 19:09:12 +0000 (-0400) Subject: Revert "demos/scale: Added pulldown to choose PIXMAN_FILTER_* value" X-Git-Tag: pixman-0.36.0~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85467ec308f8621a5410c007491797b7b1847601;p=platform%2Fupstream%2Fpixman.git Revert "demos/scale: Added pulldown to choose PIXMAN_FILTER_* value" This reverts commit 375f5ec5c5d2a6cc3586f57e36fdf08a3d0ac4e4. This patch was accidentally pushed. --- diff --git a/demos/scale.c b/demos/scale.c index 0c6b533..0995ad0 100644 --- a/demos/scale.c +++ b/demos/scale.c @@ -127,13 +127,6 @@ typedef struct int value; } named_int_t; -static const named_int_t filter_types[] = -{ - { "Separable", PIXMAN_FILTER_SEPARABLE_CONVOLUTION }, - { "Nearest", PIXMAN_FILTER_NEAREST }, - { "Bilinear", PIXMAN_FILTER_BILINEAR }, -}; - static const named_int_t filters[] = { { "Box", PIXMAN_KERNEL_BOX }, @@ -256,29 +249,18 @@ rescale (GtkWidget *may_be_null, app_t *app) pixman_transform_from_pixman_f_transform (&transform, &ftransform); pixman_image_set_transform (app->original, &transform); - if (get_value (app, filter_types, "filter_combo_box") == - PIXMAN_FILTER_SEPARABLE_CONVOLUTION) - { - params = pixman_filter_create_separable_convolution ( - &n_params, - sx * 65536.0 + 0.5, - sy * 65536.0 + 0.5, - get_value (app, filters, "reconstruct_x_combo_box"), - get_value (app, filters, "reconstruct_y_combo_box"), - get_value (app, filters, "sample_x_combo_box"), - get_value (app, filters, "sample_y_combo_box"), - gtk_adjustment_get_value (app->subsample_adjustment), - gtk_adjustment_get_value (app->subsample_adjustment)); - } - else - { - params = 0; - n_params = 0; - } + params = pixman_filter_create_separable_convolution ( + &n_params, + sx * 65536.0 + 0.5, + sy * 65536.0 + 0.5, + get_value (app, filters, "reconstruct_x_combo_box"), + get_value (app, filters, "reconstruct_y_combo_box"), + get_value (app, filters, "sample_x_combo_box"), + get_value (app, filters, "sample_y_combo_box"), + gtk_adjustment_get_value (app->subsample_adjustment), + gtk_adjustment_get_value (app->subsample_adjustment)); - pixman_image_set_filter (app->original, - get_value (app, filter_types, "filter_combo_box"), - params, n_params); + pixman_image_set_filter (app->original, PIXMAN_FILTER_SEPARABLE_CONVOLUTION, params, n_params); pixman_image_set_repeat ( app->original, get_value (app, repeats, "repeat_combo_box")); @@ -420,7 +402,6 @@ app_new (pixman_image_t *original) widget = get_widget (app, "drawing_area"); g_signal_connect (widget, "expose_event", G_CALLBACK (on_expose), app); - set_up_combo_box (app, "filter_combo_box", G_N_ELEMENTS (filter_types), filter_types); set_up_filter_box (app, "reconstruct_x_combo_box"); set_up_filter_box (app, "reconstruct_y_combo_box"); set_up_filter_box (app, "sample_x_combo_box"); diff --git a/demos/scale.ui b/demos/scale.ui index 7e999c1..d498d26 100644 --- a/demos/scale.ui +++ b/demos/scale.ui @@ -191,14 +191,6 @@ True 8 6 - - - True - 1 - <b>Filter:</b> - True - - True @@ -206,9 +198,6 @@ <b>Reconstruct X:</b> True - - 1 - @@ -218,7 +207,7 @@ True - 2 + 1 @@ -229,7 +218,7 @@ True - 3 + 2 @@ -240,7 +229,7 @@ True - 4 + 3 @@ -251,7 +240,7 @@ True - 5 + 4 @@ -262,15 +251,7 @@ True - 6 - - - - - True - - - 1 + 5 @@ -279,7 +260,6 @@ 1 - 1 @@ -288,7 +268,7 @@ 1 - 2 + 1 @@ -297,7 +277,7 @@ 1 - 3 + 2 @@ -306,7 +286,7 @@ 1 - 4 + 3 @@ -315,7 +295,7 @@ 1 - 5 + 4 @@ -326,7 +306,7 @@ 1 - 6 + 5