Home
last modified time | relevance | path

Searched refs:nROP (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx806 sal_uInt32 nROP, nOldROP; in ReadRecordParams() local
807 *pWMF >> nROP; in ReadRecordParams()
809 nOldROP = pOut->SetRasterOp( nROP ); in ReadRecordParams()
1408 sal_uInt32 nROP; in GetPlaceableBound() local
1409 *pStm >> nROP; in GetPlaceableBound()
H A Dwmfwr.cxx918 const Bitmap & rBitmap, sal_uInt32 nROP ) in WMFRecord_StretchDIB() argument
945 if( !nROP ) in WMFRecord_StretchDIB()
949 case ROP_INVERT: nROP = W_DSTINVERT; break; in WMFRecord_StretchDIB()
950 case ROP_XOR: nROP = W_SRCINVERT; break; in WMFRecord_StretchDIB()
951 default: nROP = W_SRCCOPY; in WMFRecord_StretchDIB()
955 *pWMF << nROP << in WMFRecord_StretchDIB()
H A Demfwr.cxx735 const Size& rSz, sal_uInt32 nROP ) in ImplWriteBmpRecord() argument
751 …uInt32) 0 << ( ( ROP_XOR == maVDev.GetRasterOp() && WIN_SRCCOPY == nROP ) ? WIN_SRCINVERT : nROP ); in ImplWriteBmpRecord()
H A Demfwr.hxx83 …void ImplWriteBmpRecord( const Bitmap& rBmp, const Point& rPt, const Size& rSz, sal_uInt32 nROP
H A Dwmfwr.hxx189 …retchDIB(const Point & rPoint, const Size & rSize, const Bitmap & rBitmap, sal_uInt32 nROP = 0UL );

Completed in 43 milliseconds