Searched refs:bRubyStretch (Results 1 – 1 of 1) sorted by relevance
879 sal_Bool bRubyStretch = nBaseWidth >= nRubyWidth; in Paint() local882 long nLeftStart = nCenter - (bRubyStretch ? (nBaseWidth / 2) : (nRubyWidth / 2)); in Paint()883 long nRightEnd = nCenter + (bRubyStretch ? (nBaseWidth / 2) : (nRubyWidth / 2)); in Paint()900 if(bRubyStretch) in Paint()
Completed in 10 milliseconds