Searched refs:IO (Results 1 - 25 of 47) sorted by relevance

12

/xsrc/external/mit/xtrap/dist/
H A DXEKeybCtrl.c184 IO$_SETMODE|IO$M_CTRLCAST, /* Set ctrl_c */
207 IO$_SETMODE|IO$M_CTRLYAST, /* Set ctrl_y */
H A Dchparse.c354 IO$_READLBLK | IO$M_NOECHO | IO$M_NOFILTR | IO$M_TIMED,
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp526 - 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 Dimgui_widgets.cpp427 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 Dimgui_internal.h765 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 Dimgui.cpp526 - 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 Dimgui_widgets.cpp427 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 Ddynamic.pl41 use IO::Handle;
H A Dquery-fonts.pl48 use IO::Handle;
H A Dresize.pl40 use IO::Handle;
H A Dcursor.pl44 use IO::Handle;
H A Dpaste64.pl40 use IO::Handle;
H A Dinsdelln.pl47 use IO::Handle;
H A Dquery-dynamic.pl40 use IO::Handle;
H A Dquery-status.pl42 use IO::Handle;
H A Dquery-xres.pl42 use IO::Handle;
H A Dscroll.pl47 use IO::Handle;
H A Dxorblink.pl87 use IO::Handle;
H A Dquery-color.pl40 use IO::Handle;
H A Dlrmm-scroll.pl45 use IO::Handle;
H A Dsetpos.pl37 use IO::Handle;
H A Dtcapquery.pl40 use IO::Handle;
/xsrc/external/mit/xorg-server/dist/include/
H A Dxorg-config.h.in85 /* NetBSD PIO alpha IO */
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxorg-config.h.in82 /* NetBSD PIO alpha IO */
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Driva_hw.h255 U032 IO; member in struct:_riva_hw_inst

Completed in 57 milliseconds

12