Searched refs:_vdev (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/desktop/source/splash/ |
| H A D | splash.cxx | 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() [all …]
|
| H A D | splash.hxx | 84 VirtualDevice _vdev; member in desktop::SplashScreen
|