Home
last modified time | relevance | path

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

/dports/games/pioneer/pioneer-20210723/contrib/imgui/
H A Dimgui_widgets.cpp788 bool ImGui::ScrollbarEx(const ImRect& bb_frame, ImGuiID id, ImGuiAxis axis, float* p_scroll_v, floa… in ScrollbarEx() argument
795 const float bb_frame_width = bb_frame.GetWidth(); in ScrollbarEx()
796 const float bb_frame_height = bb_frame.GetHeight(); in ScrollbarEx()
811 ImRect bb = bb_frame; in ScrollbarEx()
867 …window->DrawList->AddRectFilled(bb_frame.Min, bb_frame.Max, GetColorU32(ImGuiCol_ScrollbarBg), win… in ScrollbarEx()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/ImGui/
H A Dimgui_widgets.cpp879 bool ImGui::ScrollbarEx(const ImRect& bb_frame, ImGuiID id, ImGuiAxis axis, float* p_scroll_v, floa… in ScrollbarEx() argument
886 const float bb_frame_width = bb_frame.GetWidth(); in ScrollbarEx()
887 const float bb_frame_height = bb_frame.GetHeight(); in ScrollbarEx()
901 ImRect bb = bb_frame; in ScrollbarEx()
959 …window->DrawList->AddRectFilled(bb_frame.Min, bb_frame.Max, bg_col, window->WindowRounding, roundi… in ScrollbarEx()
/dports/audio/faudio/FAudio-21.01/utils/uicommon/
H A Dimgui_widgets.cpp866 bool ImGui::ScrollbarEx(const ImRect& bb_frame, ImGuiID id, ImGuiAxis axis, float* p_scroll_v, floa… in ScrollbarEx() argument
873 const float bb_frame_width = bb_frame.GetWidth(); in ScrollbarEx()
874 const float bb_frame_height = bb_frame.GetHeight(); in ScrollbarEx()
888 ImRect bb = bb_frame; in ScrollbarEx()
946 …window->DrawList->AddRectFilled(bb_frame.Min, bb_frame.Max, bg_col, window->WindowRounding, roundi… in ScrollbarEx()
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui_widgets.cpp898 bool ImGui::ScrollbarEx(const ImRect& bb_frame, ImGuiID id, ImGuiAxis axis, float* p_scroll_v, floa… in ScrollbarEx() argument
905 const float bb_frame_width = bb_frame.GetWidth(); in ScrollbarEx()
906 const float bb_frame_height = bb_frame.GetHeight(); in ScrollbarEx()
920 ImRect bb = bb_frame; in ScrollbarEx()
978 …window->DrawList->AddRectFilled(bb_frame.Min, bb_frame.Max, bg_col, window->WindowRounding, roundi… in ScrollbarEx()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/
H A Dimgui_widgets.cpp788 bool ImGui::ScrollbarEx(const ImRect& bb_frame, ImGuiID id, ImGuiAxis axis, float* p_scroll_v, floa… in ScrollbarEx() argument
795 const float bb_frame_width = bb_frame.GetWidth(); in ScrollbarEx()
796 const float bb_frame_height = bb_frame.GetHeight(); in ScrollbarEx()
811 ImRect bb = bb_frame; in ScrollbarEx()
867 …window->DrawList->AddRectFilled(bb_frame.Min, bb_frame.Max, GetColorU32(ImGuiCol_ScrollbarBg), win… in ScrollbarEx()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/
H A Dimgui_widgets.cpp788 bool ImGui::ScrollbarEx(const ImRect& bb_frame, ImGuiID id, ImGuiAxis axis, float* p_scroll_v, floa… in ScrollbarEx() argument
795 const float bb_frame_width = bb_frame.GetWidth(); in ScrollbarEx()
796 const float bb_frame_height = bb_frame.GetHeight(); in ScrollbarEx()
811 ImRect bb = bb_frame; in ScrollbarEx()
867 …window->DrawList->AddRectFilled(bb_frame.Min, bb_frame.Max, GetColorU32(ImGuiCol_ScrollbarBg), win… in ScrollbarEx()
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A Dimgui_widgets.cpp904 bool ImGui::ScrollbarEx(const ImRect& bb_frame, ImGuiID id, ImGuiAxis axis, float* p_scroll_v, floa… in ScrollbarEx() argument
911 const float bb_frame_width = bb_frame.GetWidth(); in ScrollbarEx()
912 const float bb_frame_height = bb_frame.GetHeight(); in ScrollbarEx()
926 ImRect bb = bb_frame; in ScrollbarEx()
984 …window->DrawList->AddRectFilled(bb_frame.Min, bb_frame.Max, bg_col, window->WindowRounding, flags); in ScrollbarEx()
/dports/misc/dartsim/dart-6.11.1/dart/external/imgui/
H A Dimgui_widgets.cpp872 bool ImGui::ScrollbarEx(const ImRect& bb_frame, ImGuiID id, ImGuiAxis axis, float* p_scroll_v, floa… in ScrollbarEx() argument
879 const float bb_frame_width = bb_frame.GetWidth(); in ScrollbarEx()
880 const float bb_frame_height = bb_frame.GetHeight(); in ScrollbarEx()
894 ImRect bb = bb_frame; in ScrollbarEx()
952 …window->DrawList->AddRectFilled(bb_frame.Min, bb_frame.Max, bg_col, window->WindowRounding, roundi… in ScrollbarEx()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/imgui/
H A Dimgui_widgets.cpp818 bool ImGui::ScrollbarEx(const ImRect& bb_frame, ImGuiID id, ImGuiAxis axis, float* p_scroll_v, floa… in ScrollbarEx() argument
825 const float bb_frame_width = bb_frame.GetWidth(); in ScrollbarEx()
826 const float bb_frame_height = bb_frame.GetHeight(); in ScrollbarEx()
841 ImRect bb = bb_frame; in ScrollbarEx()
897 …window->DrawList->AddRectFilled(bb_frame.Min, bb_frame.Max, GetColorU32(ImGuiCol_ScrollbarBg), win… in ScrollbarEx()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/imgui/
H A Dimgui_widgets.cpp909 bool ImGui::ScrollbarEx(const ImRect& bb_frame, ImGuiID id, ImGuiAxis axis, float* p_scroll_v, floa…
916 const float bb_frame_width = bb_frame.GetWidth();
917 const float bb_frame_height = bb_frame.GetHeight();
931 ImRect bb = bb_frame;
989 …window->DrawList->AddRectFilled(bb_frame.Min, bb_frame.Max, bg_col, window->WindowRounding, flags);
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/
H A Dimgui_widgets.cpp906 bool ImGui::ScrollbarEx(const ImRect& bb_frame, ImGuiID id, ImGuiAxis axis, float* p_scroll_v, floa… in ScrollbarEx() argument
913 const float bb_frame_width = bb_frame.GetWidth(); in ScrollbarEx()
914 const float bb_frame_height = bb_frame.GetHeight(); in ScrollbarEx()
928 ImRect bb = bb_frame; in ScrollbarEx()
986 …window->DrawList->AddRectFilled(bb_frame.Min, bb_frame.Max, bg_col, window->WindowRounding, flags); in ScrollbarEx()
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/imgui/
H A Dimgui_widgets.cpp891 bool ImGui::ScrollbarEx(const ImRect& bb_frame, ImGuiID id, ImGuiAxis axis, float* p_scroll_v, floa… in ScrollbarEx() argument
898 const float bb_frame_width = bb_frame.GetWidth(); in ScrollbarEx()
899 const float bb_frame_height = bb_frame.GetHeight(); in ScrollbarEx()
913 ImRect bb = bb_frame; in ScrollbarEx()
971 …window->DrawList->AddRectFilled(bb_frame.Min, bb_frame.Max, bg_col, window->WindowRounding, roundi… in ScrollbarEx()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dbbox.c283 int bb_type , int bb_frame , in new_MCW_bbox() argument
331 switch( bb_frame ){ in new_MCW_bbox()