Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Ddecoview.cxx1017 Size aBrdSize( 1, 1 ); in ImplDrawButton() local
1022 if ( !aBrdSize.Width() ) in ImplDrawButton()
1023 aBrdSize.Width() = 1; in ImplDrawButton()
1024 if ( !aBrdSize.Height() ) in ImplDrawButton()
1025 aBrdSize.Height() = 1; in ImplDrawButton()
1038 aRect1.Bottom() = aBrdSize.Height()-1; in ImplDrawButton()
1040 aRect2.Right() = aFillRect.Left()+aBrdSize.Width()-1; in ImplDrawButton()
1041 aFillRect.Left() += aBrdSize.Width(); in ImplDrawButton()
1042 aFillRect.Top() += aBrdSize.Height(); in ImplDrawButton()
1050 aFillRect.Right() -= aBrdSize.Width(); in ImplDrawButton()
[all …]

Completed in 10 milliseconds