Home
last modified time | relevance | path

Searched refs:source_x (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/gil/image_processing/
Dscaling.hpp40 typename ImageView::x_coord_t source_x, in lanczos_at() argument
69 for (x_coord_t x_i = (std::max)(source_x - static_cast<x_coord_t>(a) + x_one, x_zero); in lanczos_at()
70 x_i <= (std::min)(source_x + static_cast<x_coord_t>(a), input_view.width() - x_one); in lanczos_at()
73 double lanczos_response = lanczos(source_x - x_i, a) * lanczos(source_y - y_i, a); in lanczos_at()
78 static_transform(result_pixel, input_view(source_x, source_y), result_pixel, op); in lanczos_at()
/third_party/wayland-ivi-extension/screen-info/module/
Dscreen-info.c73 ilayer->src_x = p->source_x; in get_screens_info()
98 isurface->src_x = p->source_x; in get_screens_info()
/third_party/weston/ivi-shell/
Divi-layout-export.h77 int32_t source_x; member
99 int32_t source_x; member
Divi-layout.c512 struct ivi_rectangle surface_source_rect = { sp->source_x, in calc_surface_to_global_matrix_and_mask_to_weston_surface()
520 struct ivi_rectangle layer_source_rect = { lp->source_x, in calc_surface_to_global_matrix_and_mask_to_weston_surface()
1432 prop->source_x = x; in ivi_layout_layer_set_source_rectangle()
1437 if (ivilayer->prop.source_x != x || ivilayer->prop.source_y != y || in ivi_layout_layer_set_source_rectangle()
1819 prop->source_x = x; in ivi_layout_surface_set_source_rectangle()
1824 if (ivisurf->prop.source_x != x || ivisurf->prop.source_y != y || in ivi_layout_surface_set_source_rectangle()
/third_party/weston/tests/
Divi-layout-test-plugin.c450 runner_assert(prop->source_x == 0); in RUNNER_TEST()
460 runner_assert(prop->source_x == 0); in RUNNER_TEST()
469 runner_assert(prop->source_x == 20); in RUNNER_TEST()
Divi-layout-internal-test.c302 iassert(prop->source_x == 0); in test_layer_source_rectangle()
311 iassert(prop->source_x == 0); in test_layer_source_rectangle()
319 iassert(prop->source_x == 20); in test_layer_source_rectangle()
/third_party/boost/libs/type_erasure/test/
Dtest_assign.cpp2122 test_type source_x(1); in BOOST_AUTO_TEST_CASE() local
2124 any<test_concept> x(std::move(source_x)); in BOOST_AUTO_TEST_CASE()
2141 test_type source_x(1); in BOOST_AUTO_TEST_CASE() local
2143 any<test_concept> x(std::move(source_x)); in BOOST_AUTO_TEST_CASE()
2181 test_type source_x(1); in BOOST_AUTO_TEST_CASE() local
2183 any<test_concept> x(std::move(source_x)); in BOOST_AUTO_TEST_CASE()
2234 test_type source_x(1); in BOOST_AUTO_TEST_CASE() local
2238 any<test_concept> x(source_x); in BOOST_AUTO_TEST_CASE()
2283 test_type1 source_x(1); in BOOST_AUTO_TEST_CASE() local
2284 any<test_concept> x(source_x); in BOOST_AUTO_TEST_CASE()
[all …]
/third_party/wayland-ivi-extension/weston-ivi-shell/src/
Divi-controller.c213 prop->source_x, prop->source_y, in send_surface_event()
268 prop->source_x, prop->source_y, in send_layer_event()
365 x = prop->source_x; in controller_set_surface_source_rectangle()
780 x = prop->source_x;