Home
last modified time | relevance | path

Searched refs:GetTrackHeight (Results 1 – 10 of 10) sorted by relevance

/dports/games/warmux/warmux-11.04/src/gui/
H A Dscroll_box.h64 Point2i(scrollbar_width, GetTrackHeight())); in GetScrollTrack()
68 int GetTrackHeight() const;
H A Dscroll_box.cpp179 int height = GetTrackHeight(); in __Update()
231 int ScrollBox::GetTrackHeight() const in GetTrackHeight() function in ScrollBox
/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/ui/
H A DTrackView.cpp29 int TrackView::GetTrackHeight( const Track *pTrack ) in GetTrackHeight() function in TrackView
36 return pTrack ? TrackList::Channels( pTrack ).sum( GetTrackHeight ) : 0; in GetChannelGroupHeight()
H A DTrackView.h38 static int GetTrackHeight( const Track *pTrack );
/dports/audio/audacity/audacity-Audacity-3.1.3/src/menus/
H A DViewMenus.cpp143 tracks.Any().sum( TrackView::GetTrackHeight ) in DoZoomFitV()
144 - range.sum( TrackView::GetTrackHeight ); in DoZoomFitV()
/dports/multimedia/olive/olive-0.1.2/ui/
H A Dtimelinewidget.cpp2178 int new_height = panel_timeline->GetTrackHeight(track_target); in mouseMoveEvent()
2726 track_y_edge += panel_timeline->GetTrackHeight(hover_track); in mouseMoveEvent()
2973 panel_height += panel_timeline->GetTrackHeight(i); in paintEvent()
2977 panel_height += panel_timeline->GetTrackHeight(i); in paintEvent()
3227 int rec_track_height = panel_timeline->GetTrackHeight(panel_sequence_viewer->recording_track); in paintEvent()
3279 int line_y = getScreenPointFromTrack(i) + panel_timeline->GetTrackHeight(i); in paintEvent()
3319 int ghost_height = panel_timeline->GetTrackHeight(g.track) - 1; in paintEvent()
3357 …p.drawLine(cursor_x, cursor_y, cursor_x, cursor_y + panel_timeline->GetTrackHeight(panel_timeline-… in paintEvent()
3392 …p.drawLine(cursor_x, cursor_y, cursor_x, cursor_y + panel_timeline->GetTrackHeight(panel_timeline-… in paintEvent()
3425 int track_height = panel_timeline->GetTrackHeight(track_candidate); in getTrackFromScreenPoint()
[all …]
/dports/multimedia/olive/olive-0.1.2/panels/
H A Dtimeline.h155 int GetTrackHeight(int track);
H A Dtimeline.cpp886 int Timeline::GetTrackHeight(int track) { in GetTrackHeight() function in Timeline
917 SetTrackHeight(i, qMax(GetTrackHeight(i) + diff, olive::timeline::kTrackMinHeight)); in ChangeTrackHeightUniformly()
/dports/games/libretro-shaders-glsl/glsl-shaders-7052b09dc657d56bea443d5661dccbebcafe32dc/procedural/
H A Dmzadami-pi-train.glsl1700 float GetTrackHeight(float world_x)
1712 vec2 train_wheel_0 = vec2(train_x0, GetTrackHeight(train_x0));
1713 vec2 train_wheel_1 = vec2(train_x1, GetTrackHeight(train_x1));
1716 train_wheel_1.y = GetTrackHeight(train_wheel_1.x);
1718 train_wheel_1.y = GetTrackHeight(train_wheel_1.x);
1785 float track_y = GetTrackHeight(world_pos.x);
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DTrackPanel.cpp765 TrackList::Channels(trk).sum( TrackView::GetTrackHeight ); in RefreshTrack()
1023 trackHeight = channels.sum( TrackView::GetTrackHeight ); in OnEnsureVisible()