Searched refs:totalHeight (Results 1 – 3 of 3) sorted by relevance
109 float totalHeight = frame.Height(); in Draw() local115 if (pageHeight > totalHeight) { in Draw()116 pageHeight = totalHeight; in Draw()117 pageWidth = totalHeight * fPageWidth / fPageHeight; in Draw()123 offset.y = static_cast<int>((totalHeight - pageHeight) / 2); in Draw()
91 float totalHeight = Bounds().Height() + fPopupWindow->Frame().Height(); in ShowPopup() local93 leftLocation.y += fHPopupAlignment * totalHeight; in ShowPopup()
718 float totalHeight = 0.0; in _RecalcScrollBars() local725 totalHeight = lineCount * fLineHeight; in _RecalcScrollBars()726 if (totalHeight > 0.0) { in _RecalcScrollBars()728 max = totalHeight - bounds.Height(); in _RecalcScrollBars()729 scrollBar->SetProportion(bounds.Height() / totalHeight); in _RecalcScrollBars()