Home
last modified time | relevance | path

Searched refs:nLines (Results 1 – 25 of 1002) sorted by relevance

12345678910>>...41

/dports/math/reduce/Reduce-svn5758-src/psl/xr/src/
H A Dverbal.c37 verbal->nLines = 0; in CreateNewVerbal()
120 int nLines; local
137 nLines = oldPoint ? 0 : 1;
155 nLines++;
165 nLines++;
195 reduceHistoryNumber += nLines;
196 verbal->nLines += nLines;
211 RaisePlacedHeight(nLines * verbalHeight);
251 if (nLines <= 0) return histList;
257 if (histList->nLines <= nLines) nLines -= histList->nLines;
[all …]
/dports/astro/tclgeomap/tclgeomap-2.11.6/generic/
H A DmapLines.c288 mapLnArrPtr->nLines = mapLnArrPtr->nLinesMax = 0;
331 for (n = 0; n < mapLnArrPtr->nLines; n++) {
470 nLines = mapLnArrPtr->nLines;
471 if (nLines + 1 > mapLnArrPtr->nLinesMax) {
491 memcpy(mapLnArrPtr->lines[nLines]->pts, mapLnPtr->pts,
493 mapLnArrPtr->lines[nLines]->nPts = mapLnPtr->nPts;
498 mapLnArrPtr->nLines++;
528 nLines = mapLnArrPtr->nLines;
529 if (nLines + 1 > mapLnArrPtr->nLinesMax) {
548 mapLnArrPtr->lines[nLines] = mapLnPtr;
[all …]
H A DgeoLines.c408 lnArrPtr->nLines = lnArrPtr->nLinesMax = 0;
519 nLines = lnArrPtr->nLines;
520 if (nLines + 1 > lnArrPtr->nLinesMax) {
541 lnArrPtr->lines[nLines]->nPts = ln->nPts;
546 lnArrPtr->nLines++;
573 nLines = lnArrPtr->nLines;
574 if (nLines + 1 > lnArrPtr->nLinesMax) {
591 lnArrPtr->lines[nLines] = ln;
592 lnArrPtr->nLines++;
668 for (n = 0; n < lnArrPtr->nLines; n++) {
[all …]
/dports/science/jmol/jmol-14.32.7/src/org/jmol/g3d/
H A DTriangleRenderer.java160 int nLines = yMax - yMin + 1; in fillTriangle() local
161 if (nLines > g3d.height * 3) in fillTriangle()
163 if (nLines > axW.length) { in fillTriangle()
164 int n = (nLines + 31) & ~31; in fillTriangle()
219 roundFactor = GData.roundInt(nLines / 2); in fillTriangle()
264 nLines += yMin; in fillTriangle()
268 if (yMin + nLines > g3d.height) in fillTriangle()
269 nLines = g3d.height - yMin; in fillTriangle()
273 for (; --nLines >= pass2Row; ++yMin, ++i) { in fillTriangle()
280 for (; --nLines >= pass2Row; ++yMin, ++i) { in fillTriangle()
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkImgPPM.c206 nLines = height; in FileReadPPM()
208 if (nLines <= 0) { in FileReadPPM()
209 nLines = 1; in FileReadPPM()
216 if (nLines > h) { in FileReadPPM()
217 nLines = h; in FileReadPPM()
251 destY += nLines; in FileReadPPM()
569 nLines = height; in StringReadPPM()
572 nLines = 1; in StringReadPPM()
581 if (nLines > h) { in StringReadPPM()
582 nLines = h; in StringReadPPM()
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkImgPPM.c209 nLines = height; in FileReadPPM()
211 if (nLines <= 0) { in FileReadPPM()
212 nLines = 1; in FileReadPPM()
219 if (nLines > h) { in FileReadPPM()
220 nLines = h; in FileReadPPM()
256 destY += nLines; in FileReadPPM()
577 nLines = height; in StringReadPPM()
580 nLines = 1; in StringReadPPM()
589 if (nLines > h) { in StringReadPPM()
590 nLines = h; in StringReadPPM()
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkImgPPM.c208 nLines = height; in FileReadPPM()
210 if (nLines <= 0) { in FileReadPPM()
211 nLines = 1; in FileReadPPM()
218 if (nLines > h) { in FileReadPPM()
219 nLines = h; in FileReadPPM()
255 destY += nLines; in FileReadPPM()
575 nLines = height; in StringReadPPM()
578 nLines = 1; in StringReadPPM()
587 if (nLines > h) { in StringReadPPM()
588 nLines = h; in StringReadPPM()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/xoutdev/
H A Dxattrbmp.cxx71 const sal_Int32 nLines = 8; // type dependent in Bitmap2Array() local
74 pPixelArray.reset( new sal_uInt16[ nLines * nLines ] ); in Bitmap2Array()
81 for (sal_Int32 i = 0; i < nLines; ++i) in Bitmap2Array()
83 for (sal_Int32 j = 0; j < nLines; ++j) in Bitmap2Array()
86 pPixelArray[ j + i * nLines ] = 0; in Bitmap2Array()
89 pPixelArray[ j + i * nLines ] = 1; in Bitmap2Array()
107 const sal_Int32 nLines = 8; // type dependent in Array2Bitmap() local
109 pVDev->SetOutputSizePixel( Size( nLines, nLines ) ); in Array2Bitmap()
112 for (sal_Int32 i = 0; i < nLines; ++i) in Array2Bitmap()
114 for (sal_Int32 j = 0; j < nLines; ++j) in Array2Bitmap()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/xoutdev/
H A Dxattrbmp.cxx76 const sal_Int32 nLines = 8; // type dependent in Bitmap2Array() local
79 pPixelArray.reset( new sal_uInt16[ nLines * nLines ] ); in Bitmap2Array()
86 for (sal_Int32 i = 0; i < nLines; ++i) in Bitmap2Array()
88 for (sal_Int32 j = 0; j < nLines; ++j) in Bitmap2Array()
91 pPixelArray[ j + i * nLines ] = 0; in Bitmap2Array()
94 pPixelArray[ j + i * nLines ] = 1; in Bitmap2Array()
112 const sal_Int32 nLines = 8; // type dependent in Array2Bitmap() local
114 pVDev->SetOutputSizePixel( Size( nLines, nLines ) ); in Array2Bitmap()
117 for (sal_Int32 i = 0; i < nLines; ++i) in Array2Bitmap()
119 for (sal_Int32 j = 0; j < nLines; ++j) in Array2Bitmap()
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A DtkImgPPM.c135 int nLines, nBytes, h, type, count; local
193 if (nLines > height) {
194 nLines = height;
196 if (nLines <= 0) {
197 nLines = 1;
199 nBytes = nLines * block.pitch;
204 if (nLines > h) {
205 nLines = h;
206 nBytes = nLines * block.pitch;
224 block.height = nLines;
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A DtkImgPPM.c135 int nLines, nBytes, h, type, count; local
193 if (nLines > height) {
194 nLines = height;
196 if (nLines <= 0) {
197 nLines = 1;
199 nBytes = nLines * block.pitch;
204 if (nLines > h) {
205 nLines = h;
206 nBytes = nLines * block.pitch;
224 block.height = nLines;
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A DtkImgPPM.c135 int nLines, nBytes, h, type, count; local
193 if (nLines > height) {
194 nLines = height;
196 if (nLines <= 0) {
197 nLines = 1;
199 nBytes = nLines * block.pitch;
204 if (nLines > h) {
205 nLines = h;
206 nBytes = nLines * block.pitch;
224 block.height = nLines;
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/awt/
H A D_XTextLayoutConstrains.java45 short nLines = 0; in _getMinimumSize() local
46 Size mSize = oObj.getMinimumSize(nCols,nLines); in _getMinimumSize()
61 short[] nLines = new short[1]; in _getColumnsAndLines() local
62 oObj.getColumnsAndLines(nCols,nLines); in _getColumnsAndLines()
63 boolean res = ( (nCols[0] != 0) && (nLines[0] != 0) ); in _getColumnsAndLines()
66 log.println("nLines: " + nLines[0]); in _getColumnsAndLines()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/awt/
H A D_XTextLayoutConstrains.java45 short nLines = 0; in _getMinimumSize() local
46 Size mSize = oObj.getMinimumSize(nCols,nLines); in _getMinimumSize()
61 short[] nLines = new short[1]; in _getColumnsAndLines() local
62 oObj.getColumnsAndLines(nCols,nLines); in _getColumnsAndLines()
63 boolean res = ( (nCols[0] != 0) && (nLines[0] != 0) ); in _getColumnsAndLines()
66 log.println("nLines: " + nLines[0]); in _getColumnsAndLines()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkImgPPM.c148 int nLines, nBytes, h, type, count; local
208 if (nLines > height) {
209 nLines = height;
211 if (nLines <= 0) {
212 nLines = 1;
214 nBytes = nLines * block.pitch;
219 if (nLines > h) {
220 nLines = h;
221 nBytes = nLines * block.pitch;
239 block.height = nLines;
[all …]
/dports/devel/fossil/fossil-src-2.17/src/
H A Dterminal.c40 unsigned int nLines; /* Number of lines */ member
64 t->nLines = ts.ts_lines; in terminal_get_size()
74 t->nLines = ws.ws_row; in terminal_get_size()
84 t->nLines = csbi.srWindow.Bottom - csbi.srWindow.Top + 1; in terminal_get_size()
113 return ts.nLines; in terminal_get_height()
129 fossil_print("%d %d\n", ts.nColumns, ts.nLines); in test_terminal_size_cmd()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DParser.java97 int nLines = lines.length; in parseFloatArrayFromMatchAndField() local
99 data = new float[nLines - iLine]; in parseFloatArrayFromMatchAndField()
104 for (; iLine < nLines; iLine++) { in parseFloatArrayFromMatchAndField()
158 int nLines = 0; in markLines() local
161 nLines++; in markLines()
162 int[] lines = new int[nLines + 1]; in markLines()
163 nLines = 0; in markLines()
166 lines[nLines++] = ++pt; in markLines()
167 lines[nLines] = data.length(); in markLines()
/dports/devel/agar/agar-1.5.0/gui/
H A Dconsole.c131 *nLine = (int)cons->nLines - 1; in MapLine()
135 *nLine = (int)cons->nLines - 1; in MapLine()
155 (i >= 0 && i < cons->nLines); in AG_ConsoleExportText()
168 (i >= 0 && i < cons->nLines); in AG_ConsoleExportText()
267 cons->sel = cons->nLines-1; in MenuSelectAll()
287 if (cons->nLines > 0) { in BeginSelect()
347 if (cons->nLines > 0) { in MouseMotion()
353 cons->sel = cons->nLines-1; in MouseMotion()
404 cons->nLines = 0; in Init()
495 if (cons->nLines == 0) in Draw()
[all …]
/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/
H A Dlmwindow.c179 nLines -- ; in lispMachine_updateWindowBufferWithFrame()
206 nLines -- ; in lispMachine_updateWindowBufferWithFrame()
222 nLines -- ; in lispMachine_updateWindowBufferWithFrame()
240 nLines -- ; in lispMachine_updateWindowBufferWithFrame()
454 nLines -- ; in lispMachine_updateWindowBuffer()
558 nLines -- ; in lispMachine_updateWindowMessage()
609 nLines -- ; in lispMachine_updateWindowMessage()
626 nLines -- ; in lispMachine_updateWindowMessage()
639 nLines -- ; in lispMachine_updateWindowMessage()
653 nLines -- ; in lispMachine_updateWindowMessage()
[all …]
/dports/editors/micro/micro-2.0.10/internal/buffer/
H A Dbuffer_test.go110 func randomText(nLines int) string {
111 lines := make([]string, nLines)
118 func benchCreateAndClose(testingB *testing.B, nLines int) {
119 rand.Seed(int64(nLines))
121 text := randomText(nLines)
131 func benchRead(testingB *testing.B, nLines int) {
132 rand.Seed(int64(nLines))
134 b := NewBufferFromString(randomText(nLines), "", BTDefault)
151 func benchEdit(testingB *testing.B, nLines, nCursors int) { argument
152 rand.Seed(int64(nLines + nCursors))
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/fluid/
H A Dgfluidbuffer_priv.hpp71 void updateInCache(View::Cache& cache, int start_log_idx, int nLines) const;
72 void updateOutCache(Buffer::Cache& cache, int start_log_idx, int nLines);
74 virtual void copyTo(BufferStorageWithBorder &dst, int startLine, int nLines) const = 0;
93 virtual void updateBeforeRead(int startLine, int nLines, const BufferStorage& src) = 0;
94 virtual void updateAfterWrite(int startLine, int nLines) = 0;
107 virtual void copyTo(BufferStorageWithBorder &dst, int startLine, int nLines) const override;
131 virtual void updateBeforeRead(int startLine, int nLines, const BufferStorage& src) override;
132 virtual void updateAfterWrite(int startLine, int nLines) override;
146 virtual void copyTo(BufferStorageWithBorder &dst, int startLine, int nLines) const override;
162 virtual void updateBeforeRead(int startLine, int nLines, const BufferStorage &src) override;
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkPolyPlane.cxx104 const vtkIdType nLines = nPoints -1; in ComputeNormals() local
110 this->Normals->Allocate(3*nLines); in ComputeNormals()
112 this->Normals->SetNumberOfTuples(nLines); in ComputeNormals()
119 for (int pIdx = 0; pIdx < nLines; ++pIdx) in ComputeNormals()
160 const vtkIdType nLines = nPoints -1; in EvaluateFunction() local
163 if (nLines < 1) in EvaluateFunction()
177 for (int pIdx = 0; pIdx < nLines; ++pIdx) in EvaluateFunction()
250 if (pIdx + 1 < nLines) in EvaluateFunction()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkPolyPlane.cxx104 const vtkIdType nLines = nPoints - 1; in ComputeNormals() local
110 this->Normals->Allocate(3 * nLines); in ComputeNormals()
112 this->Normals->SetNumberOfTuples(nLines); in ComputeNormals()
119 for (int pIdx = 0; pIdx < nLines; ++pIdx) in ComputeNormals()
160 const vtkIdType nLines = nPoints - 1; in EvaluateFunction() local
163 if (nLines < 1) in EvaluateFunction()
176 for (int pIdx = 0; pIdx < nLines; ++pIdx) in EvaluateFunction()
249 if (pIdx + 1 < nLines) in EvaluateFunction()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkPolyPlane.cxx104 const vtkIdType nLines = nPoints -1; in ComputeNormals() local
110 this->Normals->Allocate(3*nLines); in ComputeNormals()
112 this->Normals->SetNumberOfTuples(nLines); in ComputeNormals()
119 for (int pIdx = 0; pIdx < nLines; ++pIdx) in ComputeNormals()
160 const vtkIdType nLines = nPoints -1; in EvaluateFunction() local
163 if (nLines < 1) in EvaluateFunction()
177 for (int pIdx = 0; pIdx < nLines; ++pIdx) in EvaluateFunction()
250 if (pIdx + 1 < nLines) in EvaluateFunction()
/dports/textproc/metauml/metauml_lib/thrunk/
H A Dmetauml_usecase.mp70 numeric @#nLines; @#nLines := 0;
73 @#lines[@#nLines] := l;
74 @#nLines := @#nLines + 1;
77 …EPictureStack.@#nameStack(@#info.iNameStack)(scantokens listArray(@#lines)(@#nLines))("vcenterbase…
164 var(numeric) nLines;
165 @#nLines := 0;
169 @#lines[@#nLines] := l;
170 @#nLines := @#nLines + 1;
180 …EPictureStack.@#nameStack(@#info.iNameStack)(scantokens listArray(@#lines)(@#nLines))("vcenterbase…

12345678910>>...41