Home
last modified time | relevance | path

Searched refs:HScroll (Results 1 – 25 of 122) sorted by relevance

12345

/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_DeprecatedWidgets.h31 class MYGUI_EXPORT HScroll :
34 MYGUI_RTTI_DERIVED( HScroll ) in MYGUI_RTTI_DERIVED() argument
37 HScroll() in MYGUI_RTTI_DERIVED()
H A DMyGUI_DeprecatedTypes.h33 class HScroll; variable
34 using HScrollPtr = HScroll*;
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_DeprecatedWidgets.h31 class MYGUI_EXPORT HScroll :
34 MYGUI_RTTI_DERIVED( HScroll ) in MYGUI_RTTI_DERIVED() argument
37 HScroll() in MYGUI_RTTI_DERIVED()
H A DMyGUI_DeprecatedTypes.h33 class HScroll; variable
34 using HScrollPtr = HScroll*;
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_DeprecatedWidgets.h31 class MYGUI_EXPORT HScroll :
34 MYGUI_RTTI_DERIVED( HScroll ) in MYGUI_RTTI_DERIVED() argument
37 HScroll() in MYGUI_RTTI_DERIVED()
H A DMyGUI_DeprecatedTypes.h33 class HScroll; variable
34 using HScrollPtr = HScroll*;
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_DeprecatedWidgets.h31 class MYGUI_EXPORT HScroll :
34 MYGUI_RTTI_DERIVED( HScroll ) in MYGUI_RTTI_DERIVED() argument
37 HScroll() in MYGUI_RTTI_DERIVED()
H A DMyGUI_DeprecatedTypes.h33 class HScroll; variable
34 using HScrollPtr = HScroll*;
/dports/emulators/mednafen/mednafen/src/pcfx/
H A Drainbow.cpp89 static uint16 HScroll; variable
304 value = HScroll; in RAINBOW_GetRegister()
322 HScroll = value & 0x1FF; in RAINBOW_SetRegister()
392 case 0x00: REGSETBOFH(HScroll, V, (A & 0x2) >> 1); HScroll &= 0x1FF; break; in RAINBOW_Write8()
408 case 0x00: REGSETBOFH(HScroll, V & 0xFF, (A & 0x2) >> 1); HScroll &= 0x1FF; break; in RAINBOW_Write16()
743 uint8 tmpss = HScroll; in RAINBOW_FetchRaster()
753 uint16 tmpss = HScroll & 0x1FF; in RAINBOW_FetchRaster()
769 uint8 tmpss = HScroll; in RAINBOW_FetchRaster()
779 uint16 tmpss = HScroll & 0x1FF; in RAINBOW_FetchRaster()
804 HScroll = 0; in RAINBOW_Reset()
[all …]
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/pcfx/
H A Drainbow.cpp302 static uint16 HScroll; variable
591 case 0x00: REGSETBOFH(HScroll, V, (A & 0x2) >> 1); HScroll &= 0x1FF; break; in RAINBOW_Write8()
607 case 0x00: REGSETBOFH(HScroll, V & 0xFF, (A & 0x2) >> 1); HScroll &= 0x1FF; break; in RAINBOW_Write16()
941 uint8 tmpss = HScroll; in RAINBOW_FetchRaster()
951 uint16 tmpss = HScroll & 0x1FF; in RAINBOW_FetchRaster()
967 uint8 tmpss = HScroll; in RAINBOW_FetchRaster()
977 uint16 tmpss = HScroll & 0x1FF; in RAINBOW_FetchRaster()
1002 HScroll = 0; in RAINBOW_Reset()
1018 SFVAR(HScroll), in RAINBOW_StateAction()
/dports/editors/jed/jed-0.99-19/src/
H A Dscreen.c155 && Wants_HScroll && HScroll) in display_line()
156 hscroll_col += HScroll; in display_line()
1612 HScroll = 0;
1620 if ((HScroll >= hdiff)
1630 HScroll = hdiff - whs - 1;
1632 else HScroll = 0;
1635 if (HScroll)
1637 if (wc + HScroll < 0) HScroll = -wc;
1643 HScroll = 0;
1699 HScroll = 0; in set_hscroll()
[all …]
/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dscreen.c150 && Wants_HScroll && HScroll) in display_line()
151 hscroll_col += HScroll; in display_line()
1427 HScroll = 0; in set_hscroll()
1435 if ((HScroll >= hdiff) in set_hscroll()
1440 HScroll = hdiff - sw + whs; in set_hscroll()
1445 HScroll = hdiff - whs - 1; in set_hscroll()
1447 else HScroll = 0; in set_hscroll()
1450 if (HScroll) in set_hscroll()
1452 if (wc + HScroll < 0) HScroll = -wc; in set_hscroll()
1456 JWindow->column += HScroll; in set_hscroll()
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/mui/
H A Dmuibaseunit.pas110 VScroll, HScroll: TMUIObject;
520 if HScroll.Visible then
784 if Assigned(HScroll) then
785 HScroll.Free;
788 HScroll := nil;
845 HScroll.Parent := Self;
846 HScroll.Visible := False;
862 if Assigned(HScroll) then
864 HScroll.Height := 18;
865 HScroll.Top := FHeight - HScroll.Height;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/mui/
H A Dmuibaseunit.pas110 VScroll, HScroll: TMUIObject;
520 if HScroll.Visible then
784 if Assigned(HScroll) then
785 HScroll.Free;
788 HScroll := nil;
845 HScroll.Parent := Self;
846 HScroll.Visible := False;
862 if Assigned(HScroll) then
864 HScroll.Height := 18;
865 HScroll.Top := FHeight - HScroll.Height;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/mui/
H A Dmuibaseunit.pas110 VScroll, HScroll: TMUIObject;
520 if HScroll.Visible then
784 if Assigned(HScroll) then
785 HScroll.Free;
788 HScroll := nil;
845 HScroll.Parent := Self;
846 HScroll.Visible := False;
862 if Assigned(HScroll) then
864 HScroll.Height := 18;
865 HScroll.Top := FHeight - HScroll.Height;
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/mui/
H A Dmuibaseunit.pas110 VScroll, HScroll: TMUIObject;
520 if HScroll.Visible then
784 if Assigned(HScroll) then
785 HScroll.Free;
788 HScroll := nil;
845 HScroll.Parent := Self;
846 HScroll.Visible := False;
862 if Assigned(HScroll) then
864 HScroll.Height := 18;
865 HScroll.Top := FHeight - HScroll.Height;
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Dstate_with_wheel_behavior.cpp70 wheelAction = WheelAction::HScroll; in onMouseWheel()
83 wheelAction = WheelAction::HScroll; in onMouseWheel()
102 wheelAction = WheelAction::HScroll; in onMouseWheel()
158 case WheelAction::HScroll: in onMouseWheel()
166 if (wheelAction == WheelAction::HScroll) { in onMouseWheel()
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dlogdebugger.cpp46 HScroll = 0; in LogInstance()
57 uint32 HScroll; member in LogInstance
/dports/editors/uemacs/uemacs-4.0/src/
H A Dmswemacs.c393 static int HScroll = TRUE; in ScrollBars() local
406 if (hscrollbar != HScroll) { in ScrollBars()
422 HScroll = hscrollbar; in ScrollBars()
/dports/math/ngraph/Ngraph-6.3.54-src/x11/
H A Dogra2x11.c128 Widget toplevel,mainwin,View,HScroll,VScroll; member
436 x11local->HScroll=XmCreateScrollBar(x11local->mainwin,NULL,al,ac); in x11init()
437 XtManageChild(x11local->HScroll); in x11init()
443 x11local->HScroll,x11local->VScroll,x11local->View); in x11init()
487 XtVaSetValues(x11local->HScroll,XmNincrement,10,XmNminimum,0,NULL); in x11init()
489 XtVaGetValues(x11local->HScroll,XmNvalue,&(x11local->hscroll),NULL); in x11init()
493 XtAddCallback(x11local->HScroll,XmNvalueChangedCallback,x11hscroll,x11local); in x11init()
695 XtVaSetValues(x11local->HScroll,XmNmaximum,100,XmNvalue,0,NULL); in x11changedpi()
699 XtVaGetValues(x11local->HScroll,XmNvalue,&XPos,XmNmaximum,&XRange, in x11changedpi()
717 XtVaSetValues(x11local->HScroll,XmNmaximum,width,XmNvalue,XPos,NULL); in x11changedpi()
H A Dx11menu.h67 Widget VScroll,HScroll,popup; member
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dgfx.cpp1351 uint32 HScroll = LineData[Y].BG[bg].HOffset; in DrawBackgroundOffset() local
1352 bool8 left_edge = (Left < (8 - (HScroll & 7))); in DrawBackgroundOffset()
1363 HOffset = HScroll; in DrawBackgroundOffset()
1407 HOffset = (HCellOffset & ~7) | (HScroll & 7); in DrawBackgroundOffset()
1409 HOffset = HScroll; in DrawBackgroundOffset()
1582 uint32 HScroll = LineData[Y + MosaicStart].BG[bg].HOffset; in DrawBackgroundOffsetMosaic() local
1589 if (Left < (8 - (HScroll & 7))) in DrawBackgroundOffsetMosaic()
1593 HOffset = HScroll; in DrawBackgroundOffsetMosaic()
1597 int HOffTile = (((Left + (HScroll & 7)) - 8) + (HOff & ~7)) >> 3; in DrawBackgroundOffsetMosaic()
1636 HOffset = (HCellOffset & ~7) | (HScroll & 7); in DrawBackgroundOffsetMosaic()
[all …]
/dports/math/giacxcas/giac-1.6.0/src/
H A DHistory.h335 class HScroll:public Fl_Scroll {
338 HScroll(int X,int Y,int W,int H,const char*l=0):Fl_Scroll(X,Y,W,H,l),resizechildren(false) {}; in Fl_Scroll()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dkey.h70 HScroll, enumerator
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk/
H A Dgtkwscontrols.pp124 HScroll: PGTKWidget;
798 if ScrollingData^.HScroll <> nil
803 gdk_window_get_pointer(GetControlWindow(ScrollingData^.HScroll), @X, @Y, @Mask);
830 Msg.ScrollBar := HWND(PtrUInt(ScrollingData^.HScroll));
892 Msg.ScrollBar := HWND(PtrUInt(ScrollingData^.HScroll));
919 ScrollingData^.HScroll := PGtkScrolledWindow(Widget)^.HScrollbar;

12345