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