Searched refs:IO (Results 1 - 25 of 47) sorted by relevance
12
| /xsrc/external/mit/xtrap/dist/ |
| H A D | XEKeybCtrl.c | 184 IO$_SETMODE|IO$M_CTRLCAST, /* Set ctrl_c */ 207 IO$_SETMODE|IO$M_CTRLYAST, /* Set ctrl_y */
|
| H A D | chparse.c | 354 IO$_READLBLK | IO$M_NOECHO | IO$M_NOFILTR | IO$M_TIMED,
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.cpp | 526 - 2015/02/01 (1.31) - removed IO.MemReallocFn (unused) 535 (1.30) - removed IO.PixelCenterOffset (unnecessary, can be handled in user projection matrix) 538 - 2014/11/28 (1.17) - moved IO.Font*** options to inside the IO.Font-> structure (FontYOffset, FontTexUvForWhite, FontBaseScale, FontFallbackGlyph) 542 - 2014/09/25 (1.13) - removed 'text_end' parameter from IO.SetClipboardTextFn (the string is now always zero-terminated for simplicity) 544 - 2014/09/24 (1.12) - moved IM_MALLOC/IM_REALLOC/IM_FREE preprocessor defines to IO.MemAllocFn/IO.MemReallocFn/IO.MemFreeFn 545 - 2014/08/30 (1.09) - removed IO.FontHeight (now computed automatically) 546 - 2014/08/30 (1.09) - moved IMGUI_FONT_TEX_UV_FOR_WHITE preprocessor define to IO [all...] |
| H A D | imgui_widgets.cpp | 427 if (CalcTypematicPressedRepeatAmount(g.HoveredIdTimer + 0.0001f, g.HoveredIdTimer + 0.0001f - g.IO.DeltaTime, 0.01f, 0.70f)) // FIXME: Our formula for CalcTypematicPressedRepeatAmount() is fishy 444 if (!(flags & ImGuiButtonFlags_NoKeyModifiers) || (!g.IO.KeyCtrl && !g.IO.KeyShift && !g.IO.KeyAlt)) 452 if ((flags & ImGuiButtonFlags_PressedOnClickRelease) && g.IO.MouseClicked[0]) 459 if (((flags & ImGuiButtonFlags_PressedOnClick) && g.IO.MouseClicked[0]) || ((flags & ImGuiButtonFlags_PressedOnDoubleClick) && g.IO.MouseDoubleClicked[0])) 468 if ((flags & ImGuiButtonFlags_PressedOnRelease) && g.IO.MouseReleased[0]) 470 if (!((flags & ImGuiButtonFlags_Repeat) && g.IO.MouseDownDurationPrev[0] >= g.IO [all...] |
| H A D | imgui_internal.h | 765 ImGuiIO IO; member in struct:ImGuiContext 767 ImFont* Font; // (Shortcut) == FontStack.empty() ? IO.Font : FontStack.back() 769 float FontBaseSize; // (Shortcut) == IO.FontGlobalScale * Font->Scale * Font->FontSize. Base text height. 940 IO.Fonts = shared_font_atlas ? shared_font_atlas : IM_NEW(ImFontAtlas)(); 1341 inline ImFont* GetDefaultFont() { ImGuiContext& g = *GImGui; return g.IO.FontDefault ? g.IO.FontDefault : g.IO.Fonts->Fonts[0]; } 1412 inline bool IsKeyPressedMap(ImGuiKey key, bool repeat = true) { const int key_index = GImGui->IO.KeyMap[key]; return (key_index >= 0) ? IsKeyPressed(key_index, repeat) : false; } 1413 inline bool IsNavInputDown(ImGuiNavInput n) { return GImGui->IO.NavInputs[n] > 0.0f; }
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.cpp | 526 - 2015/02/01 (1.31) - removed IO.MemReallocFn (unused) 535 (1.30) - removed IO.PixelCenterOffset (unnecessary, can be handled in user projection matrix) 538 - 2014/11/28 (1.17) - moved IO.Font*** options to inside the IO.Font-> structure (FontYOffset, FontTexUvForWhite, FontBaseScale, FontFallbackGlyph) 542 - 2014/09/25 (1.13) - removed 'text_end' parameter from IO.SetClipboardTextFn (the string is now always zero-terminated for simplicity) 544 - 2014/09/24 (1.12) - moved IM_MALLOC/IM_REALLOC/IM_FREE preprocessor defines to IO.MemAllocFn/IO.MemReallocFn/IO.MemFreeFn 545 - 2014/08/30 (1.09) - removed IO.FontHeight (now computed automatically) 546 - 2014/08/30 (1.09) - moved IMGUI_FONT_TEX_UV_FOR_WHITE preprocessor define to IO [all...] |
| H A D | imgui_widgets.cpp | 427 if (CalcTypematicPressedRepeatAmount(g.HoveredIdTimer + 0.0001f, g.HoveredIdTimer + 0.0001f - g.IO.DeltaTime, 0.01f, 0.70f)) // FIXME: Our formula for CalcTypematicPressedRepeatAmount() is fishy 444 if (!(flags & ImGuiButtonFlags_NoKeyModifiers) || (!g.IO.KeyCtrl && !g.IO.KeyShift && !g.IO.KeyAlt)) 452 if ((flags & ImGuiButtonFlags_PressedOnClickRelease) && g.IO.MouseClicked[0]) 459 if (((flags & ImGuiButtonFlags_PressedOnClick) && g.IO.MouseClicked[0]) || ((flags & ImGuiButtonFlags_PressedOnDoubleClick) && g.IO.MouseDoubleClicked[0])) 468 if ((flags & ImGuiButtonFlags_PressedOnRelease) && g.IO.MouseReleased[0]) 470 if (!((flags & ImGuiButtonFlags_Repeat) && g.IO.MouseDownDurationPrev[0] >= g.IO [all...] |
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | dynamic.pl | 41 use IO::Handle;
|
| H A D | query-fonts.pl | 48 use IO::Handle;
|
| H A D | resize.pl | 40 use IO::Handle;
|
| H A D | cursor.pl | 44 use IO::Handle;
|
| H A D | paste64.pl | 40 use IO::Handle;
|
| H A D | insdelln.pl | 47 use IO::Handle;
|
| H A D | query-dynamic.pl | 40 use IO::Handle;
|
| H A D | query-status.pl | 42 use IO::Handle;
|
| H A D | query-xres.pl | 42 use IO::Handle;
|
| H A D | scroll.pl | 47 use IO::Handle;
|
| H A D | xorblink.pl | 87 use IO::Handle;
|
| H A D | query-color.pl | 40 use IO::Handle;
|
| H A D | lrmm-scroll.pl | 45 use IO::Handle;
|
| H A D | setpos.pl | 37 use IO::Handle;
|
| H A D | tcapquery.pl | 40 use IO::Handle;
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | xorg-config.h.in | 85 /* NetBSD PIO alpha IO */
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | xorg-config.h.in | 82 /* NetBSD PIO alpha IO */
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | riva_hw.h | 255 U032 IO; member in struct:_riva_hw_inst
|
Completed in 57 milliseconds
12