Home
last modified time | relevance | path

Searched refs:SizeWidth (Results 1 – 25 of 43) sorted by relevance

12

/dports/games/vavoom/vavoom-1.33/source/
H A Dui_widget.h64 int SizeWidth; variable
145 SetConfiguration(NewX, NewY, SizeWidth, SizeHeight, SizeScaleX, in SetPos()
167 SetSize(SizeWidth, NewHeight); in SetHeight()
171 SetConfiguration(PosX, PosY, SizeWidth, SizeHeight, NewScaleX, in SetScale()
H A Dui_root.cpp215 if (MouseX >= SizeWidth) in MouseMoveEvent()
217 MouseX = SizeWidth - 1; in MouseMoveEvent()
H A Dui_widget.cpp421 ClipRect.ClipX2 = ClipRect.OriginX + ClipRect.ScaleX * SizeWidth; in ClipTree()
451 ClipRect.ClipX2 = ClipRect.OriginX + ClipRect.ScaleX * SizeWidth; in ClipTree()
475 SizeWidth = NewWidth; in SetConfiguration()
/dports/graphics/fractgen/fractgen-2.1.11/src/
H A Dfractalgeneratorview.h59 inline int getSizeWidth() { return(SizeWidth); } in getSizeWidth()
118 int SizeWidth; variable
H A Dfractalgeneratorview.cc77 SizeWidth = (int)rint(screen->geometry().width() * 0.75); in FractalGeneratorView()
80 Display->reset(SizeWidth, SizeHeight); in FractalGeneratorView()
81 Display->setMinimumSize(SizeWidth, SizeHeight); in FractalGeneratorView()
188 SizeWidth = X; in changeSize()
190 Display->reset(SizeWidth, SizeHeight); in changeSize()
/dports/games/vavoom/vavoom-1.33/progs/common/engine/
H A DWidget.vc65 private int SizeWidth;
144 get { return SizeWidth; }
146 default SizeWidth;
/dports/editors/lazarus/lazarus/components/turbopower_ipro/
H A Diphtml.pas1097 SizeWidth : TIpHtmlPixels;
1214 SizeWidth : TIpHtmlPixels;
10213 SizeWidth := TIpHtmlPixels.Create;
10277 SizeWidth.Value := ParentWidth;
10312 SizeWidth.Free;
10637 SizeWidth := TIpHtmlPixels.Create;
10647 SizeWidth.Free;
10862 if (SizeWidth.PixelsType <> hpAbsolute) or (SizeWidth.Value <> ParentWidth) then
10866 SizeWidth.Value := ParentWidth;
11228 SizeWidth.Free;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/turbopower_ipro/
H A Diphtml.pas1041 SizeWidth : TIpHtmlPixels;
1156 SizeWidth : TIpHtmlPixels;
9928 SizeWidth := TIpHtmlPixels.Create;
9992 SizeWidth.Value := ParentWidth;
10027 SizeWidth.Free;
10351 SizeWidth := TIpHtmlPixels.Create;
10361 SizeWidth.Free;
10575 if (SizeWidth.PixelsType <> hpAbsolute) or (SizeWidth.Value <> ParentWidth) then
10579 SizeWidth.Value := ParentWidth;
10918 SizeWidth.Free;
[all …]
/dports/editors/lazarus-qt5/lazarus/components/turbopower_ipro/
H A Diphtml.pas1097 SizeWidth : TIpHtmlPixels;
1214 SizeWidth : TIpHtmlPixels;
10213 SizeWidth := TIpHtmlPixels.Create;
10277 SizeWidth.Value := ParentWidth;
10312 SizeWidth.Free;
10637 SizeWidth := TIpHtmlPixels.Create;
10647 SizeWidth.Free;
10862 if (SizeWidth.PixelsType <> hpAbsolute) or (SizeWidth.Value <> ParentWidth) then
10866 SizeWidth.Value := ParentWidth;
11228 SizeWidth.Free;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/turbopower_ipro/
H A Diphtml.pas1041 SizeWidth : TIpHtmlPixels;
1156 SizeWidth : TIpHtmlPixels;
9928 SizeWidth := TIpHtmlPixels.Create;
9992 SizeWidth.Value := ParentWidth;
10027 SizeWidth.Free;
10351 SizeWidth := TIpHtmlPixels.Create;
10361 SizeWidth.Free;
10575 if (SizeWidth.PixelsType <> hpAbsolute) or (SizeWidth.Value <> ParentWidth) then
10579 SizeWidth.Value := ParentWidth;
10918 SizeWidth.Free;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp2742 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2743 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2757 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2758 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2744 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2745 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2759 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2760 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86FastISel.cpp2737 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2738 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2752 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2753 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86FastISel.cpp2741 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2742 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2756 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2757 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/X86/
H A DX86FastISel.cpp2744 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2745 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2759 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2760 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86FastISel.cpp2737 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2738 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2752 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2753 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86FastISel.cpp2772 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2773 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2787 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2788 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86FastISel.cpp2741 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2742 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2756 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2757 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FastISel.cpp2744 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2745 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2759 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2760 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2737 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2738 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2752 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2753 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86FastISel.cpp2741 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2742 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2756 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2757 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86FastISel.cpp2737 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2738 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2752 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2753 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86FastISel.cpp2772 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2773 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2787 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2788 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86FastISel.cpp2741 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2742 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2756 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2757 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86FastISel.cpp2758 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2759 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2773 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2774 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()

12