Lines Matching refs:_vdev
56 , _vdev(*((IntroWindow*)this)) in SplashScreen()
186 _vdev.SetOutputSizePixel( aSize ); in initialize()
667 _vdev.DrawBitmapEx( Point(), _aIntroBmp ); in Paint()
681 _vdev.SetFillColor(); in Paint()
682 _vdev.SetLineColor( _cProgressFrameColor ); in Paint()
683 _vdev.DrawRect(Rectangle(_tlx, _tly, _tlx+_barwidth, _tly+_barheight)); in Paint()
684 _vdev.SetFillColor( _cProgressBarColor ); in Paint()
685 _vdev.SetLineColor(); in Paint()
686 …_vdev.DrawRect(Rectangle(_tlx+_barspace, _tly+_barspace, _tlx+_barspace+length, _tly+_barheight-_b… in Paint()
687 …_vdev.DrawText( Rectangle(_tlx, _tly+_barheight+5, _tlx+_barwidth, _tly+_barheight+5+20), _sProgre… in Paint()
694 _vdev.SetFillColor( _cProgressFrameColor ); in Paint()
695 _vdev.SetLineColor(); in Paint()
696 _vdev.DrawRect(Rectangle(_tlx, _tly, _tlx+_barwidth, _tly+_barheight)); in Paint()
698 _vdev.SetFillColor( _cProgressBarColor ); in Paint()
699 _vdev.SetLineColor(); in Paint()
700 _vdev.DrawRect(Rectangle(_tlx, _tly, _tlx+length, _tly+_barheight)); in Paint()
703 …_vdev.DrawText( Rectangle(_tlx, _tly+_barheight+5, _tlx+_barwidth, _tly+_barheight+5+20), _sProgre… in Paint()
706 Size bSize = _vdev.GetOutputSizePixel(); in Paint()
709 DrawOutDev(Point(), GetOutputSizePixel(), Point(), _vdev.GetOutputSizePixel(), _vdev ); in Paint()