Searched refs:sourceImageHeight (Results 1 – 1 of 1) sorted by relevance
963 uint32_t sourceImageHeight = 0; in buildCompositionVk() local968 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()