Home
last modified time | relevance | path

Searched refs:meRasterOp (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx246 if ( ROP_INVERT == meRasterOp ) in DrawOutDev()
319 if ( ROP_INVERT == meRasterOp ) in DrawOutDev()
577 if ( ROP_INVERT == meRasterOp ) in ImplDrawBitmap()
840 const bool bInvert(ROP_INVERT == meRasterOp); in DrawTransformedBitmapEx()
1048 if ( ROP_INVERT == meRasterOp ) in ImplDrawBitmapEx()
1378 if( ROP_INVERT == meRasterOp ) in ImplDrawMask()
H A Doutdev.cxx119 RasterOp meRasterOp; member
384 meRasterOp = ROP_OVERPAINT; in OutputDevice()
721 …mpGraphics->SetXORMode( (ROP_INVERT == meRasterOp) || (ROP_XOR == meRasterOp), ROP_INVERT == meRas… in ImplGetGraphics()
916 if( ROP_0 == meRasterOp ) in ImplInitLineColor()
918 else if( ROP_1 == meRasterOp ) in ImplInitLineColor()
939 if( ROP_0 == meRasterOp ) in ImplInitFillColor()
941 else if( ROP_1 == meRasterOp ) in ImplInitFillColor()
1222 if ( meRasterOp != eRasterOp ) in SetRasterOp()
1224 meRasterOp = eRasterOp; in SetRasterOp()
1228 …mpGraphics->SetXORMode( (ROP_INVERT == meRasterOp) || (ROP_XOR == meRasterOp), ROP_INVERT == meRas… in SetRasterOp()
[all …]
H A Doutdev4.cxx421 if( (meRasterOp != ROP_OVERPAINT) || (meOutDevType != OUTDEV_WINDOW) || bMtf ) in ImplDrawComplexGradient()
H A Dmetaact.cxx3668 meRasterOp ( eRasterOp ) in IMPL_META_ACTION()
3676 pOut->SetRasterOp( meRasterOp ); in Execute()
3692 return meRasterOp == ((MetaRasterOpAction&)rMetaAction).meRasterOp; in Compare()
3700 rOStm << (sal_uInt16) meRasterOp; in Write()
3710 rIStm >> nTmp16; meRasterOp = (RasterOp) nTmp16; in Read()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx1356 RasterOp meRasterOp; member in MetaRasterOpAction
1365 RasterOp GetRasterOp() const { return meRasterOp; } in GetRasterOp()
H A Doutdev.hxx352 RasterOp meRasterOp; member in OutputDevice
903 RasterOp GetRasterOp() const { return meRasterOp; } in GetRasterOp()
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx113 meRasterOp = mpOutputDevice->GetRasterOp(); /* ROP_OVERPAINT */ in initAttrs()
137 mpOutputDevice->SetRasterOp( meRasterOp ); in InitOutputDevice()
263 meRasterOp = (RasterOp)eROP; in setRasterOp()
270 return (awt::RasterOperation) meRasterOp; in getRasterOp()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx69 RasterOp meRasterOp; member in VCLXGraphics
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx933 meRasterOp ( ROP_OVERPAINT ), in WinMtfOutput()
1075 meRasterOp = ROP_INVERT; in SetRasterOp()
1079 meRasterOp = ROP_XOR; in SetRasterOp()
1084 meRasterOp = ROP_OVERPAINT; in SetRasterOp()
1097 meRasterOp = ROP_OVERPAINT; in SetRasterOp()
1102 mpGDIMetaFile->AddAction( new MetaRasterOpAction( meRasterOp ) ); in SetRasterOp()
2152 pSave->eRasterOp = meRasterOp; in Push()
2194 meRasterOp = pSave->eRasterOp; in Pop()
2211 if ( meLatestRasterOp != meRasterOp ) in Pop()
2212 mpGDIMetaFile->AddAction( new MetaRasterOpAction( meRasterOp ) ); in Pop()
H A Dwinmtf.hxx557 RasterOp meRasterOp; member in WinMtfOutput

Completed in 95 milliseconds