Searched refs:texcoordRect (Results 1 – 1 of 1) sorted by relevance
987 const hwc_frect_t& texcoordRect = layer.props.crop; in buildCompositionVk() local998 float texCoordScaleX = (texcoordRect.right - texcoordRect.left) / float(sourceImageWidth); in buildCompositionVk()999 float texCoordScaleY = (texcoordRect.bottom - texcoordRect.top) / float(sourceImageHeight); in buildCompositionVk()1001 const float texCoordTranslateX = texcoordRect.left / float(sourceImageWidth); in buildCompositionVk()1002 const float texCoordTranslateY = texcoordRect.top / float(sourceImageHeight); in buildCompositionVk()