Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp993 const float posScaleY = float(posHeight) / targetHeight; in buildCompositionVk() local
996 const float posTranslateY = -1.0f + posScaleY + 2.0f * float(posRect.top) / targetHeight; in buildCompositionVk()
1045 glm::scale(glm::mat4(1.0f), glm::vec3(posScaleX, posScaleY, 1.0f)), in buildCompositionVk()