Searched refs:aWindowSizePixel (Results 1 – 2 of 2) sorted by relevance
170 const ::Size aWindowSizePixel = GetSizePixel(); in initImages() local183 if ( ( aImageSize.Width() > aWindowSizePixel.Width() ) in initImages()184 || ( aImageSize.Height() > aWindowSizePixel.Height() ) in initImages()190 …( aWindowSizePixel.Width() - aImageSize.Width() ) * ( aWindowSizePixel.Width() - aImageSize.Width(… in initImages()191 …+ ( aWindowSizePixel.Height() - aImageSize.Height() ) * ( aWindowSizePixel.Height() - aImageSize… in initImages()
220 const ::Size aWindowSizePixel = pThrobber->GetSizePixel(); in lcl_updateImageList_nothrow() local227 if ( ( check->Width > aWindowSizePixel.Width() ) in lcl_updateImageList_nothrow()228 || ( check->Height > aWindowSizePixel.Height() ) in lcl_updateImageList_nothrow()234 … ( aWindowSizePixel.Width() - check->Width ) * ( aWindowSizePixel.Width() - check->Width ) in lcl_updateImageList_nothrow()235 … + ( aWindowSizePixel.Height() - check->Height ) * ( aWindowSizePixel.Height() - check->Height ); in lcl_updateImageList_nothrow()
Completed in 18 milliseconds