Home
last modified time | relevance | path

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

/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp243 vwBounds = view->Bounds(); in Draw() local
245 if (destRect.Width() < vwBounds.Width()) { in Draw()
246 destRect.OffsetBy((vwBounds.Width() - destRect.Width()) / 2, 0); in Draw()
248 if (destRect.Height() < vwBounds.Height()) { in Draw()
249 destRect.OffsetBy(0, (vwBounds.Height() - destRect.Height()) / 2); in Draw()