Lines Matching refs:aOutSize
495 Size aOutSize = GetOutputSizePixel(); in ImplDraw() local
511 nX = (aOutSize.Width()-1)/2; in ImplDraw()
512 aDecoView.DrawSeparator( Point( nX, 0 ), Point( nX, aOutSize.Height()-1 ) ); in ImplDraw()
516 nY = (aOutSize.Height()-1)/2; in ImplDraw()
517 aDecoView.DrawSeparator( Point( 0, nY ), Point( aOutSize.Width()-1, nY ), false ); in ImplDraw()
528 Point aStartPt( aOutSize.Width()/2, aOutSize.Height()-1 ); in ImplDraw()
530 aStartPt.Y() -= (aOutSize.Height() - nWidth)/2; in ImplDraw()
535 if( aOutSize.Height() - aStartPt.Y() > FIXEDLINE_TEXT_BORDER ) in ImplDraw()
536 aDecoView.DrawSeparator( Point( aStartPt.X(), aOutSize.Height()-1 ), in ImplDraw()
545 Rectangle aRect( 0, 0, aOutSize.Width(), aOutSize.Height() ); in ImplDraw()
562 …awSeparator( Point( aRect.Right()+FIXEDLINE_TEXT_BORDER, nTop ), Point( aOutSize.Width()-1, nTop )… in ImplDraw()