Searched refs:nRubyWidth (Results 1 – 1 of 1) sorted by relevance
870 long nRubyWidth = GetTextWidth(sRubyText); in Paint() local879 sal_Bool bRubyStretch = nBaseWidth >= nRubyWidth; in Paint()882 long nLeftStart = nCenter - (bRubyStretch ? (nBaseWidth / 2) : (nRubyWidth / 2)); in Paint()883 long nRightEnd = nCenter + (bRubyStretch ? (nBaseWidth / 2) : (nRubyWidth / 2)); in Paint()905 nOutTextWidth = nRubyWidth; in Paint()
Completed in 9 milliseconds