Home
last modified time | relevance | path

Searched refs:targetSurfaceProperties (Results 1 – 2 of 2) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Danalyze.cpp62 ilmSurfaceProperties& targetSurfaceProperties = scene.surfaceProperties[targetSurfaceId]; in analyzeVisibilityAndOpacity() local
70 if (targetSurfaceProperties.visibility == ILM_FALSE) in analyzeVisibilityAndOpacity()
99 if (targetSurfaceProperties.opacity <= 0.2) in analyzeVisibilityAndOpacity()
102 …%i opacity set to %f, it is (almost) invisible", targetSurfaceId, targetSurfaceProperties.opacity); in analyzeVisibilityAndOpacity()
104 else if (targetSurfaceProperties.opacity < 1.0) in analyzeVisibilityAndOpacity()
107 …opacity set to %f, it might not be easy to see", targetSurfaceId, targetSurfaceProperties.opacity); in analyzeVisibilityAndOpacity()
139 ilmSurfaceProperties& targetSurfaceProperties = scene.surfaceProperties[targetSurfaceId]; in analyzeSurfaceDimensions() local
147 if (targetSurfaceProperties.destWidth <= minDimension) in analyzeSurfaceDimensions()
150 …f(description, "Surface %i has [destWidth=%i]", targetSurfaceId, targetSurfaceProperties.destWidth… in analyzeSurfaceDimensions()
161 if (targetSurfaceProperties.sourceWidth <= minDimension) in analyzeSurfaceDimensions()
[all …]
Dcommon.cpp47 tuple4 getSurfaceScreenCoordinates(ilmSurfaceProperties targetSurfaceProperties, ilmLayerProperties… in getSurfaceScreenCoordinates() argument
53 * (targetSurfaceProperties.destX - targetLayerProperties.sourceX); in getSurfaceScreenCoordinates()
54 t_ilm_float targetX2 = targetX1 + horizontalScale * targetSurfaceProperties.destWidth; in getSurfaceScreenCoordinates()
60 * (targetSurfaceProperties.destY - targetLayerProperties.sourceY); in getSurfaceScreenCoordinates()
61 t_ilm_float targetY2 = targetY1 + verticalScale * targetSurfaceProperties.destHeight; in getSurfaceScreenCoordinates()