Searched refs:posScaleY (Results 1 – 1 of 1) sorted by relevance
993 const float posScaleY = float(posHeight) / targetHeight; in buildCompositionVk() local996 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()