Home
last modified time | relevance | path

Searched refs:IsDeviceOutputNecessary (Results 1 – 10 of 10) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev5.cxx56 if ( !IsDeviceOutputNecessary() || (!mbLineColor && !mbFillColor) || ImplIsRecordLayout() ) in DBG_NAMEEX()
115 if ( !IsDeviceOutputNecessary() || (!mbLineColor && !mbFillColor) || ImplIsRecordLayout() ) in DrawEllipse()
166 if ( !IsDeviceOutputNecessary() || !mbLineColor || ImplIsRecordLayout() ) in DrawArc()
213 if ( !IsDeviceOutputNecessary() || (!mbLineColor && !mbFillColor) || ImplIsRecordLayout() ) in DrawPie()
267 if ( !IsDeviceOutputNecessary() || (!mbLineColor && !mbFillColor) || ImplIsRecordLayout() ) in DrawChord()
H A Doutdev.cxx1493 if ( !IsDeviceOutputNecessary() || !mbLineColor || ImplIsRecordLayout() ) in DrawLine()
1701 …if ( !IsDeviceOutputNecessary() || !mbLineColor || ( LINE_NONE == rLineInfo.GetStyle() ) || ImplIs… in DrawLine()
1749 if ( !IsDeviceOutputNecessary() || (!mbLineColor && !mbFillColor) || ImplIsRecordLayout() ) in DrawRect()
1793 if ( !IsDeviceOutputNecessary() || !mbLineColor || (nPoints < 2) || ImplIsRecordLayout() ) in DrawPolyLine()
1891 …if ( !IsDeviceOutputNecessary() || !mbLineColor || ( nPoints < 2 ) || ( LINE_NONE == rLineInfo.Get… in ImpDrawPolyLineWithLineInfo()
1963 …if ( !IsDeviceOutputNecessary() || (!mbLineColor && !mbFillColor) || (nPoints < 2) || ImplIsRecord… in DrawPolygon()
2059 …if ( !IsDeviceOutputNecessary() || (!mbLineColor && !mbFillColor) || !nPoly || ImplIsRecordLayout(… in DrawPolyPolygon()
H A Doutdev6.cxx263 bool bDrawn = !IsDeviceOutputNecessary() || ImplIsRecordLayout(); in DrawTransparent()
1124 if ( !IsDeviceOutputNecessary() || ImplIsRecordLayout() ) in DrawWallpaper()
1147 if ( !IsDeviceOutputNecessary() || ImplIsRecordLayout() ) in Erase()
1216 if ( !IsDeviceOutputNecessary() || ImplIsRecordLayout() ) in DrawEPS()
H A Doutdev2.cxx62 if ( !IsDeviceOutputNecessary() ) \
462 if ( !IsDeviceOutputNecessary() ) in ImplDrawFrameDev()
1738 if ( !IsDeviceOutputNecessary() || !mbLineColor || ImplIsRecordLayout() ) in DrawPixel()
1809 if ( !IsDeviceOutputNecessary() || ImplIsColorTransparent( aColor ) || ImplIsRecordLayout() ) in DrawPixel()
1852 if ( !IsDeviceOutputNecessary() || ImplIsRecordLayout() ) in DrawPixel()
H A Doutdev4.cxx715 if( !IsDeviceOutputNecessary() || ImplIsRecordLayout() ) in DrawGradient()
858 if( !IsDeviceOutputNecessary() || ImplIsRecordLayout() ) in DrawGradient()
1087 if( !IsDeviceOutputNecessary() || ImplIsRecordLayout() ) in DrawHatch()
H A Doutdev3.cxx5455 if ( !IsDeviceOutputNecessary() || ImplIsRecordLayout() ) in DrawTextLine()
5498 if ( !IsDeviceOutputNecessary() || ImplIsRecordLayout() ) in DrawWaveLine()
5631 if ( !IsDeviceOutputNecessary() || pVector ) in DrawText()
5691 if ( !IsDeviceOutputNecessary() ) in DrawTextArray()
5839 if ( !IsDeviceOutputNecessary() ) in DrawStretchText()
6668 …if ( ( !IsDeviceOutputNecessary() && !pVector && !bDecomposeTextRectAction ) || !rOrigStr.Len() ||… in DrawText()
6978 if ( !IsDeviceOutputNecessary() || (nIndex >= rStr.Len()) ) in DrawCtrlText()
7416 if ( !IsDeviceOutputNecessary() ) return aSysLayoutData; in GetSysTextLayoutData()
H A Dimpimage.cxx390 if( pOutDev->IsDeviceOutputNecessary() ) in Draw()
/trunk/main/vcl/source/window/
H A Dwindow2.cxx438 if ( !IsDeviceOutputNecessary() ) in Invert()
474 if ( !IsDeviceOutputNecessary() ) in Invert()
567 if ( !IsDeviceOutputNecessary() ) in InvertTracking()
633 if ( !IsDeviceOutputNecessary() ) in InvertTracking()
H A Dwindow.cxx2922 if ( !IsDeviceOutputNecessary() ) in ImplScroll()
7591 if ( !IsDeviceOutputNecessary() || !mnOutWidth || !mnOutHeight ) in Invalidate()
7603 if ( !IsDeviceOutputNecessary() || !mnOutWidth || !mnOutHeight ) in Invalidate()
7620 if ( !IsDeviceOutputNecessary() || !mnOutWidth || !mnOutHeight ) in Invalidate()
7639 if ( !IsDeviceOutputNecessary() || !mnOutWidth || !mnOutHeight ) in Validate()
7651 if ( !IsDeviceOutputNecessary() || !mnOutWidth || !mnOutHeight ) in Validate()
7668 if ( !IsDeviceOutputNecessary() || !mnOutWidth || !mnOutHeight ) in Validate()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx877 sal_Bool IsDeviceOutputNecessary() const { return (mbOutput && mbDevOutput); } in IsDeviceOutputNecessary() function in OutputDevice

Completed in 147 milliseconds