Searched refs:fPrefWH (Results 1 – 4 of 4) sorted by relevance
242 double fPrefWH = (double) aPrefSize.Width / aPrefSize.Height; in implLayoutVideoWindow() local244 if( fPrefWH < ( (double) nVideoW / nVideoH ) ) in implLayoutVideoWindow()245 nVideoW = (int)( nVideoH * fPrefWH ); in implLayoutVideoWindow()247 nVideoH = (int)( nVideoW / fPrefWH ); in implLayoutVideoWindow()
198 double fPrefWH = (double) aPrefDim.width / aPrefDim.height; in LayoutComponents() local200 if( fPrefWH < ( (double) nVideoW / nVideoH ) ) in LayoutComponents()201 nVideoW = (int)( nVideoH * fPrefWH ); in LayoutComponents()203 nVideoH = (int)( nVideoW / fPrefWH ); in LayoutComponents()
217 double fPrefWH = (double) aPrefSize.Width / aPrefSize.Height; in implLayoutVideoWindow() local219 if( fPrefWH < ( (double) nVideoW / nVideoH ) ) in implLayoutVideoWindow()221 nVideoW = (int) ( nVideoH * fPrefWH ); in implLayoutVideoWindow()225 nVideoH = (int) ( nVideoW / fPrefWH ); in implLayoutVideoWindow()
286 double fPrefWH = (double) aPrefSize.Width / aPrefSize.Height; in ImplLayoutVideoWindow() local288 if( fPrefWH < ( (double) nVideoW / nVideoH ) ) in ImplLayoutVideoWindow()289 nVideoW = (int)( nVideoH * fPrefWH ); in ImplLayoutVideoWindow()291 nVideoH = (int)( nVideoW / fPrefWH ); in ImplLayoutVideoWindow()
Completed in 155 milliseconds