Home
last modified time | relevance | path

Searched refs:nGoldenRatio (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterWindowManager.cxx885 const double nGoldenRatio ((1 + sqrt(5.0)) / 2); in LayoutStandardMode() local
887 const double nHorizontalSlideDivide (aBox.Width / nGoldenRatio); in LayoutStandardMode()
939 const double nGoldenRatio ((1 + sqrt(5.0)) / 2); in LayoutNotesMode() local
941 const double nPrimaryWidth (aBox.Width / nGoldenRatio); in LayoutNotesMode()
943 const double nTertiaryWidth (nSecondaryWidth / nGoldenRatio); in LayoutNotesMode()
1028 const double nGoldenRatio ((1 + sqrt(5.0)) / 2); in LayoutHelpMode() local
1029 const double nWidth = ::std::min(aWindowBox.Width - 2*nGap, aWindowBox.Width/nGoldenRatio); in LayoutHelpMode()

Completed in 23 milliseconds