Home
last modified time | relevance | path

Searched refs:_vdev (Results 1 – 2 of 2) sorted by relevance

/trunk/main/desktop/source/splash/
H A Dsplash.cxx56 , _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 Dsplash.hxx84 VirtualDevice _vdev; member in desktop::SplashScreen