Searched refs:nTestStrLen (Results 1 – 1 of 1) sorted by relevance
4019 static const int nTestStrLen = 4; in ImplDrawStrikeoutChar() local4022 for( int i = 0; i < nTestStrLen; ++i) in ImplDrawStrikeoutChar()4024 const String aStrikeoutTest( aChars, nTestStrLen ); in ImplDrawStrikeoutChar()4028 SalLayout* pLayout = ImplLayout( aStrikeoutTest, 0, nTestStrLen ); in ImplDrawStrikeoutChar()4031 …nStrikeoutWidth = (pLayout->GetTextWidth() +nTestStrLen/2) / (nTestStrLen * pLayout->GetUnitsPerPi… in ImplDrawStrikeoutChar()4054 for( int i = nTestStrLen; i < nStrikeStrLen; ++i) in ImplDrawStrikeoutChar()
Completed in 44 milliseconds