Searched refs:nROP (Results 1 – 5 of 5) sorted by relevance
806 sal_uInt32 nROP, nOldROP; in ReadRecordParams() local807 *pWMF >> nROP; in ReadRecordParams()809 nOldROP = pOut->SetRasterOp( nROP ); in ReadRecordParams()1408 sal_uInt32 nROP; in GetPlaceableBound() local1409 *pStm >> nROP; in GetPlaceableBound()
918 const Bitmap & rBitmap, sal_uInt32 nROP ) in WMFRecord_StretchDIB() argument945 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()
735 const Size& rSz, sal_uInt32 nROP ) in ImplWriteBmpRecord() argument751 …uInt32) 0 << ( ( ROP_XOR == maVDev.GetRasterOp() && WIN_SRCCOPY == nROP ) ? WIN_SRCINVERT : nROP ); in ImplWriteBmpRecord()
83 …void ImplWriteBmpRecord( const Bitmap& rBmp, const Point& rPt, const Size& rSz, sal_uInt32 nROP…
189 …retchDIB(const Point & rPoint, const Size & rSize, const Bitmap & rBitmap, sal_uInt32 nROP = 0UL );
Completed in 55 milliseconds