Home
last modified time | relevance | path

Searched refs:SkipLines (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A DFrUtils.c106 extern bool SkipLines;
127 if (SkipLines) { in FastSlotDouble2Canvas()
147 if (SkipLines) { in FastFullscreenDouble2Canvas()
H A Dinput.c1065 extern bool SkipLines;
1083 SkipLines = FALSE; in MacResFunc()
1086 gShockPrefs.doUseQD = SkipLines; // KLC - and this one in MacResFunc()
1098 SkipLines = !SkipLines; in MacSkiplinesFunc()
1099 gShockPrefs.doUseQD = SkipLines; in MacSkiplinesFunc()
H A Dfrsetup.c163 bool SkipLines = false; variable
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/MacSrc/
H A DTests.c1439 extern bool SkipLines;
1596 SkipLines = !SkipLines; in RenderTest()
H A DShockDialogs.c57 extern Boolean SkipLines;
417 SkipLines = gShockPrefs.doUseQD;
H A DPrefs.c59 extern bool SkipLines;
298 SkipLines = gShockPrefs.doUseQD; in SetShockGlobals()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/examples/
H A Dnist.cc172 void SkipLines(ifstream& ifs, int num_lines) { in SkipLines() function
186 SkipLines(ifs, 24); in NISTProblem()
196 SkipLines(ifs, 4); in NISTProblem()
199 SkipLines(ifs, 8); in NISTProblem()
229 SkipLines(ifs, 1); in NISTProblem()
234 SkipLines(ifs, 18 - kNumParameters); in NISTProblem()
/dports/lang/oo2c/oo2c_64-2.1.11/src/
H A Dooef.Mod313 PROCEDURE SkipLines (pos, n: LONGINT): LONGINT;
344 END SkipLines;
442 PrintText (SkipLines (lastPos, 1), SkipLines (scanPos, 1))
445 PrintText (SkipLines (lastPos, 1),
446 SkipLines (lastPos, trailContext+1));
453 PrintText (SkipLines (scanPos, -leadContext),
454 SkipLines (scanPos, 1))
493 PrintText (SkipLines (lastPos, 1),
494 SkipLines (lastPos, 1+trailContext))
/dports/math/ceres-solver/ceres-solver-2.0.0/examples/
H A Dnist.cc195 void SkipLines(ifstream& ifs, int num_lines) { in SkipLines() function
209 SkipLines(ifs, 24); in NISTProblem()
219 SkipLines(ifs, 4); in NISTProblem()
222 SkipLines(ifs, 8); in NISTProblem()
252 SkipLines(ifs, 1); in NISTProblem()
257 SkipLines(ifs, 18 - kNumParameters); in NISTProblem()
/dports/print/hplip/hplip-3.20.6/prnt/hpcups/
H A DHbpl1_Wrapper.h55 virtual DRIVER_ERROR SkipLines(int iSkipLines);
H A DHbpl1_Wrapper.cpp203 DRIVER_ERROR Hbpl1Wrapper::SkipLines (int iSkipLines) in SkipLines() function in Hbpl1Wrapper
H A DPCLmGenerator.h218 int SkipLines (int iSkipLines);
H A DgenPCLm.cpp1779 int PCLmGenerator::SkipLines(int iSkipLines) in SkipLines() function in PCLmGenerator
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dio.hpp102 DLong SkipLines( DLong nlines, bool doThrow);
234 DLong SkipLines( DLong nlines, bool doThrow=true);
H A Dio.cpp402 DLong AnyStream::SkipLines(DLong nlines, bool doThrow) { in SkipLines() function in AnyStream
896 DLong GDLStream::SkipLines(DLong nlines, bool doThrow) { in SkipLines() function in GDLStream
899 DLong n = anyStream->SkipLines(nlines, doThrow); in SkipLines()
H A Dbasic_pro_jmg.cpp359 DLong ret = actUnit.SkipLines(nlines, doThrow); in skip_lun()
/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dpreproc.c338 static int SkipWhitespace (int SkipLines) in SkipWhitespace() argument
349 } else if (CurC == '\0' && SkipLines) { in SkipWhitespace()
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/
H A DvtkUnstructuredGridVolumeZSweepMapper.cxx202 virtual void SkipLines(int deltaY, int y) = 0;
1085 void SkipLines(int deltaY, int y) override in SkipLines() function in vtkUnstructuredGridVolumeZSweepMapperNamespace::vtkSimpleScreenEdge
1494 void SkipLines(int deltaY, int y) override { this->Current->SkipLines(deltaY, y); } in SkipLines() function in vtkUnstructuredGridVolumeZSweepMapperNamespace::vtkDoubleScreenEdge
3731 leftEdge->SkipLines(y1 - y, y1); in RasterizeTriangle()
3732 rightEdge->SkipLines(y1 - y, y1); in RasterizeTriangle()
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/
H A DvtkUnstructuredGridVolumeZSweepMapper.cxx222 virtual void SkipLines(int deltaY,
1114 void SkipLines(int deltaY, in SkipLines() function in vtkUnstructuredGridVolumeZSweepMapperNamespace::vtkSimpleScreenEdge
1533 void SkipLines(int deltaY, in SkipLines() function in vtkUnstructuredGridVolumeZSweepMapperNamespace::vtkDoubleScreenEdge
1536 this->Current->SkipLines(deltaY,y); in SkipLines()
3858 leftEdge->SkipLines(y1-y,y1); in RasterizeTriangle()
3859 rightEdge->SkipLines(y1-y,y1); in RasterizeTriangle()
/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/
H A DvtkUnstructuredGridVolumeZSweepMapper.cxx224 virtual void SkipLines(int deltaY,
1116 void SkipLines(int deltaY, in SkipLines() function in vtkUnstructuredGridVolumeZSweepMapperNamespace::vtkSimpleScreenEdge
1535 void SkipLines(int deltaY, in SkipLines() function in vtkUnstructuredGridVolumeZSweepMapperNamespace::vtkDoubleScreenEdge
1538 this->Current->SkipLines(deltaY,y); in SkipLines()
3878 leftEdge->SkipLines(y1-y,y1); in RasterizeTriangle()
3879 rightEdge->SkipLines(y1-y,y1); in RasterizeTriangle()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/IntelFsp2Pkg/Tools/
H A DGenCfgOpt.py526 SkipLines = 0
534 if SkipLines == 0:
537 SkipLines = SkipLines - 1
/dports/sysutils/edk2/edk2-edk2-stable202102/IntelFsp2Pkg/Tools/
H A DGenCfgOpt.py526 SkipLines = 0
534 if SkipLines == 0:
537 SkipLines = SkipLines - 1
/dports/graphics/urt/urt-3.1b1_12/doc/
H A Drle.mss185 SkipLines@\Increment the @i[scanline number] by the operand value. This
H A Dtoolkit.doc145 SkipLines Increment the scanline number by the operand value, terminating
H A Drle.doc203 SkipLines Increment the scanline number by the operand value. This

12