Searched refs:src_width (Results 1 – 1 of 1) sorted by relevance
423 float src_width = viewport.width(); in setProjection() local427 if (src_width != dst_width || src_height != dst_height) { in setProjection()428 float sx = dst_width / src_width; in setProjection()