Home
last modified time | relevance | path

Searched refs:nOldROP (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx806 sal_uInt32 nROP, nOldROP; in ReadRecordParams() local
809 nOldROP = pOut->SetRasterOp( nROP ); in ReadRecordParams()
811 pOut->SetRasterOp( nOldROP ); in ReadRecordParams()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx742 int nOldROP = SetROP2( getHDC(), R2_NOT ); in invert() local
746 SetROP2( getHDC(), nOldROP ); in invert()
787 int nOldROP = SetROP2( getHDC(), R2_NOT ); in invert() local
834 SetROP2( getHDC(), nOldROP ); in invert()
/trunk/main/embedserv/source/embed/
H A Dtracker.cxx577 int nOldROP; in Draw() local
587 nOldROP = SetROP2(hDC,R2_COPYPEN); in Draw()
590 SetROP2(hDC,nOldROP); in Draw()
607 nOldROP = SetROP2(hDC,R2_MASKNOTPEN); in Draw()
609 SetROP2(hDC,nOldROP); in Draw()

Completed in 31 milliseconds