Lines Matching refs:maVirDev
373 maVirDev.SetOutputSizePixel( Size( mnCtrlSize, mnCtrlSize ) ); in InitGlobalGeometry()
541 maVirDev.SetLineColor(); in DrawBackground()
542 maVirDev.SetFillColor( maBackCol ); in DrawBackground()
543 maVirDev.DrawRect( Rectangle( Point( 0, 0 ), maVirDev.GetOutputSizePixel() ) ); in DrawBackground()
546 maVirDev.SetLineColor(); in DrawBackground()
547 maVirDev.SetFillColor( maMarkCol ); in DrawBackground()
548 maVirDev.DrawRect( Rectangle( in DrawBackground()
556 maVirDev.SetLineColor( maBackCol ); in DrawBackground()
557 maVirDev.SetFillColor( maBackCol ); in DrawBackground()
558 maVirDev.DrawPolyPolygon( aPPoly ); in DrawBackground()
611 maVirDev.DrawImage( aPos1, maILArrows.GetImage( nImgId1 + nSelectAdd ) ); in DrawArrows()
612 maVirDev.DrawImage( aPos2, maILArrows.GetImage( nImgId2 + nSelectAdd ) ); in DrawArrows()
652 maArray.DrawArray( maVirDev ); in DrawAllFrameBorders()
667 …mrFrameSel.DrawBitmap( maVirDevPos, maVirDev.GetBitmap( Point( 0, 0 ), maVirDev.GetOutputSizePixel… in CopyVirDevToControl()
681 aPPoly.Insert( Polygon( Rectangle( maVirDevPos, maVirDev.GetOutputSizePixel() ) ) ); in DrawAllTrackingRects()