Searched refs:rFloatRect (Results 1 – 2 of 2) sorted by relevance
411 rFloatRect.Left = ImplGetIX(); in ImplGetRectangle()413 rFloatRect.Right = ImplGetIX(); in ImplGetRectangle()414 rFloatRect.Top = ImplGetIY(); in ImplGetRectangle()418 rFloatRect.Left = ImplGetFX(); in ImplGetRectangle()420 rFloatRect.Right = ImplGetFX(); in ImplGetRectangle()421 rFloatRect.Top = ImplGetFY(); in ImplGetRectangle()425 ImplMapX( rFloatRect.Left ); in ImplGetRectangle()426 ImplMapX( rFloatRect.Right ); in ImplGetRectangle()427 ImplMapY( rFloatRect.Top ); in ImplGetRectangle()428 ImplMapY( rFloatRect.Bottom ); in ImplGetRectangle()[all …]
519 void CGMImpressOutAct::DrawRectangle( FloatRect& rFloatRect ) in DrawRectangle() argument525 …awt::Size aSize( (long)(rFloatRect.Right - rFloatRect.Left ), (long)(rFloatRect.Bottom-rFloatRect.… in DrawRectangle()527 maXShape->setPosition( awt::Point( (long)rFloatRect.Left, (long)rFloatRect.Top ) ); in DrawRectangle()
Completed in 34 milliseconds