Searched refs:VIEWPORT_BORDER_FACTOR_HORZ (Results 1 – 2 of 2) sorted by relevance
18 const float VIEWPORT_BORDER_FACTOR_HORZ = 0.1f; variable
241 double normalizedScreenLimitLeft = -1.0 + VIEWPORT_BORDER_FACTOR_HORZ * 2.0; in continuePanningFBO()242 double normalizedScreenLimitRight = 1.0 - VIEWPORT_BORDER_FACTOR_HORZ * 2.0; in continuePanningFBO()