Home
last modified time | relevance | path

Searched refs:selectionFlags (Results 1 – 25 of 73) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DFormat.java204 selectionFlags, in createVideoContainerFormat()
225 selectionFlags, in createVideoContainerFormat()
388 selectionFlags, in createAudioContainerFormat()
410 selectionFlags, in createAudioContainerFormat()
462 selectionFlags, in createAudioSampleFormat()
492 selectionFlags, in createAudioSampleFormat()
516 selectionFlags, in createAudioSampleFormat()
564 selectionFlags, in createTextContainerFormat()
949 this.selectionFlags = selectionFlags; in Format()
1221 @C.SelectionFlags int selectionFlags = this.selectionFlags | manifestFormat.selectionFlags; in copyWithManifestFormatInfo() local
[all …]
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DFormat.java204 selectionFlags, in createVideoContainerFormat()
225 selectionFlags, in createVideoContainerFormat()
388 selectionFlags, in createAudioContainerFormat()
410 selectionFlags, in createAudioContainerFormat()
462 selectionFlags, in createAudioSampleFormat()
492 selectionFlags, in createAudioSampleFormat()
516 selectionFlags, in createAudioSampleFormat()
564 selectionFlags, in createTextContainerFormat()
949 this.selectionFlags = selectionFlags; in Format()
1221 @C.SelectionFlags int selectionFlags = this.selectionFlags | manifestFormat.selectionFlags; in copyWithManifestFormatInfo() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DFormat.java204 selectionFlags, in createVideoContainerFormat()
225 selectionFlags, in createVideoContainerFormat()
388 selectionFlags, in createAudioContainerFormat()
410 selectionFlags, in createAudioContainerFormat()
462 selectionFlags, in createAudioSampleFormat()
492 selectionFlags, in createAudioSampleFormat()
516 selectionFlags, in createAudioSampleFormat()
564 selectionFlags, in createTextContainerFormat()
949 this.selectionFlags = selectionFlags; in Format()
1221 @C.SelectionFlags int selectionFlags = this.selectionFlags | manifestFormat.selectionFlags; in copyWithManifestFormatInfo() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/
H A DFormat.java179 public final int selectionFlags; field in Format
246 @C.SelectionFlags int selectionFlags, String language) { in createAudioSampleFormat() argument
254 @C.SelectionFlags int selectionFlags, String language) { in createAudioSampleFormat() argument
257 selectionFlags, language, null); in createAudioSampleFormat()
277 selectionFlags, language, NO_VALUE); in createTextContainerFormat()
380 this.selectionFlags = selectionFlags; in Format()
412 selectionFlags = in.readInt(); in Format()
442 @C.SelectionFlags int selectionFlags, String language) { in copyWithContainerInfo() argument
460 @C.SelectionFlags int selectionFlags = this.selectionFlags | manifestFormat.selectionFlags; in copyWithManifestFormatInfo() local
573 || selectionFlags != other.selectionFlags || !Util.areEqual(id, other.id) in equals()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DFormat.java179 public final int selectionFlags; field in Format
246 @C.SelectionFlags int selectionFlags, String language) { in createAudioSampleFormat() argument
254 @C.SelectionFlags int selectionFlags, String language) { in createAudioSampleFormat() argument
257 selectionFlags, language, null); in createAudioSampleFormat()
277 selectionFlags, language, NO_VALUE); in createTextContainerFormat()
380 this.selectionFlags = selectionFlags; in Format()
412 selectionFlags = in.readInt(); in Format()
442 @C.SelectionFlags int selectionFlags, String language) { in copyWithContainerInfo() argument
460 @C.SelectionFlags int selectionFlags = this.selectionFlags | manifestFormat.selectionFlags; in copyWithManifestFormatInfo() local
573 || selectionFlags != other.selectionFlags || !Util.areEqual(id, other.id) in equals()
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A DEditorObjectSelectionSession.cpp56 uint8_t* selectionFlags = &_objectSelectionFlags[i]; in setup_track_manager_objects() local
60 *selectionFlags |= OBJECT_SELECTION_FLAG_6; in setup_track_manager_objects()
66 *selectionFlags &= ~OBJECT_SELECTION_FLAG_6; in setup_track_manager_objects()
85 uint8_t* selectionFlags = &_objectSelectionFlags[i]; in setup_track_designer_objects() local
89 *selectionFlags |= OBJECT_SELECTION_FLAG_6; in setup_track_designer_objects()
221 uint8_t* selectionFlags = &_objectSelectionFlags[i]; in setup_in_use_selection_flags() local
223 *selectionFlags &= ~OBJECT_SELECTION_FLAG_IN_USE; in setup_in_use_selection_flags()
507 if (*selectionFlags & OBJECT_SELECTION_FLAG_IN_USE) in window_editor_object_selection_select_object()
529 *selectionFlags &= ~OBJECT_SELECTION_FLAG_SELECTED; in window_editor_object_selection_select_object()
541 if (*selectionFlags & OBJECT_SELECTION_FLAG_SELECTED) in window_editor_object_selection_select_object()
[all …]
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_picker.h88 Q_PROPERTY(int selectionFlags READ selectionFlags WRITE setSelectionFlags)
243 explicit QwtPicker(int selectionFlags, RubberBand rubberBand,
249 int selectionFlags() const;
365 void init(QWidget *, int selectionFlags, RubberBand rubberBand,
H A Dqwt_plot_picker.cpp93 QwtPlotPicker::QwtPlotPicker(int xAxis, int yAxis, int selectionFlags, in QwtPlotPicker() argument
96 QwtPicker(selectionFlags, rubberBand, trackerMode, canvas), in QwtPlotPicker()
292 if ( selectionFlags() & PointSelection ) in end()
297 else if ( (selectionFlags() & RectSelection) && pa.count() >= 2 ) in end()
302 if ( selectionFlags() & CenterToCorner ) in end()
307 else if ( selectionFlags() & CenterToRadius ) in end()
H A Dqwt_picker.cpp60 int selectionFlags; member in QwtPicker::PrivateData
268 init(parent, selectionFlags, rubberBand, trackerMode); in QwtPicker()
299 setSelectionFlags(selectionFlags); in init()
405 d_data->selectionFlags = flags; in setSelectionFlags()
414 int QwtPicker::selectionFlags() const in selectionFlags() function in QwtPicker
416 return d_data->selectionFlags; in selectionFlags()
665 if ( selectionFlags() & PointSelection ) in drawRubberBand()
695 else if ( selectionFlags() & RectSelection ) in drawRubberBand()
703 if ( selectionFlags() & CenterToCorner ) in drawRubberBand()
708 else if ( selectionFlags() & CenterToRadius ) in drawRubberBand()
[all …]
H A Dqwt_plot_zoomer.h56 explicit QwtPlotZoomer(int xAxis, int yAxis, int selectionFlags,
116 void init(int selectionFlags, DisplayMode trackerMode, bool doReplot);
H A Dqwt_plot_zoomer.cpp103 QwtPlotZoomer::QwtPlotZoomer(int xAxis, int yAxis, int selectionFlags, in QwtPlotZoomer() argument
108 init(selectionFlags, trackerMode, doReplot); in QwtPlotZoomer()
112 void QwtPlotZoomer::init(int selectionFlags, in init() argument
119 setSelectionFlags(selectionFlags); in init()
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_picker.h88 Q_PROPERTY(int selectionFlags READ selectionFlags WRITE setSelectionFlags)
243 explicit QwtPicker(int selectionFlags, RubberBand rubberBand,
249 int selectionFlags() const;
365 void init(QWidget *, int selectionFlags, RubberBand rubberBand,
H A Dqwt_plot_picker.cpp93 QwtPlotPicker::QwtPlotPicker(int xAxis, int yAxis, int selectionFlags, in QwtPlotPicker() argument
96 QwtPicker(selectionFlags, rubberBand, trackerMode, canvas), in QwtPlotPicker()
292 if ( selectionFlags() & PointSelection ) in end()
297 else if ( (selectionFlags() & RectSelection) && pa.count() >= 2 ) in end()
302 if ( selectionFlags() & CenterToCorner ) in end()
307 else if ( selectionFlags() & CenterToRadius ) in end()
H A Dqwt_picker.cpp60 int selectionFlags; member in QwtPicker::PrivateData
279 init(parent, selectionFlags, rubberBand, trackerMode); in QwtPicker()
310 setSelectionFlags(selectionFlags); in init()
416 d_data->selectionFlags = flags; in setSelectionFlags()
425 int QwtPicker::selectionFlags() const in selectionFlags() function in QwtPicker
427 return d_data->selectionFlags; in selectionFlags()
676 if ( selectionFlags() & PointSelection ) in drawRubberBand()
706 else if ( selectionFlags() & RectSelection ) in drawRubberBand()
714 if ( selectionFlags() & CenterToCorner ) in drawRubberBand()
719 else if ( selectionFlags() & CenterToRadius ) in drawRubberBand()
[all …]
H A Dqwt_plot_zoomer.h56 explicit QwtPlotZoomer(int xAxis, int yAxis, int selectionFlags,
118 void init(int selectionFlags, DisplayMode trackerMode, bool doReplot);
H A Dqwt_plot_zoomer.cpp103 QwtPlotZoomer::QwtPlotZoomer(int xAxis, int yAxis, int selectionFlags, in QwtPlotZoomer() argument
108 init(selectionFlags, trackerMode, doReplot); in QwtPlotZoomer()
112 void QwtPlotZoomer::init(int selectionFlags, in init() argument
119 setSelectionFlags(selectionFlags); in init()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangtools/
H A Dfilterdialog.cpp58 static QItemSelectionModel::SelectionFlags selectionFlags() in selectionFlags() function
110 m_ui->view->selectionModel()->select(item->index(), selectionFlags()); in FilterDialog()
119 m_ui->view->selectionModel()->select(item->index(), selectionFlags()); in FilterDialog()
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/opentype/
H A Dotcore.cpp197 uint32_t selectionFlags = os2->v0a()->selectionFlags(); in initOS_2() local
199 if (selectionFlags & OS2Table::kSelectionItalic) in initOS_2()
201 else if (selectionFlags & OS2Table::kSelectionOblique) in initOS_2()
204 if ((selectionFlags & OS2Table::kSelectionUseTypoMetrics) != 0) in initOS_2()
/dports/devel/gammaray/GammaRay-2.11.3/core/tools/resourcebrowser/
H A Dresourcebrowser.cpp71 const QItemSelectionModel::SelectionFlags selectionFlags = QItemSelectionModel::ClearAndSelect in selectResource() local
81 selectionModel->setCurrentIndex(index, selectionFlags); in selectResource()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/hls/
H A DHlsMediaPeriod.java808 variantFormat.selectionFlags,
817 int selectionFlags = 0;
825 selectionFlags = mediaTagFormat.selectionFlags;
834 selectionFlags = variantFormat.selectionFlags;
853 selectionFlags,
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/hls/
H A DHlsMediaPeriod.java808 variantFormat.selectionFlags,
817 int selectionFlags = 0;
825 selectionFlags = mediaTagFormat.selectionFlags;
834 selectionFlags = variantFormat.selectionFlags;
853 selectionFlags,
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/hls/
H A DHlsMediaPeriod.java808 variantFormat.selectionFlags,
817 int selectionFlags = 0;
825 selectionFlags = mediaTagFormat.selectionFlags;
834 selectionFlags = variantFormat.selectionFlags;
853 selectionFlags,
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/source/hls/playlist/
H A DHlsPlaylistParser.java181 @C.SelectionFlags int selectionFlags = parseSelectionFlags(line); in parseMasterPlaylist() local
189 Format.NO_VALUE, Format.NO_VALUE, Format.NO_VALUE, null, selectionFlags, language); in parseMasterPlaylist()
198 MimeTypes.TEXT_VTT, null, Format.NO_VALUE, selectionFlags, language); in parseMasterPlaylist()
213 Format.NO_VALUE, selectionFlags, language, accessibilityChannel)); in parseMasterPlaylist()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/hls/playlist/
H A DHlsPlaylistParser.java181 @C.SelectionFlags int selectionFlags = parseSelectionFlags(line); in parseMasterPlaylist() local
189 Format.NO_VALUE, Format.NO_VALUE, Format.NO_VALUE, null, selectionFlags, language); in parseMasterPlaylist()
198 MimeTypes.TEXT_VTT, null, Format.NO_VALUE, selectionFlags, language); in parseMasterPlaylist()
213 Format.NO_VALUE, selectionFlags, language, accessibilityChannel)); in parseMasterPlaylist()
/dports/devel/gammaray/GammaRay-2.11.3/common/
H A Dnetworkselectionmodel.cpp108 const QItemSelectionModel::SelectionFlags selectionFlags in sendSelection() local
140 select(QItemSelection(index, index), selectionFlags); in sendSelection()

123