Searched refs:SetXORMode (Results 1 – 16 of 16) sorted by relevance
/trunk/main/vcl/unx/headless/ |
H A D | svpgdi.hxx | 82 virtual void SetXORMode( bool bSet, bool );
|
H A D | svppspgraphics.hxx | 102 virtual void SetXORMode( bool bSet, bool );
|
H A D | svpgdi.cxx | 251 void SvpSalGraphics::SetXORMode( bool bSet, bool ) in SetXORMode() function in SvpSalGraphics
|
H A D | svppspgraphics.cxx | 309 void PspGraphics::SetXORMode( bool bSet, bool ) in SetXORMode() function in PspGraphics
|
/trunk/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 93 virtual void SetXORMode( bool bSet, bool );
|
H A D | salgdi.h | 239 virtual void SetXORMode( bool bSet, bool );
|
/trunk/main/vcl/inc/os2/ |
H A D | salgdi.h | 255 virtual void SetXORMode( bool bSet, bool );
|
/trunk/main/vcl/inc/win/ |
H A D | salgdi.h | 285 virtual void SetXORMode( bool bSet, bool );
|
/trunk/main/vcl/inc/aqua/ |
H A D | salgdi.h | 323 virtual void SetXORMode( bool bSet, bool bInvertOnly );
|
/trunk/main/vcl/inc/ |
H A D | salgdi.hxx | 229 virtual void SetXORMode( bool bSet, bool bInvertOnly ) = 0;
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev.cxx | 721 …mpGraphics->SetXORMode( (ROP_INVERT == meRasterOp) || (ROP_XOR == meRasterOp), ROP_INVERT == meRas… in ImplGetGraphics() 1228 …mpGraphics->SetXORMode( (ROP_INVERT == meRasterOp) || (ROP_XOR == meRasterOp), ROP_INVERT == meRas… in SetRasterOp()
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi.cxx | 365 void Os2SalGraphics::SetXORMode( bool bSet, bool ) in SetXORMode() function in Os2SalGraphics
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salgdi.cxx | 757 void X11SalGraphics::SetXORMode( bool bSet, bool ) in SetXORMode() function in X11SalGraphics
|
H A D | pspgraphics.cxx | 375 void PspGraphics::SetXORMode( bool bSet, bool ) in SetXORMode() function in PspGraphics
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 1294 void WinSalGraphics::SetXORMode( bool bSet, bool ) in SetXORMode() function in WinSalGraphics
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2341 void AquaSalGraphics::SetXORMode( bool bSet, bool bInvertOnly ) in SetXORMode() function in AquaSalGraphics
|
Completed in 216 milliseconds