Searched refs:nGoldenRatio (Results 1 – 1 of 1) sorted by relevance
885 const double nGoldenRatio ((1 + sqrt(5.0)) / 2); in LayoutStandardMode() local887 const double nHorizontalSlideDivide (aBox.Width / nGoldenRatio); in LayoutStandardMode()939 const double nGoldenRatio ((1 + sqrt(5.0)) / 2); in LayoutNotesMode() local941 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() local1029 const double nWidth = ::std::min(aWindowBox.Width - 2*nGap, aWindowBox.Width/nGoldenRatio); in LayoutHelpMode()
Completed in 17 milliseconds