Home
last modified time | relevance | path

Searched refs:ilm_layerSetDestinationRectangle (Results 1 – 5 of 5) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/
Dilm_control_notification_test.cpp280 ilm_layerSetDestinationRectangle(layer,33,567,55,99); in TEST_F()
381 ilm_layerSetDestinationRectangle(layer,33,567,55,99); in TEST_F()
406 ilm_layerSetDestinationRectangle(layer,133,1567,155,199); in TEST_F()
444 ilm_layerSetDestinationRectangle(layer,133,1567,155,199); in TEST_F()
467 ilm_layerSetDestinationRectangle(layer,133,1567,155,199); in TEST_F()
494 ilm_layerSetDestinationRectangle(layer,133,1567,155,199); in TEST_F()
Dilm_control_test.cpp509 ASSERT_EQ(ILM_SUCCESS, ilm_layerSetDestinationRectangle(layer, 54, 47, 947, 9)); in TEST_F()
528 ASSERT_EQ(ILM_SUCCESS, ilm_layerSetDestinationRectangle(layer, 536, 5372, 3, 4316)); in TEST_F()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/include/
Dilm_control.h238 ilmErrorTypes ilm_layerSetDestinationRectangle(t_ilm_layer layerId, t_ilm_int x, t_ilm_int y, t_ilm…
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Dcommands.cpp224 ilmErrorTypes callResult = ilm_layerSetDestinationRectangle(id, x, y, w, h);
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dilm_control_wayland_platform.c1975 ilm_layerSetDestinationRectangle(t_ilm_layer layerId, in ilm_layerSetDestinationRectangle() function