Searched refs:fSubtitleMaxButtom (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/mediaplayer/
H A DVideoView.cpp41 fSubtitleMaxButtom(Bounds().bottom),
376 if (bottom == fSubtitleMaxButtom)
379 fSubtitleMaxButtom = bottom;
470 offset.y = min_c(fSubtitleMaxButtom, fVideoFrame.bottom)
477 float centeredOffset = (fVideoFrame.bottom + fSubtitleMaxButtom
479 float maxOffset = fSubtitleMaxButtom - fSubtitleFrame.Height();
H A DVideoView.h79 float fSubtitleMaxButtom; member in class:VideoView

Completed in 84 milliseconds