Home
last modified time | relevance | path

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

1...<<111213141516171819

/third_party/ffmpeg/libavcodec/
H A Daacdec_template.c2937 const INTFLOAT *const window = n == 480 ? AAC_RENAME(ff_aac_eld_window_480) : global() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_arnndn.c629 celt_autocorr(const float *x, float *ac, const float *window, int overlap, int lag, int n) celt_autocorr() argument
[all...]
/third_party/glfw/src/
H A Dwl_window.c196 static void createFallbackEdge(_GLFWwindow* window, in createFallbackEdge() argument
221 static void createFallbackDecorations(_GLFWwindow* window) in createFallbackDecorations() argument
268 destroyFallbackDecorations(_GLFWwindow* window) destroyFallbackDecorations() argument
282 _GLFWwindow* window = userData; xdgDecorationHandleConfigure() local
301 setContentAreaOpaque(_GLFWwindow* window) setContentAreaOpaque() argument
314 resizeFramebuffer(_GLFWwindow* window) resizeFramebuffer() argument
341 resizeWindow(_GLFWwindow* window, int width, int height) resizeWindow() argument
391 _glfwUpdateBufferScaleFromOutputsWayland(_GLFWwindow* window) _glfwUpdateBufferScaleFromOutputsWayland() argument
481 setIdleInhibitor(_GLFWwindow* window, GLFWbool enable) setIdleInhibitor() argument
501 acquireMonitor(_GLFWwindow* window) acquireMonitor() argument
522 releaseMonitor(_GLFWwindow* window) releaseMonitor() argument
543 _GLFWwindow* window = userData; fractionalScaleHandlePreferredScale() local
564 _GLFWwindow* window = userData; xdgToplevelHandleConfigure() local
613 _GLFWwindow* window = userData; xdgToplevelHandleClose() local
627 _GLFWwindow* window = userData; xdgSurfaceHandleConfigure() local
694 _GLFWwindow* window = userData; libdecorFrameHandleConfigure() local
776 _GLFWwindow* window = userData; libdecorFrameHandleClose() local
782 _GLFWwindow* window = userData; libdecorFrameHandleCommit() local
800 createLibdecorFrame(_GLFWwindow* window) createLibdecorFrame() argument
871 updateXdgSizeLimits(_GLFWwindow* window) updateXdgSizeLimits() argument
915 createXdgShellObjects(_GLFWwindow* window) createXdgShellObjects() argument
987 createShellObjects(_GLFWwindow* window) createShellObjects() argument
998 destroyShellObjects(_GLFWwindow* window) destroyShellObjects() argument
1021 createNativeSurface(_GLFWwindow* window, const _GLFWwndconfig* wndconfig, const _GLFWfbconfig* fbconfig) createNativeSurface() argument
1078 setCursorImage(_GLFWwindow* window, _GLFWcursorWayland* cursorWayland) setCursorImage() argument
1124 incrementCursorImage(_GLFWwindow* window) incrementCursorImage() argument
1187 inputText(_GLFWwindow* window, uint32_t scancode) inputText() argument
1239 _GLFWwindow* window = _glfw.windowListHead; handleEvents() local
1434 _GLFWwindow* window = _glfw.wl.pointerFocus; pointerHandleMotion() local
1537 _GLFWwindow* window = _glfw.wl.pointerFocus; pointerHandleButton() local
1614 _GLFWwindow* window = _glfw.wl.pointerFocus; pointerHandleAxis() local
1752 _GLFWwindow* window = _glfw.wl.keyboardFocus; keyboardHandleLeave() local
1772 _GLFWwindow* window = _glfw.wl.keyboardFocus; keyboardHandleKey() local
1990 _GLFWwindow* window = wl_surface_get_user_data(surface); dataDeviceHandleEnter() local
2098 _GLFWwindow* window = userData; xdgActivationHandleDone() local
2128 _glfwCreateWindowWayland(_GLFWwindow* window, const _GLFWwndconfig* wndconfig, const _GLFWctxconfig* ctxconfig, const _GLFWfbconfig* fbconfig) _glfwCreateWindowWayland() argument
2180 _glfwDestroyWindowWayland(_GLFWwindow* window) _glfwDestroyWindowWayland() argument
2227 _glfwSetWindowTitleWayland(_GLFWwindow* window, const char* title) _glfwSetWindowTitleWayland() argument
2235 _glfwSetWindowIconWayland(_GLFWwindow* window, int count, const GLFWimage* images) _glfwSetWindowIconWayland() argument
2242 _glfwGetWindowPosWayland(_GLFWwindow* window, int* xpos, int* ypos) _glfwGetWindowPosWayland() argument
2251 _glfwSetWindowPosWayland(_GLFWwindow* window, int xpos, int ypos) _glfwSetWindowPosWayland() argument
2259 _glfwGetWindowSizeWayland(_GLFWwindow* window, int* width, int* height) _glfwGetWindowSizeWayland() argument
2267 _glfwSetWindowSizeWayland(_GLFWwindow* window, int width, int height) _glfwSetWindowSizeWayland() argument
2291 _glfwSetWindowSizeLimitsWayland(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight) _glfwSetWindowSizeLimitsWayland() argument
2312 _glfwSetWindowAspectRatioWayland(_GLFWwindow* window, int numer, int denom) _glfwSetWindowAspectRatioWayland() argument
2346 _glfwGetFramebufferSizeWayland(_GLFWwindow* window, int* width, int* height) _glfwGetFramebufferSizeWayland() argument
2354 _glfwGetWindowFrameSizeWayland(_GLFWwindow* window, int* left, int* top, int* right, int* bottom) _glfwGetWindowFrameSizeWayland() argument
2371 _glfwGetWindowContentScaleWayland(_GLFWwindow* window, float* xscale, float* yscale) _glfwGetWindowContentScaleWayland() argument
2390 _glfwIconifyWindowWayland(_GLFWwindow* window) _glfwIconifyWindowWayland() argument
2398 _glfwRestoreWindowWayland(_GLFWwindow* window) _glfwRestoreWindowWayland() argument
2421 _glfwMaximizeWindowWayland(_GLFWwindow* window) _glfwMaximizeWindowWayland() argument
2431 _glfwShowWindowWayland(_GLFWwindow* window) _glfwShowWindowWayland() argument
2441 _glfwHideWindowWayland(_GLFWwindow* window) _glfwHideWindowWayland() argument
2453 _glfwRequestWindowAttentionWayland(_GLFWwindow* window) _glfwRequestWindowAttentionWayland() argument
2471 _glfwFocusWindowWayland(_GLFWwindow* window) _glfwFocusWindowWayland() argument
2505 _glfwSetWindowMonitorWayland(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate) _glfwSetWindowMonitorWayland() argument
2530 _glfwWindowFocusedWayland(_GLFWwindow* window) _glfwWindowFocusedWayland() argument
2535 _glfwWindowIconifiedWayland(_GLFWwindow* window) _glfwWindowIconifiedWayland() argument
2542 _glfwWindowVisibleWayland(_GLFWwindow* window) _glfwWindowVisibleWayland() argument
2547 _glfwWindowMaximizedWayland(_GLFWwindow* window) _glfwWindowMaximizedWayland() argument
2552 _glfwWindowHoveredWayland(_GLFWwindow* window) _glfwWindowHoveredWayland() argument
2557 _glfwFramebufferTransparentWayland(_GLFWwindow* window) _glfwFramebufferTransparentWayland() argument
2562 _glfwSetWindowResizableWayland(_GLFWwindow* window, GLFWbool enabled) _glfwSetWindowResizableWayland() argument
2581 _glfwSetWindowDecoratedWayland(_GLFWwindow* window, GLFWbool enabled) _glfwSetWindowDecoratedWayland() argument
2607 _glfwSetWindowFloatingWayland(_GLFWwindow* window, GLFWbool enabled) _glfwSetWindowFloatingWayland() argument
2613 _glfwSetWindowMousePassthroughWayland(_GLFWwindow* window, GLFWbool enabled) _glfwSetWindowMousePassthroughWayland() argument
2625 _glfwGetWindowOpacityWayland(_GLFWwindow* window) _glfwGetWindowOpacityWayland() argument
2630 _glfwSetWindowOpacityWayland(_GLFWwindow* window, float opacity) _glfwSetWindowOpacityWayland() argument
2636 _glfwSetRawMouseMotionWayland(_GLFWwindow* window, GLFWbool enabled) _glfwSetRawMouseMotionWayland() argument
2668 _glfwGetCursorPosWayland(_GLFWwindow* window, double* xpos, double* ypos) _glfwGetCursorPosWayland() argument
2676 _glfwSetCursorPosWayland(_GLFWwindow* window, double x, double y) _glfwSetCursorPosWayland() argument
2682 _glfwSetCursorModeWayland(_GLFWwindow* window, int mode) _glfwSetCursorModeWayland() argument
2884 _GLFWwindow* window = userData; relativePointerHandleRelativeMotion() local
2926 lockPointer(_GLFWwindow* window) lockPointer() argument
2955 unlockPointer(_GLFWwindow* window) unlockPointer() argument
2980 confinePointer(_GLFWwindow* window) confinePointer() argument
2995 unconfinePointer(_GLFWwindow* window) unconfinePointer() argument
3001 _glfwSetCursorWayland(_GLFWwindow* window, _GLFWcursor* cursor) _glfwSetCursorWayland() argument
3213 _glfwGetEGLNativeWindowWayland(_GLFWwindow* window) _glfwGetEGLNativeWindowWayland() argument
3247 _glfwCreateWindowSurfaceWayland(VkInstance instance, _GLFWwindow* window, const VkAllocationCallbacks* allocator, VkSurfaceKHR* surface) _glfwCreateWindowSurfaceWayland() argument
3311 _GLFWwindow* window = (_GLFWwindow*) handle; glfwGetWaylandWindow() local
[all...]
H A Dwl_platform.h363 struct wl_egl_window* window; member
[all...]
H A Dinternal.h601 _GLFWwindow* window; member
776 _GLFWwndconfig window; member
[all...]
H A Dx11_platform.h438 Window window; member
447 xcb_window_t window; member
472 GLXWindow window; member
[all...]
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c2519 glXBindChannelToWindowSGIX(Display *dpy, int screen, int channel, Window window) glXBindChannelToWindowSGIX() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp1986 const UniquePtr<Window> window; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMutableTests.cpp1986 const UniquePtr<Window> window; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationEGL.cpp2352 ValidateCreateWindowSurface(const ValidationContext *val, const Display *display, const Config *config, EGLNativeWindowType window, const AttributeMap &attributes) ValidateCreateWindowSurface() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DImageTest.cpp305 EGLWindow *window = getEGLWindow(); in createEGLImage2DTextureSource() local
344 EGLWindow *window = getEGLWindow(); in createEGLImageCubemapTextureSource() local
379 EGLWindow *window = getEGLWindow(); in createEGLImage3DTextureSource() local
415 EGLWindow *window in createEGLImageRenderbufferSource() local
635 EGLWindow *window = getEGLWindow(); createEGLImageAndroidHardwareBufferSource() local
670 EGLWindow *window = getEGLWindow(); createEGLImageANWBClientBufferSource() local
1115 EGLWindow *window = getEGLWindow(); TEST_P() local
1237 EGLWindow *window = getEGLWindow(); TEST_P() local
1667 EGLWindow *window = getEGLWindow(); Source2DTarget2D_helper() local
1698 EGLWindow *window = getEGLWindow(); TEST_P() local
1735 EGLWindow *window = getEGLWindow(); TEST_P() local
1769 EGLWindow *window = getEGLWindow(); TEST_P() local
1802 EGLWindow *window = getEGLWindow(); TEST_P() local
1850 EGLWindow *window = getEGLWindow(); Source2DTarget2DArray_helper() local
1883 EGLWindow *window = getEGLWindow(); TEST_P() local
1930 EGLWindow *window = getEGLWindow(); SourceAHBTarget2D_helper() local
1971 EGLWindow *window = getEGLWindow(); TEST_P() local
2052 EGLWindow *window = getEGLWindow(); TEST_P() local
2122 EGLWindow *window = getEGLWindow(); TEST_P() local
2206 EGLWindow *window = getEGLWindow(); TEST_P() local
2279 EGLWindow *window = getEGLWindow(); TEST_P() local
2341 EGLWindow *window = getEGLWindow(); SourceAHBTarget2DArray_helper() local
2393 EGLWindow *window = getEGLWindow(); SourceAHBTargetExternal_helper() local
2486 EGLWindow *window = getEGLWindow(); TEST_P() local
2634 EGLWindow *window = getEGLWindow(); TEST_P() local
2679 EGLWindow *window = getEGLWindow(); TEST_P() local
2706 EGLWindow *window = getEGLWindow(); TEST_P() local
2733 EGLWindow *window = getEGLWindow(); TEST_P() local
2772 EGLWindow *window = getEGLWindow(); TEST_P() local
2809 EGLWindow *window = getEGLWindow(); TEST_P() local
2851 EGLWindow *window = getEGLWindow(); TEST_P() local
2909 EGLWindow *window = getEGLWindow(); TEST_P() local
2947 EGLWindow *window = getEGLWindow(); TEST_P() local
3003 EGLWindow *window = getEGLWindow(); TEST_P() local
3140 EGLWindow *window = getEGLWindow(); SourceAHBTargetExternalESSL3_helper() local
3179 EGLWindow *window = getEGLWindow(); TEST_P() local
3265 EGLWindow *window = getEGLWindow(); Source2DTargetRenderbuffer_helper() local
3314 EGLWindow *window = getEGLWindow(); SourceNativeClientBufferTargetExternal_helper() local
3366 EGLWindow *window = getEGLWindow(); SourceNativeClientBufferTargetRenderbuffer_helper() local
3409 EGLWindow *window = getEGLWindow(); Source2DTargetExternal_helper() local
3454 EGLWindow *window = getEGLWindow(); Source2DTargetExternalESSL3_helper() local
3497 EGLWindow *window = getEGLWindow(); SourceCubeTarget2D_helper() local
3545 EGLWindow *window = getEGLWindow(); SourceCubeTargetRenderbuffer_helper() local
3595 EGLWindow *window = getEGLWindow(); SourceCubeTargetExternal_helper() local
3645 EGLWindow *window = getEGLWindow(); SourceCubeTargetExternalESSL3_helper() local
3691 EGLWindow *window = getEGLWindow(); Source3DTargetTexture_helper() local
3748 EGLWindow *window = getEGLWindow(); Source3DTargetRenderbuffer_helper() local
3800 EGLWindow *window = getEGLWindow(); Source3DTargetExternal_helper() local
3854 EGLWindow *window = getEGLWindow(); Source3DTargetExternalESSL3_helper() local
3905 EGLWindow *window = getEGLWindow(); SourceRenderbufferTargetTexture_helper() local
3946 EGLWindow *window = getEGLWindow(); SourceRenderbufferTargetTextureExternal_helper() local
3990 EGLWindow *window = getEGLWindow(); SourceRenderbufferTargetTextureExternalESSL3_helper() local
4034 EGLWindow *window = getEGLWindow(); SourceRenderbufferTargetRenderbuffer_helper() local
4066 EGLWindow *window = getEGLWindow(); TEST_P() local
4125 EGLWindow *window = getEGLWindow(); TEST_P() local
4222 EGLWindow *window = getEGLWindow(); TEST_P() local
4256 EGLWindow *window = getEGLWindow(); TEST_P() local
4290 EGLWindow *window = getEGLWindow(); TEST_P() local
4342 EGLWindow *window = getEGLWindow(); TEST_P() local
4391 EGLWindow *window = getEGLWindow(); TEST_P() local
4440 EGLWindow *window = getEGLWindow(); TEST_P() local
4508 EGLWindow *window = getEGLWindow(); TEST_P() local
[all...]
/third_party/backends/backend/
H A Davision.c1948 debug_print_window_descriptor(int dbg_level, char* func, command_set_window_window* window) debug_print_window_descriptor() argument
6223 struct command_set_window_window window; set_window() member
[all...]
H A Dumax_pp_low.c8844 cmdGetBlockBuffer (int cmd, int len, int window, unsigned char *buffer) in cmdGetBlockBuffer() argument
10155 sanei_umax_pp_readBlock (long len, int window, int dpi, int last, in sanei_umax_pp_readBlock() argument
[all...]
/third_party/libwebsockets/plugins/ssh-base/include/
H A Dlws-ssh.h454 int32_t window; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp711 NativeWindowD3D *Renderer9::createNativeWindow(EGLNativeWindowType window, in createNativeWindow() argument
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp152 ImGuiWindow* window = GetCurrentWindow(); in TextEx() local
272 ImGuiWindow* window = GetCurrentWindow(); in TextV() local
352 ImGuiWindow* window = GetCurrentWindow(); LabelTextV() local
389 ImGuiWindow* window = GetCurrentWindow(); BulletTextV() local
494 ImGuiWindow* window = GetCurrentWindow(); ButtonBehavior() local
672 ImGuiWindow* window = GetCurrentWindow(); ButtonEx() local
734 ImGuiWindow* window = GetCurrentWindow(); InvisibleButton() local
756 ImGuiWindow* window = GetCurrentWindow(); ArrowButtonEx() local
794 ImGuiWindow* window = g.CurrentWindow; CloseButton() local
832 ImGuiWindow* window = g.CurrentWindow; CollapseButton() local
854 GetWindowScrollbarID(ImGuiWindow* window, ImGuiAxis axis) GetWindowScrollbarID() argument
860 GetWindowScrollbarRect(ImGuiWindow* window, ImGuiAxis axis) GetWindowScrollbarRect() argument
876 ImGuiWindow* window = g.CurrentWindow; Scrollbar() local
911 ImGuiWindow* window = g.CurrentWindow; ScrollbarEx() local
1001 ImGuiWindow* window = GetCurrentWindow(); Image() local
1028 ImGuiWindow* window = GetCurrentWindow(); ImageButtonEx() local
1057 ImGuiWindow* window = g.CurrentWindow; ImageButton() local
1072 ImGuiWindow* window = GetCurrentWindow(); Checkbox() local
1178 ImGuiWindow* window = GetCurrentWindow(); RadioButton() local
1241 ImGuiWindow* window = GetCurrentWindow(); ProgressBar() local
1277 ImGuiWindow* window = GetCurrentWindow(); Bullet() local
1313 ImGuiWindow* window = GetCurrentWindow(); Spacing() local
1321 ImGuiWindow* window = GetCurrentWindow(); Dummy() local
1332 ImGuiWindow* window = GetCurrentWindow(); NewLine() local
1348 ImGuiWindow* window = GetCurrentWindow(); AlignTextToFramePadding() local
1360 ImGuiWindow* window = GetCurrentWindow(); SeparatorEx() local
1421 ImGuiWindow* window = g.CurrentWindow; Separator() local
1435 ImGuiWindow* window = g.CurrentWindow; SplitterBehavior() local
1563 ImGuiWindow* window = GetCurrentWindow(); BeginCombo() local
1704 ImGuiWindow* window = g.CurrentWindow; BeginComboPreview() local
1730 ImGuiWindow* window = g.CurrentWindow; EndComboPreview() local
2381 ImGuiWindow* window = GetCurrentWindow(); DragScalar() local
2467 ImGuiWindow* window = GetCurrentWindow(); DragScalarN() local
2523 ImGuiWindow* window = GetCurrentWindow(); DragFloatRange2() local
2577 ImGuiWindow* window = GetCurrentWindow(); DragIntRange2() local
3946 ImGuiWindow* window = GetCurrentWindow(); InputTextEx() local
[all...]
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/ffmpeg/fftools/
H A Dffplay.c365 static SDL_Window *window; variable
[all...]
/third_party/mesa3d/include/GL/
H A Dglxext.h349 GLXDrawable window; member
/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/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...]

Completed in 95 milliseconds

1...<<111213141516171819