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