Home
last modified time | relevance | path

Searched refs:GetLabelIndex (Results 1 – 5 of 5) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/labeltrack/ui/
H A DLabelTrackView.h170 int GetLabelIndex(double t, double t1);
H A DLabelTrackView.cpp1412 if( GetLabelIndex(selectedRegion.t0(), in DoCaptureKey()
2060 int LabelTrackView::GetLabelIndex(double t, double t1) in GetLabelIndex() function in LabelTrackView
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/shader/
H A Dast.h233 std::optional<u32> GetLabelIndex() const { in GetLabelIndex() function
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltHierbox.c6022 GetLabelIndex(hboxPtr, entryPtr, string, indexPtr) in GetLabelIndex() function
6118 if (GetLabelIndex(hboxPtr, entryPtr, argv[3], &nBytes) != TCL_OK) {
6173 if (GetLabelIndex(hboxPtr, entryPtr, argv[4], &insertPos) != TCL_OK) {
6278 if ((GetLabelIndex(hboxPtr, entryPtr, argv[4], &first) != TCL_OK) ||
6279 (GetLabelIndex(hboxPtr, entryPtr, argv[5], &last) != TCL_OK)) {
8532 if (GetLabelIndex(hboxPtr, argv[3], &from) != TCL_OK) {
8561 if (GetLabelIndex(hboxPtr, argv[3], &adjust) != TCL_OK) {
8584 if (GetLabelIndex(hboxPtr, argv[3], &to) != TCL_OK) {
8601 if (GetLabelIndex(hboxPtr, argv[4], &first) != TCL_OK) {
8604 if (GetLabelIndex(hboxPtr, argv[5], &last) != TCL_OK) {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DPieChart.cs4867 internal int GetLabelIndex( float y ) in GetLabelIndex() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.PieChart.LabelColumn
4999 int indexYValue = GetLabelIndex( yCoordinate ); in InsertLabel()