Home
last modified time | relevance | path

Searched refs:nRasterOp (Results 1 – 3 of 3) sorted by path

/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx1056 sal_uInt32 WinMtfOutput::SetRasterOp( sal_uInt32 nRasterOp ) in SetRasterOp() argument
1059 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()
H A Dwinmtf.hxx624 sal_uInt32 SetRasterOp( sal_uInt32 nRasterOp );
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx301 void ImplWriteRasterOpAction( SvStream& rOStm, sal_Int16 nRasterOp ) in ImplWriteRasterOpAction() argument
303 rOStm << (sal_Int16) GDI_RASTEROP_ACTION << (sal_Int32) 6 << nRasterOp; in ImplWriteRasterOpAction()
1128 sal_Int16 nRasterOp; in ImplConvertFromSVM1() local
1130 rIStm >> nRasterOp; in ImplConvertFromSVM1()
1132 switch( nRasterOp ) in ImplConvertFromSVM1()
2131 sal_Int16 nRasterOp; in ImplWriteActions() local
2145 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 …]

Completed in 39 milliseconds