Home
last modified time | relevance | path

Searched refs:aWindowSizePixel (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/control/
H A Dthrobber.cxx170 const ::Size aWindowSizePixel = GetSizePixel(); in initImages() local
183 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()
/trunk/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx220 const ::Size aWindowSizePixel = pThrobber->GetSizePixel(); in lcl_updateImageList_nothrow() local
227 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 22 milliseconds