Searched refs:nEx1 (Results 1 – 1 of 1) sorted by relevance
1885 long nEx1 = nLeft+((rRect.GetWidth()-nSize)/2)-2; in ImplDrawButtonRect() local1886 long nEx2 = nEx1+nSize+3; in ImplDrawButtonRect()1896 if ( (i < nEx1) || (i > nEx2 ) ) in ImplDrawButtonRect()1902 if ( (i < nEx1) || ((i > nEx2 ) && (i < nRight-3)) ) in ImplDrawButtonRect()1915 long nEx1 = nTop+((rRect.GetHeight()-nSize)/2)-2; in ImplDrawButtonRect() local1916 long nEx2 = nEx1+nSize+3; in ImplDrawButtonRect()1926 if ( (i < nEx1) || (i > nEx2 ) ) in ImplDrawButtonRect()1932 if ( (i < nEx1) || ((i > nEx2 ) && (i < nBottom-3)) ) in ImplDrawButtonRect()
Completed in 38 milliseconds