Lines Matching defs:g
1778 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_… in ColorConvertRGBtoHSV()
2287 ImGuiContext& g = *GImGui; in RenderText() local
2313 ImGuiContext& g = *GImGui; in RenderTextWrapped() local
2365 ImGuiContext& g = *GImGui; in RenderTextClipped() local
2375 ImGuiContext& g = *GImGui; in RenderFrame() local
2388 ImGuiContext& g = *GImGui; in RenderFrameBorder() local
2401 ImGuiContext& g = *GImGui; in RenderArrow() local
2435 ImGuiContext& g = *GImGui; in RenderBullet() local
2442 ImGuiContext& g = *GImGui; in RenderCheckMark() local
2460 ImGuiContext& g = *GImGui; in RenderNavHighlight() local
2606 ImGuiContext& g = *GImGui; in SetCurrentWindow() local
2614 ImGuiContext& g = *GImGui; in SetNavID() local
2623 ImGuiContext& g = *GImGui; in SetNavIDWithRectRel() local
2633 ImGuiContext& g = *GImGui; in SetActiveID() local
2661 ImGuiContext& g = *GImGui; in SetFocusID() local
2688 ImGuiContext& g = *GImGui; in SetHoveredID() local
2697 ImGuiContext& g = *GImGui; in GetHoveredID() local
2703 ImGuiContext& g = *GImGui; in KeepAliveID() local
2714 ImGuiContext& g = *GImGui; in MarkItemEdited() local
2726 ImGuiContext& g = *GImGui; in IsWindowContentHoverable() local
2745 ImGuiContext& g = *GImGui; in ItemSize() local
2780 ImGuiContext& g = *GImGui; in ItemAdd() local
2823 ImGuiContext& g = *GImGui; in IsItemHovered() local
2864 ImGuiContext& g = *GImGui; in ItemHoverable() local
2886 ImGuiContext& g = *GImGui; in IsClippedEx() local
2897 ImGuiContext& g = *GImGui; in FocusableItemRegister() local
2928 ImGuiContext& g = *GImGui; in CalcItemSize() local
3055 ImGuiContext& g = *GImGui; in GetDrawData() local
3090 ImGuiContext& g = *GImGui; in StartMouseMovingWindow() local
3107 ImGuiContext& g = *GImGui; in UpdateMouseMovingWindowNewFrame() local
3147 ImGuiContext& g = *GImGui; in UpdateMouseMovingWindowEndFrame() local
3201 ImGuiContext& g = *GImGui; in UpdateMouseInputs() local
3255 ImGuiContext& g = *GImGui; in UpdateMouseWheel() local
3301 ImGuiContext& g = *GImGui; in UpdateHoveredWindowAndCaptureFlags() local
3360 ImGuiContext& g = *GImGui; in NewFrame() local
3545 ImGuiContext& g = *context; in Initialize() local
3564 ImGuiContext& g = *context; in Shutdown() local
3689 ImGuiContext& g = *GImGui; in AddWindowToDrawData() local
3702 ImGuiContext& g = *GImGui; in AddRootWindowToDrawData() local
3762 ImGuiContext& g = *GImGui; in EndFrame() local
3853 ImGuiContext& g = *GImGui; in Render() local
3900 ImGuiContext& g = *GImGui; in CalcTextSize() local
3925 ImGuiContext& g = *GImGui; in CalcListClipping() local
3967 ImGuiContext& g = *GImGui; in FindHoveredWindow() local
4009 ImGuiContext& g = *GImGui; in IsMouseHoveringRect() local
4049 ImGuiContext& g = *GImGui; in GetKeyPressedAmount() local
4059 ImGuiContext& g = *GImGui; in IsKeyPressed() local
4073 ImGuiContext& g = *GImGui; in IsKeyReleased() local
4081 ImGuiContext& g = *GImGui; in IsMouseDown() local
4088 ImGuiContext& g = *GImGui; in IsAnyMouseDown() local
4097 ImGuiContext& g = *GImGui; in IsMouseClicked() local
4115 ImGuiContext& g = *GImGui; in IsMouseReleased() local
4122 ImGuiContext& g = *GImGui; in IsMouseDoubleClicked() local
4129 ImGuiContext& g = *GImGui; in IsMouseDragging() local
4146 ImGuiContext& g = *GImGui; in GetMousePosOnOpeningCurrentPopup() local
4168 ImGuiContext& g = *GImGui; in GetMouseDragDelta() local
4180 ImGuiContext& g = *GImGui; in ResetMouseDragDelta() local
4208 ImGuiContext& g = *GImGui; in IsItemActive() local
4219 ImGuiContext& g = *GImGui; in IsItemActivated() local
4231 ImGuiContext& g = *GImGui; in IsItemDeactivated() local
4238 ImGuiContext& g = *GImGui; in IsItemDeactivatedAfterEdit() local
4244 ImGuiContext& g = *GImGui; in IsItemFocused() local
4259 ImGuiContext& g = *GImGui; in IsAnyItemHovered() local
4265 ImGuiContext& g = *GImGui; in IsAnyItemActive() local
4271 ImGuiContext& g = *GImGui; in IsAnyItemFocused() local
4290 ImGuiContext& g = *GImGui; in SetItemAllowOverlap() local
4317 ImGuiContext& g = *GImGui; in GetViewportRect() local
4323 ImGuiContext& g = *GImGui; in BeginChildEx() local
4386 ImGuiContext& g = *GImGui; in EndChild() local
4426 ImGuiContext& g = *GImGui; in BeginChildFrame() local
4447 ImGuiContext& g = *GImGui; in CheckStacksSize() local
4468 ImGuiContext& g = *GImGui; in FindWindowByID() local
4480 ImGuiContext& g = *GImGui; in CreateNewWindow() local
4529 ImGuiContext& g = *GImGui; in CalcSizeAfterConstraint() local
4573 ImGuiContext& g = *GImGui; in CalcSizeAutoFit() local
4619 ImGuiContext& g = *GImGui; in CalcNextScrollFromScrollTargetAndClamp() local
4699 ImGuiContext& g = *GImGui; in UpdateManualResize() local
4809 ImGuiContext& g = *GImGui; in RenderOuterBorders() local
4868 ImGuiContext& g = *GImGui; in Begin() local
5505 ImGuiContext& g = *GImGui; in End() local
5534 ImGuiContext& g = *GImGui; in BringWindowToFocusFront() local
5548 ImGuiContext& g = *GImGui; in BringWindowToDisplayFront() local
5563 ImGuiContext& g = *GImGui; in BringWindowToDisplayBack() local
5578 ImGuiContext& g = *GImGui; in FocusWindow() local
5613 ImGuiContext& g = *GImGui; in FocusPreviousWindowIgnoringOne() local
5672 ImGuiContext& g = *GImGui; in SetCurrentFont() local
5687 ImGuiContext& g = *GImGui; in PushFont() local
5697 ImGuiContext& g = *GImGui; in PopFont() local
5758 ImGuiContext& g = *GImGui; in PushStyleColor() local
5768 ImGuiContext& g = *GImGui; in PushStyleColor() local
5778 ImGuiContext& g = *GImGui; in PopStyleColor() local
5835 ImGuiContext& g = *GImGui; in PushStyleVar() local
5849 ImGuiContext& g = *GImGui; in PushStyleVar() local
5860 ImGuiContext& g = *GImGui; in PopStyleVar() local
5948 ImGuiContext& g = *GImGui; in IsWindowHovered() local
5988 ImGuiContext& g = *GImGui; in IsWindowFocused() local
6029 ImGuiContext& g = *GImGui; in GetWindowPos() local
6180 ImGuiContext& g = *GImGui; in SetNextWindowPos() local
6189 ImGuiContext& g = *GImGui; in SetNextWindowSize() local
6197 ImGuiContext& g = *GImGui; in SetNextWindowSizeConstraints() local
6206 ImGuiContext& g = *GImGui; in SetNextWindowContentSize() local
6213 ImGuiContext& g = *GImGui; in SetNextWindowCollapsed() local
6221 ImGuiContext& g = *GImGui; in SetNextWindowFocus() local
6227 ImGuiContext& g = *GImGui; in SetNextWindowBgAlpha() local
6274 ImGuiContext& g = *GImGui; in GetTextLineHeight() local
6280 ImGuiContext& g = *GImGui; in GetTextLineHeightWithSpacing() local
6286 ImGuiContext& g = *GImGui; in GetFrameHeight() local
6292 ImGuiContext& g = *GImGui; in GetFrameHeightWithSpacing() local
6319 ImGuiContext& g = *GImGui; in SetWindowFontScale() local
6439 ImGuiContext& g = *GImGui; in ActivateItem() local
6453 ImGuiContext& g = *GImGui; in SetItemDefaultFocus() local
6544 ImGuiContext& g = *GImGui; in BeginGroup() local
6569 ImGuiContext& g = *GImGui; in EndGroup() local
6618 ImGuiContext& g = *GImGui; in SameLine() local
6637 ImGuiContext& g = *GImGui; in Indent() local
6645 ImGuiContext& g = *GImGui; in Unindent() local
6657 ImGuiContext& g = *GImGui; in BeginTooltip() local
6679 ImGuiContext& g = *GImGui; in BeginTooltipEx() local
6703 ImGuiContext& g = *GImGui; in SetTooltipV() local
6726 ImGuiContext& g = *GImGui; in IsPopupOpen() local
6732 ImGuiContext& g = *GImGui; in IsPopupOpen() local
6738 ImGuiContext& g = *GImGui; in GetFrontMostPopupModal() local
6748 ImGuiContext& g = *GImGui; in OpenPopup() local
6758 ImGuiContext& g = *GImGui; in OpenPopupEx() local
6813 ImGuiContext& g = *GImGui; in ClosePopupsOverWindow() local
6851 ImGuiContext& g = *GImGui; in ClosePopupToLevel() local
6874 ImGuiContext& g = *GImGui; in CloseCurrentPopup() local
6904 ImGuiContext& g = *GImGui; in BeginPopupEx() local
6926 ImGuiContext& g = *GImGui; in BeginPopup() local
6940 ImGuiContext& g = *GImGui; in BeginPopupModal() local
6968 ImGuiContext& g = *GImGui; in EndPopup() local
7077 ImGuiContext& g = *GImGui; in FindBestWindowPosForPopup() local
7161 ImGuiContext& g = *GImGui; in NavScoreItem() local
7293 ImGuiContext& g = *GImGui; in NavProcessItem() local
7363 ImGuiContext& g = *GImGui; in NavMoveRequestButNoResultYet() local
7369 ImGuiContext& g = *GImGui; in NavMoveRequestCancel() local
7376 ImGuiContext& g = *GImGui; in NavMoveRequestForward() local
7388 ImGuiContext& g = *GImGui; in NavMoveRequestTryWrapping() local
7438 ImGuiContext& g = *GImGui; in NavRestoreLayer() local
7450 ImGuiContext& g = *GImGui; in NavUpdateAnyRequestFlag() local
7459 ImGuiContext& g = *GImGui; in NavInitWindow() local
7482 ImGuiContext& g = *GImGui; in NavCalcPreferredRefPos() local
7502 ImGuiContext& g = *GImGui; in GetNavInputAmount() local
7547 ImGuiContext& g = *GImGui; in NavScrollToBringItemIntoView() local
7572 ImGuiContext& g = *GImGui; in NavUpdate() local
7841 ImGuiContext& g = *GImGui; in NavUpdateMoveResult() local
7897 ImGuiContext& g = *GImGui; in NavUpdatePageUpPageDown() local
7941 ImGuiContext& g = *GImGui; in FindWindowFocusIndex() local
7950 ImGuiContext& g = *GImGui; in FindWindowNavFocusable() local
7959 ImGuiContext& g = *GImGui; in NavUpdateWindowingHighlightWindow() local
7976 ImGuiContext& g = *GImGui; in NavUpdateWindowing() local
8121 ImGuiContext& g = *GImGui; in NavUpdateWindowingList() local
8158 ImGuiContext& g = *GImGui; in NextColumn() local
8214 ImGuiContext& g = *GImGui; in GetDraggedColumnOffset() local
8268 ImGuiContext& g = *GImGui; in SetColumnOffset() local
8323 ImGuiContext& g = *GImGui; in BeginColumns() local
8387 ImGuiContext& g = *GImGui; in EndColumns() local
8476 ImGuiContext& g = *GImGui; in ClearDragDrop() local
8492 ImGuiContext& g = *GImGui; in BeginDragDropSource() local
8590 ImGuiContext& g = *GImGui; in EndDragDropSource() local
8606 ImGuiContext& g = *GImGui; in SetDragDropPayload() local
8649 ImGuiContext& g = *GImGui; in BeginDragDropTargetCustom() local
8675 ImGuiContext& g = *GImGui; in BeginDragDropTarget() local
8701 ImGuiContext& g = *GImGui; in IsDragDropPayloadBeingAccepted() local
8707 ImGuiContext& g = *GImGui; in AcceptDragDropPayload() local
8750 ImGuiContext& g = *GImGui; in GetDragDropPayload() local
8757 ImGuiContext& g = *GImGui; in EndDragDropTarget() local
8779 ImGuiContext& g = *GImGui; in LogText() local
8796 ImGuiContext& g = *GImGui; in LogRenderedText() local
8835 ImGuiContext& g = *GImGui; in LogToTTY() local
8851 ImGuiContext& g = *GImGui; in LogToFile() local
8879 ImGuiContext& g = *GImGui; in LogToClipboard() local
8894 ImGuiContext& g = *GImGui; in LogFinish() local
8918 ImGuiContext& g = *GImGui; in LogButtons() local
8946 ImGuiContext& g = *GImGui; in MarkIniSettingsDirty() local
8953 ImGuiContext& g = *GImGui; in MarkIniSettingsDirty() local
8961 ImGuiContext& g = *GImGui; in CreateNewWindowSettings() local
8971 ImGuiContext& g = *GImGui; in FindWindowSettings() local
8997 ImGuiContext& g = *GImGui; in FindSettingsHandler() local
9008 ImGuiContext& g = *GImGui; in LoadIniSettingsFromMemory() local
9069 ImGuiContext& g = *GImGui; in SaveIniSettingsToDisk() local
9086 ImGuiContext& g = *GImGui; in SaveIniSettingsToMemory() local
9122 ImGuiContext& g = *imgui_ctx; in SettingsHandlerWindow_WriteAll() local
9229 ImGuiContext& g = *GImGui; in GetClipboardTextFn_DefaultImpl() local
9236 ImGuiContext& g = *GImGui; in SetClipboardTextFn_DefaultImpl() local
9447 ImGuiContext& g = *GImGui; in ShowMetricsWindow() local