Home
last modified time | relevance | path

Searched refs:fIt (Results 1 – 25 of 135) sorted by relevance

123456

/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/kfontinst/lib/
H A DMisc.cpp376 …QMap<QString, QSet<QString>>::ConstIterator fIt(fontsFiles.constBegin()), fEnd(fontsFiles.constEnd… in getFontFileMap() local
378 for (; fIt != fEnd; ++fIt) { in getFontFileMap()
379 if (fIt.value().count() > 1) { in getFontFileMap()
380 QVector<QString> orig(fIt.value().count()), modified(fIt.value().count()); in getFontFileMap()
381 QSet<QString>::ConstIterator oIt(fIt.value().constBegin()); in getFontFileMap()
383 int count = fIt.value().count(); in getFontFileMap()
410 …map[getDir(modified[i]).mid(1) + fIt.key()] = fExists(orig[i] + fIt.key()) ? orig[i] + fIt.key() :… in getFontFileMap()
413 map[unhide(fIt.key())] = in getFontFileMap()
414 …fExists((*fIt.value().begin()) + fIt.key()) ? (*fIt.value().begin()) + fIt.key() : (*fIt.value().b… in getFontFileMap()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DVertexHandleManager.cpp206 for (fIt = faces.begin(), fEnd = faces.end(); fIt != fEnd; ++fIt) { in selectedBrushes()
279 for (fIt = brushFaces.begin(), fEnd = brushFaces.end(); fIt != fEnd; ++fIt) { in addBrush()
280 Model::BrushFace* face = *fIt; in addBrush()
326 for (fIt = brushFaces.begin(), fEnd = brushFaces.end(); fIt != fEnd; ++fIt) { in removeBrush()
327 Model::BrushFace* face = *fIt; in removeBrush()
506 …for (fIt = m_selectedFaceHandles.begin(), fEnd = m_selectedFaceHandles.end(); fIt != fEnd; ++fIt) { in deselectAllFaceHandles()
607 …for (fIt = m_unselectedFaceHandles.begin(), fEnd = m_unselectedFaceHandles.end(); fIt != fEnd; ++f… in pick()
615 …for (fIt = m_selectedFaceHandles.begin(), fEnd = m_selectedFaceHandles.end(); fIt != fEnd; ++fIt) { in pick()
741 for (fIt = faces.begin(), fEnd = faces.end(); fIt != fEnd; ++fIt) { in findFaceHandlePositions()
790 …for (fIt = m_unselectedFaceHandles.begin(), fEnd = m_unselectedFaceHandles.end(); fIt != fEnd; ++f… in validateRenderState()
[all …]
/dports/games/spring/spring_98.0/rts/Rendering/Models/
H A DWorldObjectModelRenderer.cpp39 for (FeatureRenderBinIt fIt = features.begin(); fIt != features.end(); ++fIt) { in ~IWorldObjectModelRenderer() local
40 features[fIt->first].clear(); in ~IWorldObjectModelRenderer()
58 for (FeatureRenderBinIt fIt = features.begin(); fIt != features.end(); ++fIt) { in Draw() local
59 DrawModels(features[fIt->first]); in Draw()
78 for (FeatureSetIt fIt = models.begin(); fIt != models.end(); ++fIt) { in DrawModels() local
79 DrawModel(fIt->first); in DrawModels()
/dports/net-p2p/linuxdcpp/linuxdcpp-1.1.0/linux/
H A Dwulformanager.cc306 fIt = clientFuncs.begin(); in deleteEntry_gui()
309 if ((*fIt)->getID() == id) in deleteEntry_gui()
311 delete *fIt; in deleteEntry_gui()
312 clientFuncs.erase(fIt); in deleteEntry_gui()
315 ++fIt; in deleteEntry_gui()
320 fIt = guiFuncs.begin(); in deleteEntry_gui()
321 while (fIt != guiFuncs.end()) in deleteEntry_gui()
323 if ((*fIt)->getID() == id) in deleteEntry_gui()
325 delete *fIt; in deleteEntry_gui()
326 guiFuncs.erase(fIt); in deleteEntry_gui()
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/Streaming/Client/
H A DMeshViewerWidgetT_impl.hh278 for (; fIt!=fEnd; ++fIt) in draw_openmesh()
280 fvIt = mesh_.cfv_iter(*fIt); in draw_openmesh()
293 for (; fIt!=fEnd; ++fIt) in draw_openmesh()
297 fvIt = mesh_.cfv_iter(*fIt); in draw_openmesh()
328 for (; fIt!=fEnd; ++fIt) in draw_openmesh()
330 fvIt = mesh_.cfv_iter(*fIt); in draw_openmesh()
364 for (; fIt!=fEnd; ++fIt) in draw_openmesh()
366 fvIt = mesh_.cfv_iter(*fIt); in draw_openmesh()
390 for (; fIt!=fEnd; ++fIt) in draw_openmesh()
392 glColor( *fIt ); in draw_openmesh()
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/QtViewer/
H A DMeshViewerWidgetT_impl.hh321 for (; fIt!=fEnd; ++fIt) in draw_openmesh()
336 for (; fIt!=fEnd; ++fIt) in draw_openmesh()
340 fvIt = mesh_.cfv_iter(*fIt); in draw_openmesh()
370 for (; fIt!=fEnd; ++fIt) in draw_openmesh()
372 fvIt = mesh_.cfv_iter(*fIt); in draw_openmesh()
406 for (; fIt!=fEnd; ++fIt) in draw_openmesh()
408 fvIt = mesh_.cfv_iter(*fIt); in draw_openmesh()
432 for (; fIt!=fEnd; ++fIt) in draw_openmesh()
434 glColor( *fIt ); in draw_openmesh()
459 for (; fIt!=fEnd; ++fIt) in draw_openmesh()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkEnumerate.h30 constexpr Iterator(ptrdiff_t index, Iter it) : fIndex{index}, fIt{it} { } in Iterator()
32 constexpr Iterator operator++() { ++fIndex; ++fIt; return *this; }
34 constexpr bool operator==(const Iterator& rhs) const { return fIt == rhs.fIt; }
35 constexpr bool operator!=(const Iterator& rhs) const { return fIt != rhs.fIt; }
36 constexpr reference operator*() { return std::forward_as_tuple(fIndex, *fIt); }
40 Iter fIt; variable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkEnumerate.h30 constexpr Iterator(ptrdiff_t index, Iter it) : fIndex{index}, fIt{it} { } in Iterator()
32 constexpr Iterator operator++() { ++fIndex; ++fIt; return *this; }
34 constexpr bool operator==(const Iterator& rhs) const { return fIt == rhs.fIt; }
35 constexpr bool operator!=(const Iterator& rhs) const { return fIt != rhs.fIt; }
36 constexpr reference operator*() { return std::forward_as_tuple(fIndex, *fIt); }
40 Iter fIt; variable
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkEnumerate.h30 constexpr Iterator(ptrdiff_t index, Iter it) : fIndex{index}, fIt{it} { } in Iterator()
32 constexpr Iterator operator++() { ++fIndex; ++fIt; return *this; }
34 constexpr bool operator==(const Iterator& rhs) const { return fIt == rhs.fIt; }
35 constexpr bool operator!=(const Iterator& rhs) const { return fIt != rhs.fIt; }
36 constexpr reference operator*() { return std::forward_as_tuple(fIndex, *fIt); }
40 Iter fIt; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkEnumerate.h30 constexpr Iterator(ptrdiff_t index, Iter it) : fIndex{index}, fIt{it} { } in Iterator()
32 constexpr Iterator operator++() { ++fIndex; ++fIt; return *this; }
34 constexpr bool operator==(const Iterator& rhs) const { return fIt == rhs.fIt; }
35 constexpr bool operator!=(const Iterator& rhs) const { return fIt != rhs.fIt; }
36 constexpr reference operator*() { return std::forward_as_tuple(fIndex, *fIt); }
40 Iter fIt; variable
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dwulformanager.cc418 fIt = clientFuncs.begin(); in deleteEntry_gui()
421 if ((*fIt)->getID() == id) in deleteEntry_gui()
423 delete *fIt; in deleteEntry_gui()
424 fIt = clientFuncs.erase(fIt); in deleteEntry_gui()
427 ++fIt; in deleteEntry_gui()
432 fIt = guiFuncs.begin(); in deleteEntry_gui()
433 while (fIt != guiFuncs.end()) in deleteEntry_gui()
435 if ((*fIt)->getID() == id) in deleteEntry_gui()
437 delete *fIt; in deleteEntry_gui()
438 fIt = guiFuncs.erase(fIt); in deleteEntry_gui()
[all …]
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dwulformanager.cc418 fIt = clientFuncs.begin(); in deleteEntry_gui()
421 if ((*fIt)->getID() == id) in deleteEntry_gui()
423 delete *fIt; in deleteEntry_gui()
424 fIt = clientFuncs.erase(fIt); in deleteEntry_gui()
427 ++fIt; in deleteEntry_gui()
432 fIt = guiFuncs.begin(); in deleteEntry_gui()
433 while (fIt != guiFuncs.end()) in deleteEntry_gui()
435 if ((*fIt)->getID() == id) in deleteEntry_gui()
437 delete *fIt; in deleteEntry_gui()
438 fIt = guiFuncs.erase(fIt); in deleteEntry_gui()
[all …]
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dwulformanager.cc418 fIt = clientFuncs.begin(); in deleteEntry_gui()
421 if ((*fIt)->getID() == id) in deleteEntry_gui()
423 delete *fIt; in deleteEntry_gui()
424 fIt = clientFuncs.erase(fIt); in deleteEntry_gui()
427 ++fIt; in deleteEntry_gui()
432 fIt = guiFuncs.begin(); in deleteEntry_gui()
433 while (fIt != guiFuncs.end()) in deleteEntry_gui()
435 if ((*fIt)->getID() == id) in deleteEntry_gui()
437 delete *fIt; in deleteEntry_gui()
438 fIt = guiFuncs.erase(fIt); in deleteEntry_gui()
[all …]
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dwulformanager.cc418 fIt = clientFuncs.begin(); in deleteEntry_gui()
421 if ((*fIt)->getID() == id) in deleteEntry_gui()
423 delete *fIt; in deleteEntry_gui()
424 fIt = clientFuncs.erase(fIt); in deleteEntry_gui()
427 ++fIt; in deleteEntry_gui()
432 fIt = guiFuncs.begin(); in deleteEntry_gui()
433 while (fIt != guiFuncs.end()) in deleteEntry_gui()
435 if ((*fIt)->getID() == id) in deleteEntry_gui()
437 delete *fIt; in deleteEntry_gui()
438 fIt = guiFuncs.erase(fIt); in deleteEntry_gui()
[all …]
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dwulformanager.cc418 fIt = clientFuncs.begin(); in deleteEntry_gui()
421 if ((*fIt)->getID() == id) in deleteEntry_gui()
423 delete *fIt; in deleteEntry_gui()
424 fIt = clientFuncs.erase(fIt); in deleteEntry_gui()
427 ++fIt; in deleteEntry_gui()
432 fIt = guiFuncs.begin(); in deleteEntry_gui()
433 while (fIt != guiFuncs.end()) in deleteEntry_gui()
435 if ((*fIt)->getID() == id) in deleteEntry_gui()
437 delete *fIt; in deleteEntry_gui()
438 fIt = guiFuncs.erase(fIt); in deleteEntry_gui()
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/
H A DMeshViewerWidgetT_impl.hh279 for (; fIt!=fEnd; ++fIt) in draw_openmesh()
281 fvIt = mesh_.cfv_iter(*fIt); in draw_openmesh()
294 for (; fIt!=fEnd; ++fIt) in draw_openmesh()
298 fvIt = mesh_.cfv_iter(*fIt); in draw_openmesh()
329 for (; fIt!=fEnd; ++fIt) in draw_openmesh()
331 fvIt = mesh_.cfv_iter(*fIt); in draw_openmesh()
365 for (; fIt!=fEnd; ++fIt) in draw_openmesh()
367 fvIt = mesh_.cfv_iter(*fIt); in draw_openmesh()
391 for (; fIt!=fEnd; ++fIt) in draw_openmesh()
393 glColor( *fIt ); in draw_openmesh()
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/src/
H A DRowFilter.cpp122 FilterMap::const_iterator fIt = _filterMap.begin(); in isAllowed() local
124 for (; fIt != fEnd; ++fIt) in isAllowed()
126 if (OP_OR == fIt->second) in isAllowed()
129 retVal = fIt->first->isAllowed(row); in isAllowed()
131 retVal = retVal || fIt->first->isAllowed(row); in isAllowed()
133 else if (OP_AND == fIt->second) in isAllowed()
136 retVal = fIt->first->isAllowed(row); in isAllowed()
138 retVal = retVal && fIt->first->isAllowed(row); in isAllowed()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkEnumerate.h30 constexpr Iterator(ptrdiff_t index, Iter it) : fIndex{index}, fIt{it} { } in Iterator()
32 constexpr Iterator operator++() { ++fIndex; ++fIt; return *this; }
34 constexpr bool operator==(const Iterator& rhs) const { return fIt == rhs.fIt; }
35 constexpr bool operator!=(const Iterator& rhs) const { return fIt != rhs.fIt; }
36 constexpr reference operator*() { return std::forward_as_tuple(fIndex, *fIt); }
40 Iter fIt; variable
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DHanMacWrdKGraph.cxx979 if (!fIt.second) continue; in numPages()
1268 if (fIt == m_state->m_framesMap.end() || !fIt->second) { in sendFrame()
1471 if (fIt == m_state->m_framesMap.end() || !fIt->second || fIt->second->m_type != 9) { in sendTableUnformatted()
2006 auto frame=fIt->second; in sendGroup()
2027 if (fIt == m_state->m_framesMap.end() || fIt->first!=fId || !fIt->second) in canCreateGraphic()
2059 if (fIt == m_state->m_framesMap.end() || fIt->first!=fId || !fIt->second) in sendGroup()
2107 if (fIt == m_state->m_framesMap.end() || fIt->first!=fId || !fIt->second) { in sendGroupChild()
2152 if (fIt == m_state->m_framesMap.end() || fIt->first!=localFId || !fIt->second) in sendGroupChild()
2197 if (fIt != m_state->m_framesMap.end() && fIt->first==localFId && fIt->second) { in sendGroupChild()
2250 for (; fIt != m_state->m_framesMap.end(); ++fIt) { in checkGroupStructures()
[all …]
/dports/misc/tellico/tellico-3.4.2/src/translators/
H A Dbibtexexporter.cpp310 foreach(Data::FieldPtr fIt, fields_) { in writeEntryText()
311 value = entry_.formattedField(fIt, format); in writeEntryText()
318 if(fIt->formatType() == FieldFormat::FormatName in writeEntryText()
319 && fIt->hasFlag(Data::Field::AllowMultiple)) { in writeEntryText()
321 } else if(fIt->hasFlag(Data::Field::AllowMultiple)) { in writeEntryText()
322 QString bibsep = fIt->property(bibtexSep); in writeEntryText()
326 } else if(fIt->type() == Data::Field::Para) { in writeEntryText()
329 } else if(fIt->property(bibtex) == QLatin1String("pages")) { in writeEntryText()
338 if(m_packageURL && fIt->type() == Data::Field::URL) { in writeEntryText()
349 if(fIt->property(bibtex) != QLatin1String("doi") && fIt->type() != Data::Field::URL) { in writeEntryText()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsfeaturestore.cpp45 QgsFeatureList::iterator fIt = features.begin(); in addFeatures() local
46 for ( ; fIt != features.end(); ++fIt ) in addFeatures()
48 addFeature( *fIt, flags ); in addFeatures()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsfeaturestore.cpp45 QgsFeatureList::iterator fIt = features.begin(); in addFeatures() local
46 for ( ; fIt != features.end(); ++fIt ) in addFeatures()
48 addFeature( *fIt, flags ); in addFeatures()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Nonunit/Review/include/
H A DitkWarpHarmonicEnergyCalculator.hxx107 FaceListType::iterator fIt; in Compute() local
108 fIt = faceList.begin(); in Compute()
113 for ( fIt = faceList.begin(); fIt != faceList.end(); ++fIt ) in Compute()
117 *fIt); in Compute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkEnumerate.h39 constexpr Iterator(ptrdiff_t index, Iter it) : fIndex{index}, fIt{it} { }
41 constexpr Iterator operator++() { ++fIndex; ++fIt; return *this; }
43 constexpr bool operator==(const Iterator& rhs) const { return fIt == rhs.fIt; }
44 constexpr bool operator!=(const Iterator& rhs) const { return fIt != rhs.fIt; }
45 constexpr reference operator*() { return MakeResult(fIndex, *fIt); }
49 Iter fIt;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/FiniteDifference/include/
H A DitkDenseFiniteDifferenceImageFilter.hxx261 auto fIt = faceList.begin(); in ThreadedCalculateChange() local
265 NeighborhoodIteratorType nD(radius, output, *fIt); in ThreadedCalculateChange()
266 UpdateIteratorType nU(m_UpdateBuffer, *fIt); in ThreadedCalculateChange()
276 for ( ++fIt; fIt != fEnd; ++fIt ) in ThreadedCalculateChange()
278 NeighborhoodIteratorType bD(radius, output, *fIt); in ThreadedCalculateChange()
279 UpdateIteratorType bU(m_UpdateBuffer, *fIt); in ThreadedCalculateChange()

123456