Lines Matching refs:nRasterOp
301 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()
2151 ImplWriteRasterOpAction( rOStm, nRasterOp ); in ImplWriteActions()