Searched refs:i_bRight (Results 1 – 1 of 1) sorted by relevance
77 void lcl_rotate( const Rectangle& i_rReference, Rectangle& io_rArea, const bool i_bRight ) in lcl_rotate() argument82 i_bRight ? -i_rReference.Left() : -i_rReference.Right(), in lcl_rotate()83 i_bRight ? -i_rReference.Bottom() : -i_rReference.Top() in lcl_rotate()87 aTransformation.rotate( i_bRight ? +F_PI2 : -F_PI2 ); in lcl_rotate()
Completed in 13 milliseconds