Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp963 uint32_t sourceImageHeight = 0; in buildCompositionVk() local
968 sourceImageHeight = targetHeight; in buildCompositionVk()
976 sourceImageHeight = sourceImage->height; in buildCompositionVk()
999 float texCoordScaleY = (texcoordRect.bottom - texcoordRect.top) / float(sourceImageHeight); in buildCompositionVk()
1002 const float texCoordTranslateY = texcoordRect.top / float(sourceImageHeight); in buildCompositionVk()