Searched refs:sourceX (Results 1 – 11 of 11) sorted by relevance
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/ |
D | ilm_control_notification_test.cpp | 174 LayerProperties.sourceX = layerProperties->sourceX; in LayerCallbackFunction() 212 SurfaceProperties.sourceX = surfaceProperties->sourceX; in SurfaceCallbackFunction() 325 EXPECT_EQ(33u,LayerProperties.sourceX); in TEST_F() 364 EXPECT_EQ(33u,LayerProperties.sourceX); in TEST_F() 414 EXPECT_EQ(33u,LayerProperties.sourceX); in TEST_F() 551 EXPECT_EQ(33u,SurfaceProperties.sourceX); in TEST_F() 590 EXPECT_EQ(33u,SurfaceProperties.sourceX); in TEST_F() 641 EXPECT_EQ(33u,SurfaceProperties.sourceX); in TEST_F()
|
D | ilm_control_test.cpp | 202 ASSERT_EQ(89u, surfaceProperties.sourceX); in TEST_F() 471 ASSERT_EQ(89u, surfaceProperties.sourceX); in TEST_F() 491 ASSERT_EQ(784u, surfaceProperties2.sourceX); in TEST_F() 516 ASSERT_EQ(89u, layerProperties1.sourceX); in TEST_F() 535 ASSERT_EQ(784u, layerProperties2.sourceX); in TEST_F()
|
/third_party/ffmpeg/libavcodec/ |
D | roqvideoenc.c | 130 int sourceX, sourceY; member 283 enc->cel_evals[n ].sourceX = x + (i&1)*8; in create_cel_evals() 499 int index = cel->sourceY * roq->width / 64 + cel->sourceX/8; in gather_data_for_cel() 508 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel() 516 cel->sourceX, cel->sourceY, in gather_data_for_cel() 517 cel->sourceX, cel->sourceY, in gather_data_for_cel() 523 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel() 529 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc); in gather_data_for_cel() 530 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc); in gather_data_for_cel() 531 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc); in gather_data_for_cel() [all …]
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmCommon/include/ |
D | ilm_types.h | 188 t_ilm_uint sourceX; /*!< x source position value of the surface */ member 211 t_ilm_uint sourceX; /*!< x source position value of the layer */ member
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/ |
D | control.cpp | 58 cout << "\tsource rect = x:" << properties->sourceX in layerNotificationCallback() 167 cout << "\tsource rect = x:" << properties->sourceX in surfaceNotificationCallback()
|
D | print.cpp | 133 cout << prefix << "- source region: x=" << p.sourceX << ", y=" in printLayerProperties() 227 cout << prefix << "- source region: x=" << p.sourceX << ", y=" in printSurfaceProperties()
|
D | sceneio.cpp | 57 pSurface->set("sourceX", props.sourceX); in captureSceneDataHelper() 73 pLayer->set("sourceX", props.sourceX); in captureSceneDataHelper()
|
D | common.cpp | 53 * (targetSurfaceProperties.destX - targetLayerProperties.sourceX); in getSurfaceScreenCoordinates()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/ |
D | SceneStore.h | 560 PROPERTY(t_ilm_uint, sourceX) 582 PROPERTY(t_ilm_uint, sourceX)
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/ |
D | ilm_control_wayland_platform.c | 268 if ((ctx_layer->prop.sourceX == (t_ilm_uint)x) && in wm_listener_layer_source_rectangle() 274 ctx_layer->prop.sourceX = (t_ilm_uint)x; in wm_listener_layer_source_rectangle() 497 if ((ctx_surf->prop.sourceX == (t_ilm_uint)x) && in wm_listener_surface_source_rectangle() 503 ctx_surf->prop.sourceX = (t_ilm_uint)x; in wm_listener_surface_source_rectangle()
|
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/ |
D | plotlyjs-bundle.js | 1 …sourceX=e.source.x0+e.circularPathData.sourceWidth,e.circularPathData.targetX=e.target.x0,e.circul…
|