Searched refs:nRasterOp (Results 1 – 3 of 3) sorted by relevance
301 void ImplWriteRasterOpAction( SvStream& rOStm, sal_Int16 nRasterOp ) in ImplWriteRasterOpAction() argument303 rOStm << (sal_Int16) GDI_RASTEROP_ACTION << (sal_Int32) 6 << nRasterOp; in ImplWriteRasterOpAction()1128 sal_Int16 nRasterOp; in ImplConvertFromSVM1() local1130 rIStm >> nRasterOp; in ImplConvertFromSVM1()1132 switch( nRasterOp ) in ImplConvertFromSVM1()2131 sal_Int16 nRasterOp; in ImplWriteActions() local2145 case( ROP_OVERPAINT ) : nRasterOp = 0; break; in ImplWriteActions()2146 case( ROP_XOR ) : nRasterOp = 4; break; in ImplWriteActions()2147 case( ROP_INVERT ): nRasterOp = 1; break; in ImplWriteActions()2148 default: nRasterOp = 0; break; in ImplWriteActions()[all …]
1056 sal_uInt32 WinMtfOutput::SetRasterOp( sal_uInt32 nRasterOp ) in SetRasterOp() argument1059 if ( nRasterOp != mnRop ) in SetRasterOp()1061 mnRop = nRasterOp; in SetRasterOp()1065 if ( mbNopMode && ( nRasterOp != R2_NOP ) ) in SetRasterOp()1072 switch( nRasterOp ) in SetRasterOp()1101 if ( nRetROP != nRasterOp ) in SetRasterOp()
624 sal_uInt32 SetRasterOp( sal_uInt32 nRasterOp );
Completed in 75 milliseconds