Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp992 const float posScaleX = float(posWidth) / targetWidth; in buildCompositionVk() local
995 const float posTranslateX = -1.0f + posScaleX + 2.0f * float(posRect.left) / targetWidth; in buildCompositionVk()
1045 glm::scale(glm::mat4(1.0f), glm::vec3(posScaleX, posScaleY, 1.0f)), in buildCompositionVk()