Searched refs:targetSurfaceId (Results 1 – 3 of 3) sorted by relevance
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/ |
D | analyze.cpp | 59 void analyzeVisibilityAndOpacity(t_ilm_surface targetSurfaceId, t_scene_data& scene) in analyzeVisibilityAndOpacity() argument 61 t_ilm_layer targetSurfaceLayer = scene.surfaceLayer[targetSurfaceId]; in analyzeVisibilityAndOpacity() 62 ilmSurfaceProperties& targetSurfaceProperties = scene.surfaceProperties[targetSurfaceId]; in analyzeVisibilityAndOpacity() 73 sprintf(description, "Surface %i visibility set to false", targetSurfaceId); in analyzeVisibilityAndOpacity() 102 …scription, "Surface %i opacity set to %f, it is (almost) invisible", targetSurfaceId, targetSurfac… in analyzeVisibilityAndOpacity() 107 …iption, "Surface %i opacity set to %f, it might not be easy to see", targetSurfaceId, targetSurfac… in analyzeVisibilityAndOpacity() 137 void analyzeSurfaceDimensions(t_ilm_surface targetSurfaceId, t_scene_data& scene) in analyzeSurfaceDimensions() argument 139 ilmSurfaceProperties& targetSurfaceProperties = scene.surfaceProperties[targetSurfaceId]; in analyzeSurfaceDimensions() 150 …sprintf(description, "Surface %i has [destWidth=%i]", targetSurfaceId, targetSurfaceProperties.des… in analyzeSurfaceDimensions() 164 …sprintf(description, "Surface %i has [sourceWidth=%i]", targetSurfaceId, targetSurfaceProperties.s… in analyzeSurfaceDimensions() [all …]
|
D | commands.cpp | 516 t_ilm_surface targetSurfaceId = (t_ilm_uint) input->getUint("surfaceid"); variable 517 analyzeSurface(targetSurfaceId);
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/ |
D | LMControl.h | 231 t_ilm_bool analyzeSurface(t_ilm_surface targetSurfaceId);
|