Searched refs:vwBounds (Results 1 – 1 of 1) sorted by relevance
243 vwBounds = view->Bounds(); in Draw() local245 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()