Searched refs:meRasterOp (Results 1 – 10 of 10) sorted by relevance
119 RasterOp meRasterOp; member384 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 …]
246 if ( ROP_INVERT == meRasterOp ) in DrawOutDev()319 if ( ROP_INVERT == meRasterOp ) in DrawOutDev()577 if ( ROP_INVERT == meRasterOp ) in ImplDrawBitmap()837 const bool bInvert(ROP_INVERT == meRasterOp); in DrawTransformedBitmapEx()1039 if ( ROP_INVERT == meRasterOp ) in ImplDrawBitmapEx()1369 if( ROP_INVERT == meRasterOp ) in ImplDrawMask()
3668 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()
421 if( (meRasterOp != ROP_OVERPAINT) || (meOutDevType != OUTDEV_WINDOW) || bMtf ) in ImplDrawComplexGradient()
933 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()
557 RasterOp meRasterOp; member in WinMtfOutput
113 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()
1356 RasterOp meRasterOp; member in MetaRasterOpAction1365 RasterOp GetRasterOp() const { return meRasterOp; } in GetRasterOp()
352 RasterOp meRasterOp; member in OutputDevice903 RasterOp GetRasterOp() const { return meRasterOp; } in GetRasterOp()
69 RasterOp meRasterOp; member in VCLXGraphics
Completed in 113 milliseconds