Searched refs:nLeftStart (Results 1 – 1 of 1) sorted by relevance
882 long nLeftStart = nCenter - (bRubyStretch ? (nBaseWidth / 2) : (nRubyWidth / 2)); in Paint() local902 DrawText( Point( nLeftStart , nYBase), sBaseText ); in Paint()911 DrawText( Point( nLeftStart , nYRuby), sRubyText ); in Paint()921 DrawText( Point( nLeftStart , nYOutput), sOutputText ); in Paint()929 if(nOutTextWidth < (nRightEnd - nLeftStart - nCharWidth)) in Paint()932 nLeftStart += nCharWidth; in Paint()941 long nSpace = ((nRightEnd - nLeftStart) - GetTextWidth(sOutputText)) / (nCount - 1); in Paint()945 DrawText( Point( nLeftStart , nYOutput), cChar); in Paint()947 nLeftStart += nCharWidth + nSpace; in Paint()
Completed in 26 milliseconds