Searched refs:fLogoWH (Results 1 – 1 of 1) sorted by relevance
430 const double fLogoWH = (double) aLogoSize.Width() / aLogoSize.Height(); in Paint() local432 if( fLogoWH < ( (double) aVideoRect.GetWidth() / aVideoRect.GetHeight() ) ) in Paint()434 aLogoSize.Width() = (long) ( aVideoRect.GetHeight() * fLogoWH ); in Paint()440 aLogoSize.Height()= (long) ( aVideoRect.GetWidth() / fLogoWH ); in Paint()
Completed in 21 milliseconds