Lines Matching refs:nTextHeight
166 long nTextHeight = maHorzDim.GetTextHeight(); in Resize() local
168 aNewSize.Width() -= nTextHeight + 2; in Resize()
169 aNewSize.Height() -= nTextHeight + 2; in Resize()
213 Point aRef( nTextHeight + (aNewSize.Width() - maPreviewSize.Width())/2, in Resize()
214 nTextHeight + (aNewSize.Height() - maPreviewSize.Height())/2 ); in Resize()
215 maHorzDim.SetPosSizePixel( Point( aRef.X(), aRef.Y() - nTextHeight ), in Resize()
216 Size( maPreviewSize.Width(), nTextHeight ) ); in Resize()
217 maVertDim.SetPosSizePixel( Point( aRef.X() - nTextHeight, aRef.Y() ), in Resize()
218 Size( nTextHeight, maPreviewSize.Height() ) ); in Resize()
224 long nTextHeight = maHorzDim.GetTextHeight(); in Paint() local
226 aSize.Width() -= nTextHeight; in Paint()
227 aSize.Height() -= nTextHeight; in Paint()
232 Rectangle aTextRect( Point( nTextHeight, nTextHeight ), aSize ); in Paint()
250 Point aOffset( (aSize.Width() - maPreviewSize.Width()) / 2 + nTextHeight, in Paint()
251 (aSize.Height() - maPreviewSize.Height()) / 2 + nTextHeight ); in Paint()
431 long nTextHeight = GetTextHeight(); in Paint() local
451 Size aTextSize( GetTextWidth( aPageText ), nTextHeight ); in Paint()