Home
last modified time | relevance | path

Searched refs:mbLineColor (Results 1 – 8 of 8) 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.cxx387 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()
1749 if ( !IsDeviceOutputNecessary() || (!mbLineColor && !mbFillColor) || ImplIsRecordLayout() ) in DrawRect()
1793 if ( !IsDeviceOutputNecessary() || !mbLineColor || (nPoints < 2) || ImplIsRecordLayout() ) in DrawPolyLine()
[all …]
H A Doutdev6.cxx248 if( !mbLineColor ) in DrawTransparent()
316 if( mbLineColor ) in DrawTransparent()
597 if( mbLineColor ) in DrawTransparent()
H A Doutdev4.cxx749 if ( mbLineColor || mbInitLineColor ) in DrawGradient()
914 if( mbLineColor || mbInitLineColor ) in DrawGradient()
H A Doutdev3.cxx3228 if ( mbLineColor || mbInitLineColor ) in ImplDrawTextBackground()
3563 if ( mbLineColor || mbInitLineColor ) in ImplDrawWaveLine()
3780 if ( mbLineColor || mbInitLineColor ) in ImplDrawStraightTextLine()
3976 if ( mbLineColor || mbInitLineColor ) in ImplDrawStrikeoutLine()
H A Doutdev2.cxx1738 if ( !IsDeviceOutputNecessary() || !mbLineColor || ImplIsRecordLayout() ) in DrawPixel()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx105 bool mbLineColor : 1; member in __anonc3207dfb0111::PropertyHolder
129 mbLineColor(false), in PropertyHolder()
152 bool getLineColorActive() const { return mbLineColor; } in getLineColorActive()
153 void setLineColorActive(bool bNew) { if(bNew != mbLineColor) mbLineColor = bNew; } in setLineColorActive()
203 bool getLineOrFillActive() const { return (mbLineColor || mbFillColor); } in getLineOrFillActive()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx368 mutable bool mbLineColor : 1; member in OutputDevice
918 sal_Bool IsLineColor() const { return mbLineColor; } in IsLineColor()

Completed in 128 milliseconds