Searched refs:nDotSize (Results 1 – 1 of 1) sorted by relevance
4281 long nDotSize = 0; in ImplGetEmphasisMark() local4286 nDotSize = (nHeight*550)/1000; in ImplGetEmphasisMark()4287 if ( !nDotSize ) in ImplGetEmphasisMark()4288 nDotSize = 1; in ImplGetEmphasisMark()4289 if ( nDotSize <= 2 ) in ImplGetEmphasisMark()4290 rRect1 = Rectangle( Point(), Size( nDotSize, nDotSize ) ); in ImplGetEmphasisMark()4293 long nRad = nDotSize/2; in ImplGetEmphasisMark()4298 rWidth = nDotSize; in ImplGetEmphasisMark()4303 nDotSize = (nHeight*800)/1000; in ImplGetEmphasisMark()4304 if ( !nDotSize ) in ImplGetEmphasisMark()[all …]