Searched refs:aCaptRect (Results 1 – 1 of 1) sorted by relevance
258 Rectangle aCaptRect = mpCaption->GetLogicRect(); in FitCaptionToRect() local259 Point aCaptPos = aCaptRect.TopLeft(); in FitCaptionToRect()261 aCaptPos.X() = ::std::min< long >( aCaptPos.X(), rVisRect.Right() - aCaptRect.GetWidth() ); in FitCaptionToRect()265 aCaptPos.Y() = ::std::min< long >( aCaptPos.Y(), rVisRect.Bottom() - aCaptRect.GetHeight() ); in FitCaptionToRect()269 aCaptRect.SetPos( aCaptPos ); in FitCaptionToRect()270 mpCaption->SetLogicRect( aCaptRect ); in FitCaptionToRect()278 Rectangle aCaptRect = mpCaption->GetLogicRect(); in AutoPlaceCaption() local279 long nWidth = aCaptRect.GetWidth(); in AutoPlaceCaption()280 long nHeight = aCaptRect.GetHeight(); in AutoPlaceCaption()335 aCaptRect.SetPos( aCaptPos ); in AutoPlaceCaption()[all …]