Searched refs:nRightEnd (Results 1 – 1 of 1) sorted by relevance
883 long nRightEnd = nCenter + (bRubyStretch ? (nBaseWidth / 2) : (nRubyWidth / 2)); in Paint() local924 DrawText( Point( nRightEnd - nOutTextWidth, nYOutput), sOutputText ); in Paint()929 if(nOutTextWidth < (nRightEnd - nLeftStart - nCharWidth)) in Paint()933 nRightEnd -= nCharWidth; in Paint()941 long nSpace = ((nRightEnd - nLeftStart) - GetTextWidth(sOutputText)) / (nCount - 1); in Paint()
Completed in 25 milliseconds