Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashUIApplication.cpp252 ret = ribbon->GetHeight(&ribbonHeight); in OnViewChanged()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp395 int GetHeight() const { return GetMaxY(); } in GetHeight() function in lldb_private::curses::Surface
396 Size GetSize() const { return Size(GetWidth(), GetHeight()); } in GetSize()
778 MoveCursor(x, GetHeight() - 1); in DrawTitleBox()
783 MoveCursor(1, GetHeight() - 1); in DrawTitleBox()
1775 surface.MoveCursor(1, surface.GetHeight() / 2); in DrawRemoveButton()
2551 int surface_height = surface.GetHeight(); in UpdateScrolling()
2621 frame.HorizontalSplit(surface.GetHeight() - GetActionsHeight(), in DrawElements()
2649 int copy_height = std::min(surface.GetHeight(), pad.GetHeight()); in DrawContent()
2655 surface.MoveCursor(2, surface.GetHeight() - 1); in DrawSubmitHint()
3710 int height = surface.GetHeight(); in UpdateScrolling()
[all …]