Home
last modified time | relevance | path

Searched refs:lineIdx (Results 51 – 75 of 117) sorted by relevance

12345

/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DHTMLGen.cc302 int colIdx, parIdx, lineIdx, firstWordIdx, lastWordIdx; in convertPage() local
393 for (lineIdx = 0; lineIdx < lines->getLength(); ++lineIdx) { in convertPage()
394 line = (TextLine *)lines->get(lineIdx); in convertPage()
399 if (lineIdx == 0 && par->hasDropCap() && words->getLength() >= 2) { in convertPage()
413 base, lineIdx == 0 && par->hasDropCap(), in convertPage()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/valgrind/callgrind/
H A Dcallgrindfunction.cpp213 const int lineIdx = d->m_data->lineNumberPositionIndex(); in lineNumber() local
214 if (lineIdx == -1) in lineNumber()
219 return costItem->position(lineIdx); in lineNumber()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/io/
H A Dio_guide.cpp160 set<frCoord> lineIdx; in genGuides_split() local
203 lineIdx.insert( in genGuides_split()
215 lineIdx.insert(it2->first); in genGuides_split()
227 lineIdx.insert(it2->first); in genGuides_split()
242 if (lineIdx.empty()) { in genGuides_split()
247 } else if (lineIdx.size() == 1) { in genGuides_split()
248 auto x = *(lineIdx.begin()); in genGuides_split()
258 auto prevIt = lineIdx.begin(); in genGuides_split()
259 for (auto currIt = (++(lineIdx.begin())); currIt != lineIdx.end(); in genGuides_split()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/compose/
H A DFlowComposerBase.as199 var lineIdx:int = findLineIndexAtPosition(startPosition);
204 if (lineIdx == _lines.length)
212 line = _lines[lineIdx++];
224 line = _lines[lineIdx];
253 _lines.splice(lineIdx,1); //lineIdx now points to the next line
261 lineIdx++;
269 for ( ; lineIdx < _lines.length; lineIdx++)
271 line = _lines[lineIdx];
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A DHTMLGen.cc316 int colIdx, parIdx, lineIdx, wordIdx; in convertPage() local
386 for (lineIdx = 0; lineIdx < lines->getLength(); ++lineIdx) { in convertPage()
387 line = (TextLine *)lines->get(lineIdx); in convertPage()
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DHTMLGen.cc316 int colIdx, parIdx, lineIdx, wordIdx; in convertPage() local
386 for (lineIdx = 0; lineIdx < lines->getLength(); ++lineIdx) { in convertPage()
387 line = (TextLine *)lines->get(lineIdx); in convertPage()
/dports/japanese/tex-ptex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DHTMLGen.cc316 int colIdx, parIdx, lineIdx, wordIdx; in convertPage() local
386 for (lineIdx = 0; lineIdx < lines->getLength(); ++lineIdx) { in convertPage()
387 line = (TextLine *)lines->get(lineIdx); in convertPage()
/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DHTMLGen.cc316 int colIdx, parIdx, lineIdx, wordIdx; in convertPage() local
386 for (lineIdx = 0; lineIdx < lines->getLength(); ++lineIdx) { in convertPage()
387 line = (TextLine *)lines->get(lineIdx); in convertPage()
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DHTMLGen.cc316 int colIdx, parIdx, lineIdx, wordIdx; in convertPage() local
386 for (lineIdx = 0; lineIdx < lines->getLength(); ++lineIdx) { in convertPage()
387 line = (TextLine *)lines->get(lineIdx); in convertPage()
/dports/print/tex-xetex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DHTMLGen.cc316 int colIdx, parIdx, lineIdx, wordIdx; in convertPage() local
386 for (lineIdx = 0; lineIdx < lines->getLength(); ++lineIdx) { in convertPage()
387 line = (TextLine *)lines->get(lineIdx); in convertPage()
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DHTMLGen.cc316 int colIdx, parIdx, lineIdx, wordIdx; in convertPage() local
386 for (lineIdx = 0; lineIdx < lines->getLength(); ++lineIdx) { in convertPage()
387 line = (TextLine *)lines->get(lineIdx); in convertPage()
/dports/devel/icu/icu/source/test/iotest/
H A Dfiletst.c719 int32_t lineIdx; in TestfgetsNewLineHandling() local
726 for (lineIdx = 0; lineIdx < UPRV_LENGTHOF(testUStr); lineIdx++) { in TestfgetsNewLineHandling()
727 u_file_write(testUStr[lineIdx], u_strlen(testUStr[lineIdx]), myFile); in TestfgetsNewLineHandling()
733 for (lineIdx = 0; lineIdx < UPRV_LENGTHOF(testUStr); lineIdx++) { in TestfgetsNewLineHandling()
743 if (u_strcmp(buffer, testUStr[lineIdx]) != 0) { in TestfgetsNewLineHandling()
744 log_err("buffers are different at index = %d\n", lineIdx); in TestfgetsNewLineHandling()
750 if (lineIdx != UPRV_LENGTHOF(testUStr)) { in TestfgetsNewLineHandling()
/dports/devel/icu-lx/icu/source/test/iotest/
H A Dfiletst.c719 int32_t lineIdx; in TestfgetsNewLineHandling() local
726 for (lineIdx = 0; lineIdx < UPRV_LENGTHOF(testUStr); lineIdx++) { in TestfgetsNewLineHandling()
727 u_file_write(testUStr[lineIdx], u_strlen(testUStr[lineIdx]), myFile); in TestfgetsNewLineHandling()
733 for (lineIdx = 0; lineIdx < UPRV_LENGTHOF(testUStr); lineIdx++) { in TestfgetsNewLineHandling()
743 if (u_strcmp(buffer, testUStr[lineIdx]) != 0) { in TestfgetsNewLineHandling()
744 log_err("buffers are different at index = %d\n", lineIdx); in TestfgetsNewLineHandling()
750 if (lineIdx != UPRV_LENGTHOF(testUStr)) { in TestfgetsNewLineHandling()
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestCoverageHandler.cxx1253 if (lineIdx >= 0) { in HandleGCovCoverage()
1260 if (vec[lineIdx] < 0) { in HandleGCovCoverage()
1262 vec[lineIdx] = 0; in HandleGCovCoverage()
1266 vec[lineIdx] += cov; in HandleGCovCoverage()
1561 if (lineIdx >= 0) { in HandleLCovCoverage()
1574 vec[lineIdx] += cov; in HandleLCovCoverage()
1748 long lineIdx = cnt; in HandleTracePyCoverage() local
1749 if (lineIdx >= 0) { in HandleTracePyCoverage()
1755 if ((*vec)[lineIdx] < 0) { in HandleTracePyCoverage()
1757 (*vec)[lineIdx] = 0; in HandleTracePyCoverage()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestCoverageHandler.cxx1253 if (lineIdx >= 0) { in HandleGCovCoverage()
1260 if (vec[lineIdx] < 0) { in HandleGCovCoverage()
1262 vec[lineIdx] = 0; in HandleGCovCoverage()
1266 vec[lineIdx] += cov; in HandleGCovCoverage()
1561 if (lineIdx >= 0) { in HandleLCovCoverage()
1574 vec[lineIdx] += cov; in HandleLCovCoverage()
1748 long lineIdx = cnt; in HandleTracePyCoverage() local
1749 if (lineIdx >= 0) { in HandleTracePyCoverage()
1755 if ((*vec)[lineIdx] < 0) { in HandleTracePyCoverage()
1757 (*vec)[lineIdx] = 0; in HandleTracePyCoverage()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestCoverageHandler.cxx1253 if (lineIdx >= 0) { in HandleGCovCoverage()
1260 if (vec[lineIdx] < 0) { in HandleGCovCoverage()
1262 vec[lineIdx] = 0; in HandleGCovCoverage()
1266 vec[lineIdx] += cov; in HandleGCovCoverage()
1561 if (lineIdx >= 0) { in HandleLCovCoverage()
1574 vec[lineIdx] += cov; in HandleLCovCoverage()
1748 long lineIdx = cnt; in HandleTracePyCoverage() local
1749 if (lineIdx >= 0) { in HandleTracePyCoverage()
1755 if ((*vec)[lineIdx] < 0) { in HandleTracePyCoverage()
1757 (*vec)[lineIdx] = 0; in HandleTracePyCoverage()
[all …]
/dports/multimedia/photofilmstrip/photofilmstrip-3.7.0/photofilmstrip/core/
H A DSubtitle.py77 lineIdx = fd.readline()
79 _idx = int(lineIdx.strip())
/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/VcsPlugins/vcsGit/
H A DGitDiffParser.py81 for lineIdx, line in enumerate(
87 self.__hunks[-1]["start"] = lineIdx
/dports/math/vtk8/VTK-8.2.0/Filters/Verdict/
H A DvtkCellSizeFilter.cxx534 for (vtkIdType lineIdx = 0; lineIdx < numLines; ++lineIdx) in IntegratePolyLine() local
536 vtkIdType pt1Id = ptIds->GetId(lineIdx); in IntegratePolyLine()
537 vtkIdType pt2Id = ptIds->GetId(lineIdx + 1); in IntegratePolyLine()
/dports/math/vtk9/VTK-9.1.0/Filters/Verdict/
H A DvtkCellSizeFilter.cxx543 for (vtkIdType lineIdx = 0; lineIdx < numLines; ++lineIdx) in IntegratePolyLine() local
545 vtkIdType pt1Id = ptIds->GetId(lineIdx); in IntegratePolyLine()
546 vtkIdType pt2Id = ptIds->GetId(lineIdx + 1); in IntegratePolyLine()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/help/
H A Dhelp.c122 for (unsigned int lineIdx = 0; lineIdx < strLstSize(lineList); lineIdx++) in helpRenderText() local
129 … StringList *partList = helpRenderSplitSize(strLstGet(lineList, lineIdx), " ", length - indent); in helpRenderText()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/include/
H A Dp_mapsetup.h74 void P_SetLineAutomapVisibility(int player, int lineIdx, dd_bool visible);
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Algorithm/src/util_sarray/
H A DSArrayIndexSerializer.h43 …static void readArray(QFile &file, char *buff, int *len, int *pos, int *bytes, int *lineIdx, quint…
/dports/science/teem/teem-1.11.0-src/src/nrrd/
H A Dfilt.c603 size_t lineIdx, lineNum, valIdx, valNum; in distanceL2Sqrd() local
607 for (lineIdx=0; lineIdx<lineNum; lineIdx++) { in distanceL2Sqrd()
610 ff[valIdx] = lup(npass[di]->data, valIdx + valNum*lineIdx); in distanceL2Sqrd()
616 ins(npass[di+1]->data, lineIdx + lineNum*valIdx, dd[valIdx]); in distanceL2Sqrd()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/vcs/tests/
H A Dsample.diff22 …bool containsDiffLine( uint lineIdx ) const {return firstLineIdx < lineIdx && lineIdx <= lastLineI…

12345