Searched refs:sourceY (Results 1 – 11 of 11) sorted by relevance
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/ |
D | ilm_control_notification_test.cpp | 175 LayerProperties.sourceY = layerProperties->sourceY; in LayerCallbackFunction() 213 SurfaceProperties.sourceY = surfaceProperties->sourceY; in SurfaceCallbackFunction() 326 EXPECT_EQ(567u,LayerProperties.sourceY); in TEST_F() 365 EXPECT_EQ(567u,LayerProperties.sourceY); in TEST_F() 415 EXPECT_EQ(567u,LayerProperties.sourceY); in TEST_F() 552 EXPECT_EQ(567u,SurfaceProperties.sourceY); in TEST_F() 591 EXPECT_EQ(567u,SurfaceProperties.sourceY); in TEST_F() 642 EXPECT_EQ(567u,SurfaceProperties.sourceY); in TEST_F()
|
D | ilm_control_test.cpp | 203 ASSERT_EQ(6538u, surfaceProperties.sourceY); in TEST_F() 472 ASSERT_EQ(6538u, surfaceProperties.sourceY); in TEST_F() 492 ASSERT_EQ(546u, surfaceProperties2.sourceY); in TEST_F() 517 ASSERT_EQ(6538u, layerProperties1.sourceY); in TEST_F() 536 ASSERT_EQ(546u, layerProperties2.sourceY); in TEST_F()
|
/third_party/ffmpeg/libavcodec/ |
D | roqvideoenc.c | 130 int sourceX, sourceY; member 284 enc->cel_evals[n++].sourceY = y + (i&2)*4; 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 | 189 t_ilm_uint sourceY; /*!< y source position value of the surface */ member 212 t_ilm_uint sourceY; /*!< y source position value of the layer */ member
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/ |
D | control.cpp | 59 << ", y:" << properties->sourceY in layerNotificationCallback() 168 << ", y:" << properties->sourceY in surfaceNotificationCallback()
|
D | print.cpp | 134 << p.sourceY << ", w=" << p.sourceWidth << ", h=" << p.sourceHeight in printLayerProperties() 228 << p.sourceY << ", w=" << p.sourceWidth << ", h=" << p.sourceHeight in printSurfaceProperties()
|
D | sceneio.cpp | 58 pSurface->set("sourceY", props.sourceY); in captureSceneDataHelper() 74 pLayer->set("sourceY", props.sourceY); in captureSceneDataHelper()
|
D | common.cpp | 60 * (targetSurfaceProperties.destY - targetLayerProperties.sourceY); in getSurfaceScreenCoordinates()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/ |
D | SceneStore.h | 561 PROPERTY(t_ilm_uint, sourceY) 583 PROPERTY(t_ilm_uint, sourceY)
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/ |
D | ilm_control_wayland_platform.c | 269 (ctx_layer->prop.sourceY == (t_ilm_uint)y) && in wm_listener_layer_source_rectangle() 275 ctx_layer->prop.sourceY = (t_ilm_uint)y; in wm_listener_layer_source_rectangle() 498 (ctx_surf->prop.sourceY == (t_ilm_uint)y) && in wm_listener_surface_source_rectangle() 504 ctx_surf->prop.sourceY = (t_ilm_uint)y; in wm_listener_surface_source_rectangle()
|
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/ |
D | plotlyjs-bundle.js | 1 …sourceY=e.y0,e.circularPathData.targetY=e.y1,W(e,a)&&E(e))e.circularPathData.leftSmallArcRadius=w+…
|