Searched refs:GetHeight (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
H A Dwindow.h95 int GetHeight() { return bounds.height; }; function in class:CWindow
/xsrc/external/mit/xmh/dist/
H A Dexterns.h168 extern int GetHeight (Widget);
H A Dutil.c331 height = GetHeight(result);
359 int GetHeight(Widget w) function in typeref:typename:int
H A Dbbox.c336 maxheight = (Dimension) GetHeight(buttonbox->inner);
H A Dpopup.c146 ny = (GetHeight(widget) - GetHeight(popup)) / 2;
H A Dscreen.c330 theight = GetHeight(scrn->tocwidget) + GetHeight(scrn->viewwidget);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp3286 scroll_amount = (float)(int)ImMin(scroll_amount, (scroll_window->ContentsRegionRect.GetHeight() + scroll_window->WindowPadding.y * 2.0f) * 0.67f);
5405 clip_rect.Max.x = window->Pos.x + window->Size.x - (p_open ? title_bar_rect.GetHeight() - 3 : style.FramePadding.x); // Match the size of CloseButton()
7016 r_screen.Expand(ImVec2((r_screen.GetWidth() > padding.x * 2) ? -padding.x : 0.0f, (r_screen.GetHeight() > padding.y * 2) ? -padding.y : 0.0f));
7398 if (move_flags & ImGuiNavMoveFlags_WrapX) { bb_rel.TranslateY(-bb_rel.GetHeight()); clip_dir = ImGuiDir_Up; }
7404 if (move_flags & ImGuiNavMoveFlags_WrapX) { bb_rel.TranslateY(+bb_rel.GetHeight()); clip_dir = ImGuiDir_Down; }
7494 ImVec2 pos = g.NavWindow->Pos + ImVec2(rect_rel.Min.x + ImMin(g.Style.FramePadding.x * 4, rect_rel.GetWidth()), rect_rel.Max.y - ImMin(g.Style.FramePadding.y, rect_rel.GetHeight()));
7816 window_rect_rel.Expand(ImVec2(-ImMin(window_rect_rel.GetWidth(), pad), -ImMin(window_rect_rel.GetHeight(), pad))); // Terrible approximation for the intent of starting navigation from first fully visible item
7909 SetWindowScrollY(window, window->Scroll.y - window->InnerClipRect.GetHeight());
7911 SetWindowScrollY(window, window->Scroll.y + window->InnerClipRect.GetHeight());
7916 const float page_offset_y = ImMax(0.0f, window->InnerClipRect.GetHeight()
[all...]
H A Dimgui_internal.h493 float GetHeight() const { return Max.y - Min.y; } function in struct:ImRect
H A Dimgui_widgets.cpp745 const float bb_height = bb.GetHeight();
768 float scrollbar_size_v = horizontal ? bb.GetWidth() : bb.GetHeight();
5912 ItemSize(ImVec2(tab_bar->OffsetMax, tab_bar->BarRect.GetHeight()));
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp3286 scroll_amount = (float)(int)ImMin(scroll_amount, (scroll_window->ContentsRegionRect.GetHeight() + scroll_window->WindowPadding.y * 2.0f) * 0.67f);
5405 clip_rect.Max.x = window->Pos.x + window->Size.x - (p_open ? title_bar_rect.GetHeight() - 3 : style.FramePadding.x); // Match the size of CloseButton()
7016 r_screen.Expand(ImVec2((r_screen.GetWidth() > padding.x * 2) ? -padding.x : 0.0f, (r_screen.GetHeight() > padding.y * 2) ? -padding.y : 0.0f));
7398 if (move_flags & ImGuiNavMoveFlags_WrapX) { bb_rel.TranslateY(-bb_rel.GetHeight()); clip_dir = ImGuiDir_Up; }
7404 if (move_flags & ImGuiNavMoveFlags_WrapX) { bb_rel.TranslateY(+bb_rel.GetHeight()); clip_dir = ImGuiDir_Down; }
7494 ImVec2 pos = g.NavWindow->Pos + ImVec2(rect_rel.Min.x + ImMin(g.Style.FramePadding.x * 4, rect_rel.GetWidth()), rect_rel.Max.y - ImMin(g.Style.FramePadding.y, rect_rel.GetHeight()));
7816 window_rect_rel.Expand(ImVec2(-ImMin(window_rect_rel.GetWidth(), pad), -ImMin(window_rect_rel.GetHeight(), pad))); // Terrible approximation for the intent of starting navigation from first fully visible item
7909 SetWindowScrollY(window, window->Scroll.y - window->InnerClipRect.GetHeight());
7911 SetWindowScrollY(window, window->Scroll.y + window->InnerClipRect.GetHeight());
7916 const float page_offset_y = ImMax(0.0f, window->InnerClipRect.GetHeight()
[all...]
H A Dimgui_internal.h493 float GetHeight() const { return Max.y - Min.y; } function in struct:ImRect
H A Dimgui_widgets.cpp745 const float bb_height = bb.GetHeight();
768 float scrollbar_size_v = horizontal ? bb.GetWidth() : bb.GetHeight();
5912 ItemSize(ImVec2(tab_bar->OffsetMax, tab_bar->BarRect.GetHeight()));

Completed in 71 milliseconds