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

/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2051 int widthPercent = viewWidth * 100 / videoWidth; local
2054 if (widthPercent > heightPercent)
2055 return widthPercent;

Completed in 39 milliseconds