Home
last modified time | relevance | path

Searched refs:nStrikeoutWidth (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1073 long nStrikeoutWidth = nWidth; in createTextAction() local
1078 nStrikeoutWidth = ( rParms.mrVDev.GetTextWidth( aStrikeoutTest ) + 2 ) / 4; in createTextAction()
1081 if( nStrikeoutWidth <= 0 ) in createTextAction()
1082 nStrikeoutWidth = 1; in createTextAction()
1085 long nMaxWidth = nStrikeoutWidth/2; in createTextAction()
1092 while( (nFullStrikeoutWidth+=nStrikeoutWidth ) < nMaxWidth+1 ) in createTextAction()
1101 long nInterval = ( nWidth - nStrikeoutWidth * nLen ) / nLen; in createTextAction()
1102 nStrikeoutWidth += nInterval; in createTextAction()
1107 pStrikeoutCharWidths[i] = nStrikeoutWidth; in createTextAction()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4027 long nStrikeoutWidth = nWidth; in ImplDrawStrikeoutChar() local
4031nStrikeoutWidth = (pLayout->GetTextWidth() +nTestStrLen/2) / (nTestStrLen * pLayout->GetUnitsPerPi… in ImplDrawStrikeoutChar()
4034 if( nStrikeoutWidth <= 0 ) // sanity check in ImplDrawStrikeoutChar()
4039 long nMaxWidth = nStrikeoutWidth * 3 / 4; in ImplDrawStrikeoutChar()
4044 int nStrikeStrLen = (nMaxWidth - 1) / nStrikeoutWidth; in ImplDrawStrikeoutChar()

Completed in 57 milliseconds