Searched refs:nResultWidth (Results 1 – 2 of 2) sorted by relevance
756 long nResultWidth = nStartBracketWidth; in Paint() local757 nResultWidth += nEndBracketWidth; in Paint()758 nResultWidth += nTextWidth; in Paint()760 long _nX = (aLogSize.Width() - nResultWidth) / 2; in Paint()762 DrawLine( Point( _nX + nResultWidth, nY ), Point( aLogSize.Width(), nY ) ); in Paint()
293 const int nResultWidth = rItem.lHDist * (rItem.nCols - 1) + rItem.lWidth + rItem.lLeft; in InsertLab() local295 aDesc.SetLandscape(nResultWidth > nResultHeight); in InsertLab()
Completed in 20 milliseconds