Searched refs:fYxRatio (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/glteapot/
H A DObjectView.cpp161 fYxRatio(1)
566 fYxRatio = height / width;
577 gluPerspective(60, 1.0 / fYxRatio, 0.15, 120);
579 if (fYxRatio < 1) {
580 glOrtho(-scale / fYxRatio, scale / fYxRatio, -scale, scale, -1.0,
583 glOrtho(-scale, scale, -scale * fYxRatio, scale * fYxRatio, -1.0,
588 fLastYXRatio = fYxRatio;
604 !(fLastYXRatio != fYxRatio)) {
[all...]
H A DObjectView.h92 float fLastYXRatio, fYxRatio, fFpsHistory[HISTSIZE]; member in class:ObjectView

Completed in 35 milliseconds