Home
last modified time | relevance | path

Searched refs:surfaceLayer (Results 1 – 4 of 4) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Danalyze.cpp61 t_ilm_layer targetSurfaceLayer = scene.surfaceLayer[targetSurfaceId]; in analyzeVisibilityAndOpacity()
233 t_ilm_layer targetSurfaceLayer = scene.surfaceLayer[targetSurfaceId]; in analyzeLayerDimensions()
305 t_ilm_layer targetSurfaceLayer = scene.surfaceLayer[targetSurfaceId]; in analyzeSurfaceCheckInsideLayer()
352 t_ilm_layer surfaceLayer = scene.surfaceLayer[surfaceId]; in analyzeOcclusion() local
355 …if (scene.layerProperties[surfaceLayer].visibility == ILM_FALSE || scene.surfaceProperties[surface… in analyzeOcclusion()
359 … if (scene.layerProperties[surfaceLayer].opacity * scene.surfaceProperties[surfaceId].opacity == 0) in analyzeOcclusion()
425 …map<t_ilm_surface, t_ilm_layer>::iterator surfaceLayerIt = scene.surfaceLayer.find(targetSurfaceId… in analyzeCheckRendered()
427 if (surfaceLayerIt != scene.surfaceLayer.end()) in analyzeCheckRendered()
461 … sprintf(description, "Layer %i is not on any screen", scene.surfaceLayer[targetSurfaceId]); in analyzeCheckRendered()
Dcommon.cpp76 if (pScene->surfaceLayer.find(surface) != pScene->surfaceLayer.end()) in getSurfaceScreenCoordinates()
79 t_ilm_layer layer = pScene->surfaceLayer[surface]; in getSurfaceScreenCoordinates()
241 scene.surfaceLayer[surfaceId] = layerId; in captureSceneData()
Dsceneio.cpp133 if (sceneStruct.surfaceLayer.find(*it) == sceneStruct.surfaceLayer.end()) in captureSceneData()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/
DLMControl.h49 map<t_ilm_surface, t_ilm_layer> surfaceLayer; member