Home
last modified time | relevance | path

Searched defs:window (Results 426 - 437 of 437) sorted by relevance

1...<<1112131415161718

/third_party/openGLES/api/GL/
H A Dglxext.h334 GLXDrawable window; member
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglxext.h341 GLXDrawable window; member
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglxext.h341 GLXDrawable window; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp1413 NativeWindowD3D *Renderer11::createNativeWindow(EGLNativeWindowType window, in createNativeWindow() argument
[all...]
/third_party/glfw/src/
H A Dx11_platform.h438 Window window; member
447 xcb_window_t window; member
472 GLXWindow window; member
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp2192 ImGuiWindow* window = ImGui::GetCurrentWindow(); SetCursorPosYAndSetupDummyPrevLine() local
2288 ImGuiWindow* window = g.CurrentWindow; RenderText() local
2314 ImGuiWindow* window = g.CurrentWindow; RenderTextWrapped() local
2366 ImGuiWindow* window = g.CurrentWindow; RenderTextClipped() local
2376 ImGuiWindow* window = g.CurrentWindow; RenderFrame() local
2389 ImGuiWindow* window = g.CurrentWindow; RenderFrameBorder() local
2436 ImGuiWindow* window = g.CurrentWindow; RenderBullet() local
2443 ImGuiWindow* window = g.CurrentWindow; RenderCheckMark() local
2604 SetCurrentWindow(ImGuiWindow* window) SetCurrentWindow() argument
2631 SetActiveID(ImGuiID id, ImGuiWindow* window) SetActiveID() argument
2659 SetFocusID(ImGuiID id, ImGuiWindow* window) SetFocusID() argument
2722 IsWindowContentHoverable(ImGuiWindow* window, ImGuiHoveredFlags flags) IsWindowContentHoverable() argument
2746 ImGuiWindow* window = g.CurrentWindow; ItemSize() local
2781 ImGuiWindow* window = g.CurrentWindow; ItemAdd() local
2824 ImGuiWindow* window = g.CurrentWindow; IsItemHovered() local
2887 ImGuiWindow* window = g.CurrentWindow; IsClippedEx() local
2895 FocusableItemRegister(ImGuiWindow* window, ImGuiID id, bool tab_stop) FocusableItemRegister() argument
2920 FocusableItemUnregister(ImGuiWindow* window) FocusableItemUnregister() argument
3085 StartMouseMovingWindow(ImGuiWindow* window) StartMouseMovingWindow() argument
3184 ImGuiWindow* window = g.Windows[i]; UpdateMouseMovingWindowEndFrame() local
3194 IsWindowActiveAndVisible(ImGuiWindow* window) IsWindowActiveAndVisible() argument
3515 ImGuiWindow* window = g.Windows[i]; NewFrame() local
3637 AddWindowToSortBuffer(ImVector<ImGuiWindow*>* out_sorted_windows, ImGuiWindow* window) AddWindowToSortBuffer() argument
3687 AddWindowToDrawData(ImVector<ImDrawList*>* out_render_list, ImGuiWindow* window) AddWindowToDrawData() argument
3700 AddRootWindowToDrawData(ImGuiWindow* window) AddRootWindowToDrawData() argument
3747 ImGuiWindow* window = GetCurrentWindow(); PushClipRect() local
3754 ImGuiWindow* window = GetCurrentWindow(); PopClipRect() local
3831 ImGuiWindow* window = g.Windows[i]; EndFrame() local
3868 ImGuiWindow* window = g.Windows[n]; Render() local
3926 ImGuiWindow* window = g.CurrentWindow; CalcListClipping() local
3977 ImGuiWindow* window = g.Windows[i]; FindHoveredWindow() local
4211 ImGuiWindow* window = g.CurrentWindow; IsItemActive() local
4222 ImGuiWindow* window = g.CurrentWindow; IsItemActivated() local
4232 ImGuiWindow* window = g.CurrentWindow; IsItemDeactivated() local
4245 ImGuiWindow* window = g.CurrentWindow; IsItemFocused() local
4277 ImGuiWindow* window = GetCurrentWindowRead(); IsItemVisible() local
4283 ImGuiWindow* window = GetCurrentWindowRead(); IsItemEdited() local
4299 ImGuiWindow* window = GetCurrentWindowRead(); GetItemRectMin() local
4305 ImGuiWindow* window = GetCurrentWindowRead(); GetItemRectMax() local
4311 ImGuiWindow* window = GetCurrentWindowRead(); GetItemRectSize() local
4374 ImGuiWindow* window = GetCurrentWindow(); BeginChild() local
4387 ImGuiWindow* window = g.CurrentWindow; EndChild() local
4444 CheckStacksSize(ImGuiWindow* window, bool write) CheckStacksSize() argument
4459 SetWindowConditionAllowFlags(ImGuiWindow* window, ImGuiCond flags, bool enabled) SetWindowConditionAllowFlags() argument
4483 ImGuiWindow* window = IM_NEW(ImGuiWindow)(&g, name); CreateNewWindow() local
4527 CalcSizeAfterConstraint(ImGuiWindow* window, ImVec2 new_size) CalcSizeAfterConstraint() argument
4557 CalcSizeContents(ImGuiWindow* window) CalcSizeContents() argument
4571 CalcSizeAutoFit(ImGuiWindow* window, const ImVec2& size_contents) CalcSizeAutoFit() argument
4601 CalcWindowExpectedSize(ImGuiWindow* window) CalcWindowExpectedSize() argument
4607 GetWindowScrollMaxX(ImGuiWindow* window) GetWindowScrollMaxX() argument
4612 GetWindowScrollMaxY(ImGuiWindow* window) GetWindowScrollMaxY() argument
4617 CalcNextScrollFromScrollTargetAndClamp(ImGuiWindow* window, bool snap_on_edges) CalcNextScrollFromScrollTargetAndClamp() argument
4655 CalcResizePosSizeFromAnyCorner(ImGuiWindow* window, const ImVec2& corner_target, const ImVec2& corner_norm, ImVec2* out_pos, ImVec2* out_size) CalcResizePosSizeFromAnyCorner() argument
4684 GetResizeBorderRect(ImGuiWindow* window, int border_n, float perp_padding, float thickness) GetResizeBorderRect() argument
4697 UpdateManualResize(ImGuiWindow* window, const ImVec2& size_auto_fit, int* border_held, int resize_grip_count, ImU32 resize_grip_col[4]) UpdateManualResize() argument
4807 RenderOuterBorders(ImGuiWindow* window) RenderOuterBorders() argument
4844 UpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow* parent_window) UpdateWindowParentAndRootLinks() argument
4875 ImGuiWindow* window = FindWindowByName(name); Begin() local
5514 ImGuiWindow* window = g.CurrentWindow; End() local
5532 BringWindowToFocusFront(ImGuiWindow* window) BringWindowToFocusFront() argument
5546 BringWindowToDisplayFront(ImGuiWindow* window) BringWindowToDisplayFront() argument
5561 BringWindowToDisplayBack(ImGuiWindow* window) BringWindowToDisplayBack() argument
5576 FocusWindow(ImGuiWindow* window) FocusWindow() argument
5617 ImGuiWindow* window = g.WindowsFocusOrder[i]; FocusPreviousWindowIgnoringOne() local
5630 ImGuiWindow* window = GetCurrentWindow(); PushItemWidth() local
5637 ImGuiWindow* window = GetCurrentWindow(); PushMultiItemsWidths() local
5651 ImGuiWindow* window = GetCurrentWindow(); PopItemWidth() local
5658 ImGuiWindow* window = GetCurrentWindowRead(); CalcItemWidth() local
5705 ImGuiWindow* window = GetCurrentWindow(); PushItemFlag() local
5715 ImGuiWindow* window = GetCurrentWindow(); PopItemFlag() local
5743 ImGuiWindow* window = GetCurrentWindow(); PushTextWrapPos() local
5750 ImGuiWindow* window = GetCurrentWindow(); PopTextWrapPos() local
5932 IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent) IsWindowChildOf() argument
6010 IsWindowNavFocusable(ImGuiWindow* window) IsWindowNavFocusable() argument
6017 ImGuiWindow* window = GImGui->CurrentWindow; GetWindowWidth() local
6023 ImGuiWindow* window = GImGui->CurrentWindow; GetWindowHeight() local
6030 ImGuiWindow* window = g.CurrentWindow; GetWindowPos() local
6034 SetWindowScrollX(ImGuiWindow* window, float new_scroll_x) SetWindowScrollX() argument
6041 SetWindowScrollY(ImGuiWindow* window, float new_scroll_y) SetWindowScrollY() argument
6048 SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond) SetWindowPos() argument
6067 ImGuiWindow* window = GetCurrentWindowRead(); SetWindowPos() local
6079 ImGuiWindow* window = GetCurrentWindowRead(); GetWindowSize() local
6083 SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond) SetWindowSize() argument
6126 SetWindowCollapsed(ImGuiWindow* window, bool collapsed, ImGuiCond cond) SetWindowCollapsed() argument
6144 ImGuiWindow* window = GetCurrentWindowRead(); IsWindowCollapsed() local
6150 ImGuiWindow* window = GetCurrentWindowRead(); IsWindowAppearing() local
6235 ImGuiWindow* window = GetCurrentWindowRead(); GetContentRegionMax() local
6244 ImGuiWindow* window = GetCurrentWindowRead(); GetContentRegionAvail() local
6256 ImGuiWindow* window = GetCurrentWindowRead(); GetWindowContentRegionMin() local
6262 ImGuiWindow* window = GetCurrentWindowRead(); GetWindowContentRegionMax() local
6268 ImGuiWindow* window = GetCurrentWindowRead(); GetWindowContentRegionWidth() local
6298 ImGuiWindow* window = GetCurrentWindow(); GetWindowDrawList() local
6320 ImGuiWindow* window = GetCurrentWindow(); SetWindowFontScale() local
6329 ImGuiWindow* window = GetCurrentWindowRead(); GetCursorPos() local
6335 ImGuiWindow* window = GetCurrentWindowRead(); GetCursorPosX() local
6341 ImGuiWindow* window = GetCurrentWindowRead(); GetCursorPosY() local
6347 ImGuiWindow* window = GetCurrentWindow(); SetCursorPos() local
6354 ImGuiWindow* window = GetCurrentWindow(); SetCursorPosX() local
6361 ImGuiWindow* window = GetCurrentWindow(); SetCursorPosY() local
6368 ImGuiWindow* window = GetCurrentWindowRead(); GetCursorStartPos() local
6374 ImGuiWindow* window = GetCurrentWindowRead(); GetCursorScreenPos() local
6380 ImGuiWindow* window = GetCurrentWindow(); SetCursorScreenPos() local
6407 ImGuiWindow* window = GetCurrentWindow(); SetScrollX() local
6414 ImGuiWindow* window = GetCurrentWindow(); SetScrollY() local
6422 ImGuiWindow* window = GetCurrentWindow(); SetScrollFromPosY() local
6431 ImGuiWindow* window = GetCurrentWindow(); SetScrollHereY() local
6446 ImGuiWindow* window = GetCurrentWindow(); SetKeyboardFocusHere() local
6454 ImGuiWindow* window = g.CurrentWindow; SetItemDefaultFocus() local
6470 ImGuiWindow* window = GImGui->CurrentWindow; SetStateStorage() local
6476 ImGuiWindow* window = GImGui->CurrentWindow; GetStateStorage() local
6482 ImGuiWindow* window = GImGui->CurrentWindow; PushID() local
6488 ImGuiWindow* window = GImGui->CurrentWindow; PushID() local
6494 ImGuiWindow* window = GImGui->CurrentWindow; PushID() local
6501 ImGuiWindow* window = GImGui->CurrentWindow; PushID() local
6507 ImGuiWindow* window = GImGui->CurrentWindow; PopID() local
6513 ImGuiWindow* window = GImGui->CurrentWindow; GetID() local
6519 ImGuiWindow* window = GImGui->CurrentWindow; GetID() local
6525 ImGuiWindow* window = GImGui->CurrentWindow; GetID() local
6531 ImGuiWindow* window = GImGui->CurrentWindow;; IsRectVisible() local
6537 ImGuiWindow* window = GImGui->CurrentWindow;; IsRectVisible() local
6545 ImGuiWindow* window = GetCurrentWindow(); BeginGroup() local
6570 ImGuiWindow* window = GetCurrentWindow(); EndGroup() local
6614 ImGuiWindow* window = GetCurrentWindow(); SameLine() local
6638 ImGuiWindow* window = GetCurrentWindow(); Indent() local
6646 ImGuiWindow* window = GetCurrentWindow(); Unindent() local
6800 ImGuiWindow* window = GImGui->CurrentWindow; OpenPopupOnItemClick() local
6941 ImGuiWindow* window = g.CurrentWindow; BeginPopupModal() local
6983 ImGuiWindow* window = GImGui->CurrentWindow; BeginPopupContextItem() local
7075 FindBestWindowPosForPopup(ImGuiWindow* window) FindBestWindowPosForPopup() argument
7162 ImGuiWindow* window = g.CurrentWindow; NavScoreItem() local
7291 NavProcessItem(ImGuiWindow* window, const ImRect& nav_bb, const ImGuiID id) NavProcessItem() argument
7386 NavMoveRequestTryWrapping(ImGuiWindow* window, ImGuiNavMoveFlags move_flags) NavMoveRequestTryWrapping() argument
7431 NavRestoreLastChildNavWindow(ImGuiWindow* window) NavRestoreLastChildNavWindow() argument
7457 NavInitWindow(ImGuiWindow* window, bool force_reinit) NavInitWindow() argument
7540 NavScrollToBringItemIntoView(ImGuiWindow* window, const ImRect& item_rect) NavScrollToBringItemIntoView() argument
7778 ImGuiWindow* window = g.NavWindow; NavUpdate() local
7811 ImGuiWindow* window = g.NavWindow; NavUpdate() local
7900 ImGuiWindow* window = g.NavWindow; NavUpdatePageUpPageDown() local
7939 FindWindowFocusIndex(ImGuiWindow* window) FindWindowFocusIndex() argument
8109 GetFallbackWindowNameForWindowingList(ImGuiWindow* window) GetFallbackWindowNameForWindowingList() argument
8135 ImGuiWindow* window = g.WindowsFocusOrder[n]; NavUpdateWindowingList() local
8154 ImGuiWindow* window = GetCurrentWindow(); NextColumn() local
8188 ImGuiWindow* window = GetCurrentWindowRead(); GetColumnIndex() local
8194 ImGuiWindow* window = GetCurrentWindowRead(); GetColumnsCount() local
8215 ImGuiWindow* window = g.CurrentWindow; GetDraggedColumnOffset() local
8229 ImGuiWindow* window = GetCurrentWindowRead(); GetColumnOffset() local
8257 ImGuiWindow* window = GetCurrentWindowRead(); GetColumnWidth() local
8269 ImGuiWindow* window = g.CurrentWindow; SetColumnOffset() local
8290 ImGuiWindow* window = GetCurrentWindowRead(); SetColumnWidth() local
8301 ImGuiWindow* window = GetCurrentWindowRead(); PushColumnClipRect() local
8309 FindOrAddColumnsSet(ImGuiWindow* window, ImGuiID id) FindOrAddColumnsSet() argument
8324 ImGuiWindow* window = GetCurrentWindow(); BeginColumns() local
8388 ImGuiWindow* window = GetCurrentWindow(); EndColumns() local
8455 ImGuiWindow* window = GetCurrentWindow(); Columns() local
8493 ImGuiWindow* window = g.CurrentWindow; BeginDragDropSource() local
8708 ImGuiWindow* window = g.CurrentWindow; AcceptDragDropPayload() local
8797 ImGuiWindow* window = g.CurrentWindow; LogRenderedText() local
8951 MarkIniSettingsDirty(ImGuiWindow* window) MarkIniSettingsDirty() argument
9125 ImGuiWindow* window = g.Windows[i]; SettingsHandlerWindow_WriteAll() local
9459 ImGuiWindow* window = g.OpenPopupStack[i].Window; ShowMetricsWindow() local
9495 ImGuiWindow* window = g.Windows[n]; ShowMetricsWindow() local
[all...]
H A Dimgui_internal.h1238 void Backup() { ImGuiWindow* window = GImGui->CurrentWindow; LastItemId = window->DC.LastItemId; LastItemStatusFlags = window->DC.LastItemStatusFlags; LastItemRect = window->DC.LastItemRect; LastItemDisplayRect = window->DC.LastItemDisplayRect; } Backup() local
1239 void Restore() const { ImGuiWindow* window = GImGui->CurrentWindow; window->DC.LastItemId = LastItemId; window->DC.LastItemStatusFlags = LastItemStatusFlags; window->DC.LastItemRect = LastItemRect; window->DC.LastItemDisplayRect = LastItemDisplayRect; } Restore() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp2250 ImGuiWindow* window = g.CurrentWindow; CalcListClipping() local
2293 ImGuiWindow* window = g.CurrentWindow; SetCursorPosYAndSetupForPrevLine() local
2329 ImGuiWindow* window = g.CurrentWindow; Begin() local
2359 ImGuiWindow* window = g.CurrentWindow; Step() local
2709 ImGuiWindow* window = g.CurrentWindow; RenderText() local
2735 ImGuiWindow* window = g.CurrentWindow; RenderTextWrapped() local
2787 ImGuiWindow* window = g.CurrentWindow; RenderTextClipped() local
2878 ImGuiWindow* window = g.CurrentWindow; RenderFrame() local
2891 ImGuiWindow* window = g.CurrentWindow; RenderFrameBorder() local
3040 SetCurrentWindow(ImGuiWindow* window) SetCurrentWindow() argument
3061 GcCompactTransientWindowBuffers(ImGuiWindow* window) GcCompactTransientWindowBuffers() argument
3073 GcAwakeTransientWindowBuffers(ImGuiWindow* window) GcAwakeTransientWindowBuffers() argument
3083 SetActiveID(ImGuiID id, ImGuiWindow* window) SetActiveID() argument
3161 IsWindowContentHoverable(ImGuiWindow* window, ImGuiHoveredFlags flags) IsWindowContentHoverable() argument
3186 ImGuiWindow* window = g.CurrentWindow; IsItemHovered() local
3287 ImGuiWindow* window = g.CurrentWindow; IsClippedEx() local
3298 ItemInputable(ImGuiWindow* window, ImGuiID id) ItemInputable() argument
3343 ImGuiWindow* window = g.CurrentWindow; CalcWrapWidthForPos() local
3551 StartMouseMovingWindow(ImGuiWindow* window) StartMouseMovingWindow() argument
3668 IsWindowActiveAndVisible(ImGuiWindow* window) IsWindowActiveAndVisible() argument
3732 StartLockWheelingWindow(ImGuiWindow* window) StartLockWheelingWindow() argument
3854 ImGuiWindow* window = g.TabFocusRequestNextWindow; UpdateTabFocus() local
4118 ImGuiWindow* window = g.Windows[i]; NewFrame() local
4284 AddWindowToSortBuffer(ImVector<ImGuiWindow*>* out_sorted_windows, ImGuiWindow* window) AddWindowToSortBuffer() argument
4337 AddWindowToDrawData(ImGuiWindow* window, int layer) AddWindowToDrawData() argument
4352 AddRootWindowToDrawData(ImGuiWindow* window) AddRootWindowToDrawData() argument
4402 ImGuiWindow* window = GetCurrentWindow(); PushClipRect() local
4409 ImGuiWindow* window = GetCurrentWindow(); PopClipRect() local
4475 ImGuiWindow* window = g.Windows[i]; EndFrame() local
4528 ImGuiWindow* window = g.Windows[n]; Render() local
4606 ImGuiWindow* window = g.Windows[i]; FindHoveredWindow() local
5061 ImGuiWindow* window = GetCurrentWindow(); BeginChild() local
5074 ImGuiWindow* window = g.CurrentWindow; EndChild() local
5137 SetWindowConditionAllowFlags(ImGuiWindow* window, ImGuiCond flags, bool enabled) SetWindowConditionAllowFlags() argument
5156 ApplyWindowSettings(ImGuiWindow* window, ImGuiWindowSettings* settings) ApplyWindowSettings() argument
5170 ImGuiWindow* window = IM_NEW(ImGuiWindow)(&g, name); CreateNewWindow() local
5216 CalcWindowSizeAfterConstraint(ImGuiWindow* window, const ImVec2& size_desired) CalcWindowSizeAfterConstraint() argument
5251 CalcWindowContentSizes(ImGuiWindow* window, ImVec2* content_size_current, ImVec2* content_size_ideal) CalcWindowContentSizes() argument
5271 CalcWindowAutoFitSize(ImGuiWindow* window, const ImVec2& size_contents) CalcWindowAutoFitSize() argument
5309 CalcWindowNextAutoFitSize(ImGuiWindow* window) CalcWindowNextAutoFitSize() argument
5328 CalcResizePosSizeFromAnyCorner(ImGuiWindow* window, const ImVec2& corner_target, const ImVec2& corner_norm, ImVec2* out_pos, ImVec2* out_size) CalcResizePosSizeFromAnyCorner() argument
5372 GetResizeBorderRect(ImGuiWindow* window, int border_n, float perp_padding, float thickness) GetResizeBorderRect() argument
5386 GetWindowResizeCornerID(ImGuiWindow* window, int n) GetWindowResizeCornerID() argument
5396 GetWindowResizeBorderID(ImGuiWindow* window, ImGuiDir dir) GetWindowResizeBorderID() argument
5408 UpdateWindowManualResize(ImGuiWindow* window, const ImVec2& size_auto_fit, int* border_held, int resize_grip_count, ImU32 resize_grip_col[4], const ImRect& visibility_rect) UpdateWindowManualResize() argument
5538 ClampWindowRect(ImGuiWindow* window, const ImRect& visibility_rect) ClampWindowRect() argument
5547 RenderWindowOuterBorders(ImGuiWindow* window) RenderWindowOuterBorders() argument
5573 RenderWindowDecorations(ImGuiWindow* window, const ImRect& title_bar_rect, bool title_bar_is_highlight, int resize_grip_count, const ImU32 resize_grip_col[4], float resize_grip_draw_size) RenderWindowDecorations() argument
5657 RenderWindowTitleBarContents(ImGuiWindow* window, const ImRect& title_bar_rect, const char* name, bool* p_open) RenderWindowTitleBarContents() argument
5744 UpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow* parent_window) UpdateWindowParentAndRootLinks() argument
5777 ImGuiWindow* window = FindWindowByName(name); Begin() local
6425 ImGuiWindow* window = g.CurrentWindow; End() local
6457 BringWindowToFocusFront(ImGuiWindow* window) BringWindowToFocusFront() argument
6478 BringWindowToDisplayFront(ImGuiWindow* window) BringWindowToDisplayFront() argument
6493 BringWindowToDisplayBack(ImGuiWindow* window) BringWindowToDisplayBack() argument
6508 FocusWindow(ImGuiWindow* window) FocusWindow() argument
6569 ImGuiWindow* window = g.WindowsFocusOrder[i]; FocusTopMostWindowUnderOne() local
6695 ImGuiWindow* window = GetCurrentWindow(); PushTextWrapPos() local
6702 ImGuiWindow* window = GetCurrentWindow(); PopTextWrapPos() local
6707 GetCombinedRootWindow(ImGuiWindow* window, bool popup_hierarchy) GetCombinedRootWindow() argument
6715 IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent, bool popup_hierarchy) IsWindowChildOf() argument
6803 IsWindowNavFocusable(ImGuiWindow* window) IsWindowNavFocusable() argument
6810 ImGuiWindow* window = GImGui->CurrentWindow; GetWindowWidth() local
6816 ImGuiWindow* window = GImGui->CurrentWindow; GetWindowHeight() local
6823 ImGuiWindow* window = g.CurrentWindow; GetWindowPos() local
6827 SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond) SetWindowPos() argument
6849 ImGuiWindow* window = GetCurrentWindowRead(); SetWindowPos() local
6861 ImGuiWindow* window = GetCurrentWindowRead(); GetWindowSize() local
6865 SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond) SetWindowSize() argument
6908 SetWindowCollapsed(ImGuiWindow* window, bool collapsed, ImGuiCond cond) SetWindowCollapsed() argument
6919 SetWindowHitTestHole(ImGuiWindow* window, const ImVec2& pos, const ImVec2& size) SetWindowHitTestHole() argument
6933 ImGuiWindow* window = GetCurrentWindowRead(); IsWindowCollapsed() local
6939 ImGuiWindow* window = GetCurrentWindowRead(); IsWindowAppearing() local
7035 ImGuiWindow* window = GetCurrentWindow(); GetWindowDrawList() local
7058 ImGuiWindow* window = GetCurrentWindow(); SetWindowFontScale() local
7073 ImGuiWindow* window = g.CurrentWindow; PushFocusScope() local
7081 ImGuiWindow* window = g.CurrentWindow; PopFocusScope() local
7090 ImGuiWindow* window = g.CurrentWindow; SetKeyboardFocusHere() local
7104 ImGuiWindow* window = g.CurrentWindow; SetItemDefaultFocus() local
7122 ImGuiWindow* window = GImGui->CurrentWindow; SetStateStorage() local
7128 ImGuiWindow* window = GImGui->CurrentWindow; GetStateStorage() local
7135 ImGuiWindow* window = g.CurrentWindow; PushID() local
7143 ImGuiWindow* window = g.CurrentWindow; PushID() local
7151 ImGuiWindow* window = g.CurrentWindow; PushID() local
7159 ImGuiWindow* window = g.CurrentWindow; PushID() local
7168 ImGuiWindow* window = g.CurrentWindow; PushOverrideID() local
7189 ImGuiWindow* window = GImGui->CurrentWindow; PopID() local
7196 ImGuiWindow* window = GImGui->CurrentWindow; GetID() local
7202 ImGuiWindow* window = GImGui->CurrentWindow; GetID() local
7208 ImGuiWindow* window = GImGui->CurrentWindow; GetID() local
7214 ImGuiWindow* window = GImGui->CurrentWindow; IsRectVisible() local
7220 ImGuiWindow* window = GImGui->CurrentWindow; IsRectVisible() local
7331 ImGuiWindow* window = g.CurrentWindow; ErrorCheckEndFrameRecover() local
7361 ImGuiWindow* window = g.CurrentWindow; ErrorCheckEndWindowRecover() local
7415 ImGuiWindow* window = g.CurrentWindow; SetToCurrentState() local
7431 ImGuiWindow* window = g.CurrentWindow; CompareWithCurrentState() local
7489 ImGuiWindow* window = g.CurrentWindow; ItemSize() local
7530 ImGuiWindow* window = g.CurrentWindow; ItemAdd() local
7598 ImGuiWindow* window = GetCurrentWindow(); SameLine() local
7621 ImGuiWindow* window = GetCurrentWindowRead(); GetCursorScreenPos() local
7627 ImGuiWindow* window = GetCurrentWindow(); SetCursorScreenPos() local
7636 ImGuiWindow* window = GetCurrentWindowRead(); GetCursorPos() local
7642 ImGuiWindow* window = GetCurrentWindowRead(); GetCursorPosX() local
7648 ImGuiWindow* window = GetCurrentWindowRead(); GetCursorPosY() local
7654 ImGuiWindow* window = GetCurrentWindow(); SetCursorPos() local
7661 ImGuiWindow* window = GetCurrentWindow(); SetCursorPosX() local
7668 ImGuiWindow* window = GetCurrentWindow(); SetCursorPosY() local
7675 ImGuiWindow* window = GetCurrentWindowRead(); GetCursorStartPos() local
7682 ImGuiWindow* window = GetCurrentWindow(); Indent() local
7690 ImGuiWindow* window = GetCurrentWindow(); Unindent() local
7707 ImGuiWindow* window = g.CurrentWindow; PushItemWidth() local
7716 ImGuiWindow* window = g.CurrentWindow; PushMultiItemsWidths() local
7730 ImGuiWindow* window = GetCurrentWindow(); PopItemWidth() local
7740 ImGuiWindow* window = g.CurrentWindow; CalcItemWidth() local
7761 ImGuiWindow* window = GImGui->CurrentWindow; CalcItemSize() local
7810 ImGuiWindow* window = g.CurrentWindow; GetContentRegionMax() local
7821 ImGuiWindow* window = g.CurrentWindow; GetContentRegionMaxAbs() local
7830 ImGuiWindow* window = GImGui->CurrentWindow; GetContentRegionAvail() local
7837 ImGuiWindow* window = GImGui->CurrentWindow; GetWindowContentRegionMin() local
7843 ImGuiWindow* window = GImGui->CurrentWindow; GetWindowContentRegionMax() local
7853 ImGuiWindow* window = g.CurrentWindow; BeginGroup() local
7880 ImGuiWindow* window = g.CurrentWindow; EndGroup() local
7955 CalcNextScrollFromScrollTargetAndClamp(ImGuiWindow* window) CalcNextScrollFromScrollTargetAndClamp() argument
7997 ImGuiWindow* window = g.CurrentWindow; ScrollToItem() local
8001 ScrollToRect(ImGuiWindow* window, const ImRect& item_rect, ImGuiScrollFlags flags) ScrollToRect() argument
8007 ScrollToRectEx(ImGuiWindow* window, const ImRect& item_rect, ImGuiScrollFlags flags) ScrollToRectEx() argument
8074 ImGuiWindow* window = GImGui->CurrentWindow; GetScrollX() local
8080 ImGuiWindow* window = GImGui->CurrentWindow; GetScrollY() local
8086 ImGuiWindow* window = GImGui->CurrentWindow; GetScrollMaxX() local
8092 ImGuiWindow* window = GImGui->CurrentWindow; GetScrollMaxY() local
8096 SetScrollX(ImGuiWindow* window, float scroll_x) SetScrollX() argument
8103 SetScrollY(ImGuiWindow* window, float scroll_y) SetScrollY() argument
8132 SetScrollFromPosX(ImGuiWindow* window, float local_x, float center_x_ratio) SetScrollFromPosX() argument
8140 SetScrollFromPosY(ImGuiWindow* window, float local_y, float center_y_ratio) SetScrollFromPosY() argument
8166 ImGuiWindow* window = g.CurrentWindow; SetScrollHereX() local
8179 ImGuiWindow* window = g.CurrentWindow; SetScrollHereY() local
8420 ImGuiWindow* window = g.OpenPopupStack[popup_count_to_keep - 1].Window; ClosePopupsExceptModals() local
8527 ImGuiWindow* window = g.CurrentWindow; BeginPopupModal() local
8559 ImGuiWindow* window = g.CurrentWindow; EndPopup() local
8580 ImGuiWindow* window = g.CurrentWindow; OpenPopupOnItemClick() local
8609 ImGuiWindow* window = g.CurrentWindow; BeginPopupContextItem() local
8623 ImGuiWindow* window = g.CurrentWindow; BeginPopupContextWindow() local
8637 ImGuiWindow* window = g.CurrentWindow; BeginPopupContextVoid() local
8728 GetPopupAllowedExtentRect(ImGuiWindow* window) GetPopupAllowedExtentRect() argument
8738 FindBestWindowPosForPopup(ImGuiWindow* window) FindBestWindowPosForPopup() argument
8798 SetFocusID(ImGuiID id, ImGuiWindow* window) SetFocusID() argument
8856 ImGuiWindow* window = g.CurrentWindow; NavScoreItem() local
8989 ImGuiWindow* window = g.CurrentWindow; NavApplyItemToResult() local
9002 ImGuiWindow* window = g.CurrentWindow; NavProcessItem() local
9126 NavMoveRequestTryWrapping(ImGuiWindow* window, ImGuiNavMoveFlags wrap_flags) NavMoveRequestTryWrapping() argument
9148 NavRestoreLastChildNavWindow(ImGuiWindow* window) NavRestoreLastChildNavWindow() argument
9160 ImGuiWindow* window = g.NavWindow; NavRestoreLayer() local
9183 NavInitWindow(ImGuiWindow* window, bool force_reinit) NavInitWindow() argument
9408 ImGuiWindow* window = g.NavWindow; NavUpdate() local
9470 ImGuiWindow* window = g.NavWindow; NavUpdateCreateMoveRequest() local
9710 ImGuiWindow* window = g.NavWindow; NavUpdatePageUpPageDown() local
9788 ImGuiWindow* window = g.NavWindow; NavEndFrame() local
9847 FindWindowFocusIndex(ImGuiWindow* window) FindWindowFocusIndex() argument
10059 GetFallbackWindowNameForWindowingList(ImGuiWindow* window) GetFallbackWindowNameForWindowingList() argument
10086 ImGuiWindow* window = g.WindowsFocusOrder[n]; NavUpdateWindowingOverlay() local
10128 ImGuiWindow* window = g.CurrentWindow; BeginDragDropSource() local
10358 ImGuiWindow* window = g.CurrentWindow; AcceptDragDropPayload() local
10456 ImGuiWindow* window = g.CurrentWindow; LogRenderedText() local
10515 ImGuiWindow* window = g.CurrentWindow; LogBegin() local
10706 MarkIniSettingsDirty(ImGuiWindow* window) MarkIniSettingsDirty() argument
10933 ImGuiWindow* window = g.Windows[i]; WindowSettingsHandler_WriteAll() local
11193 ImGuiWindow* window = g.CurrentWindow; DebugRenderViewportThumbnail() local
11223 ImGuiWindow* window = g.CurrentWindow; RenderViewportsThumbnails() local
11445 ImGuiWindow* window = g.OpenPopupStack[i].Window; ShowMetricsWindow() local
11582 ImGuiWindow* window = g.Windows[n]; ShowMetricsWindow() local
11670 DebugNodeDrawList(ImGuiWindow* window, const ImDrawList* draw_list, const char* label) DebugNodeDrawList() argument
11965 DebugNodeWindow(ImGuiWindow* window, const char* label) DebugNodeWindow() argument
12116 ImGuiWindow* window = g.CurrentWindow; DebugHookIdInfo() local
12198 ImGuiWindow* window = (info->Desc[0] == 0 && n == 0) ? FindWindowByID(info->ID) : NULL; ShowStackToolWindow() local
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp5378 , window( window_ ) in window() function
5465 struct ANativeWindow * window = {}; member
[all...]
/third_party/glfw/deps/
H A Dnuklear.h5236 struct nk_style_window window; global() member
15833 struct nk_window *window; nk_panel_end() local
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp4152 , window( window_ ) in window() function
4220 struct ANativeWindow * window = {}; member
68295 , window( window_ ) window() function
68371 struct _screen_window * window = {}; global() member
73216 , window( window_ ) window() function
73282 void * window = {}; global() member
80969 , window( window_ ) window() function
81043 xcb_window_t window = {}; global() member
81074 , window( window_ ) window() function
81148 Window window = {}; global() member
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...

Completed in 142 milliseconds

1...<<1112131415161718