Home
last modified time | relevance | path

Searched refs:mMarkers (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/openmw/openmw-openmw-0.47.0/components/esm/
H A Dglobalmap.cpp24 mMarkers.insert(cell); in load()
36 for (std::set<CellId>::const_iterator it = mMarkers.begin(); it != mMarkers.end(); ++it) in save()
H A Dglobalmap.hpp30 std::set<CellId> mMarkers; member
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DGeckoJavaSampler.java331 private volatile Queue<Marker> mMarkers; field in GeckoJavaSampler.MarkerStorage
336 if (this.mMarkers != null) { in start()
339 this.mMarkers = new LinkedBlockingQueue<>(aMarkerCount); in start()
343 if (this.mMarkers == null) { in stop()
346 this.mMarkers = null; in stop()
353 final Queue<Marker> markersQueue = this.mMarkers; in addMarker()
378 final Queue<Marker> markersQueue = this.mMarkers; in pollNextMarker()
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DGeckoJavaSampler.java389 private volatile Queue<Marker> mMarkers; field in GeckoJavaSampler.MarkerStorage
394 if (this.mMarkers != null) { in start()
397 this.mMarkers = new LinkedBlockingQueue<>(aMarkerCount); in start()
401 if (this.mMarkers == null) { in stop()
404 this.mMarkers = null; in stop()
412 final Queue<Marker> markersQueue = this.mMarkers; in addMarker()
437 final Queue<Marker> markersQueue = this.mMarkers; in pollNextMarker()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DGeckoJavaSampler.java331 private volatile Queue<Marker> mMarkers; field in GeckoJavaSampler.MarkerStorage
336 if (this.mMarkers != null) { in start()
339 this.mMarkers = new LinkedBlockingQueue<>(aMarkerCount); in start()
343 if (this.mMarkers == null) { in stop()
346 this.mMarkers = null; in stop()
353 final Queue<Marker> markersQueue = this.mMarkers; in addMarker()
378 final Queue<Marker> markersQueue = this.mMarkers; in pollNextMarker()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DAudioFile.pas479mMarkers: array [0..1-1] of AudioFileMarker; // this is a variable length array of mNumberMarkers …
555mMarkers: array [0..1-1] of AudioFileMarker; // this is a variable length array of mNumberMarkers …
1469 if inNumBytes < size_t(@AudioFileMarkerListPtr(nil)^.mMarkers[0]) then
1472 NumBytesToNumAudioFileMarkers := inNumBytes - size_t(@AudioFileMarkerListPtr(nil)^.mMarkers[0])
1478 …NumAudioFileMarkersToNumBytes := size_t(@AudioFileMarkerListPtr(nil)^.mMarkers[0]) + (inNumMarkers…
1486 MacPtrUInt(@AudioFileRegionPtr(nil)^.mMarkers) +
H A DMacOSAll.pas2221 if inNumBytes < size_t(@AudioFileMarkerListPtr(nil)^.mMarkers[0]) then
2224 NumBytesToNumAudioFileMarkers := inNumBytes - size_t(@AudioFileMarkerListPtr(nil)^.mMarkers[0])
2230 …NumAudioFileMarkersToNumBytes := size_t(@AudioFileMarkerListPtr(nil)^.mMarkers[0]) + (inNumMarkers…
2238 MacPtrUInt(@AudioFileRegionPtr(nil)^.mMarkers) +
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Dmapwindow.cpp94 mMarkers.insert(std::make_pair(marker.mCell, marker)); in addMarker()
107 mMarkers.erase(it); in deleteMarker()
133 mMarkers.clear(); in clear()
139 return mMarkers.begin(); in begin()
144 return mMarkers.end(); in end()
149 return mMarkers.equal_range(cellId); in getMarkers()
154 return mMarkers.size(); in size()
826 if (mMarkers.insert(cell).second) in addVisitedLocation()
1024 mMarkers.clear(); in clear()
1039 map.mMarkers = mMarkers; in write()
[all …]
H A Dmapwindow.hpp67 ContainerType mMarkers; member in MWGui::CustomMarkerCollection
271 std::set<CellId> mMarkers; member in MWGui::MapWindow
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgscurveeditorwidget.cpp257 mMarkers << marker; in addPlotMarker()
303 const auto constMMarkers = mMarkers; in updatePlot()
309 mMarkers.clear(); in updatePlot()
H A Dqgsgradientcolorrampdialog.h116 QList< QwtPlotMarker * > mMarkers; variable
H A Dqgscurveeditorwidget.h230 QList< QwtPlotMarker * > mMarkers; variable
H A Dqgsgradientcolorrampdialog.cpp477 mMarkers << marker; in addPlotMarker()
495 const auto constMMarkers = mMarkers; in updatePlot()
501 mMarkers.clear(); in updatePlot()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgscurveeditorwidget.cpp259 mMarkers << marker; in addPlotMarker()
305 const auto constMMarkers = mMarkers; in updatePlot()
311 mMarkers.clear(); in updatePlot()
H A Dqgsgradientcolorrampdialog.h116 QList< QwtPlotMarker * > mMarkers; variable
H A Dqgscurveeditorwidget.h230 QList< QwtPlotMarker * > mMarkers; variable
H A Dqgsgradientcolorrampdialog.cpp479 mMarkers << marker; in addPlotMarker()
497 const auto constMMarkers = mMarkers; in updatePlot()
503 mMarkers.clear(); in updatePlot()
/dports/games/openmw/openmw-openmw-0.47.0/apps/essimporter/
H A Dconverter.cpp202 mContext->mGlobalMapState.mMarkers.insert(std::make_pair(cell.mData.mX, cell.mData.mY)); in read()
305 mMarkers.push_back(marker); in read()
443 for (const auto & marker : mMarkers) in write()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGTransformableElement.cpp197 if (aOptions.mMarkers) { in GetBBox()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGTransformableElement.cpp184 if (aOptions.mMarkers) { in GetBBox()
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGTransformableElement.cpp222 if (aOptions.mMarkers) { in GetBBox()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGTransformableElement.cpp221 if (aOptions.mMarkers) { in GetBBox()
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGTransformableElement.cpp222 if (aOptions.mMarkers) { in GetBBox()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGTransformableElement.cpp222 if (aOptions.mMarkers) { in GetBBox()
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/lottie/
H A Dlottiemodel.h527 const std::vector<Marker> &markers() const { return mMarkers; }
570 std::vector<Marker> mMarkers;

12