Lines Matching refs:mbLineColor
387 mbLineColor = sal_True; in OutputDevice()
914 if( mbLineColor ) in ImplInitLineColor()
1245 if ( mbLineColor ) in SetLineColor()
1248 mbLineColor = sal_False; in SetLineColor()
1303 if ( mbLineColor ) in SetLineColor()
1306 mbLineColor = sal_False; in SetLineColor()
1315 mbLineColor = sal_True; in SetLineColor()
1493 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()
2493 if ( mbLineColor ) in Push()