Searched refs:posScaleX (Results 1 – 1 of 1) sorted by relevance
992 const float posScaleX = float(posWidth) / targetWidth; in buildCompositionVk() local995 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()