Searched refs:aPrefDim (Results 1 – 1 of 1) sorted by relevance
153 aPrefDim.width >>= 2; in LayoutComponents()154 aPrefDim.height >>= 2; in LayoutComponents()159 aPrefDim.width >>= 1; in LayoutComponents()160 aPrefDim.height >>= 1; in LayoutComponents()165 aPrefDim.width <<= 1; in LayoutComponents()166 aPrefDim.height <<= 1; in LayoutComponents()171 aPrefDim.width <<= 2; in LayoutComponents()172 aPrefDim.height <<= 2; in LayoutComponents()184 if( ( aPrefDim.width <= nVideoW ) && ( aPrefDim.height <= nVideoH ) ) in LayoutComponents()196 … if( aPrefDim.width > 0 && aPrefDim.height > 0 && nVideoW > 0 && nVideoH > 0 ) in LayoutComponents()[all …]
Completed in 22 milliseconds