Searched refs:ImplWriteBmpRecord (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 734 void EMFWriter::ImplWriteBmpRecord( const Bitmap& rBmp, const Point& rPt, in ImplWriteBmpRecord() function in EMFWriter 1191 ImplWriteBmpRecord( pA->GetBitmap(), pA->GetPoint(), pA->GetSize(), WIN_SRCCOPY ); in ImplWrite() 1201 ImplWriteBmpRecord( aTmp, pA->GetDestPoint(), pA->GetDestSize(), WIN_SRCCOPY ); in ImplWrite() 1216 …ImplWriteBmpRecord( aBmp, pA->GetPoint(), maVDev.PixelToLogic( aBmp.GetSizePixel() ), WIN_SRCAND ); in ImplWrite() 1219 ImplWriteBmpRecord( aBmp, pA->GetPoint(), aBmp.GetSizePixel(), WIN_SRCCOPY ); in ImplWrite() 1233 ImplWriteBmpRecord( aMsk, pA->GetPoint(), pA->GetSize(), WIN_SRCPAINT ); in ImplWrite() 1234 ImplWriteBmpRecord( aBmp, pA->GetPoint(), pA->GetSize(), WIN_SRCAND ); in ImplWrite() 1237 ImplWriteBmpRecord( aBmp, pA->GetPoint(), pA->GetSize(), WIN_SRCCOPY ); in ImplWrite() 1253 ImplWriteBmpRecord( aMsk, pA->GetDestPoint(), pA->GetDestSize(), WIN_SRCPAINT ); in ImplWrite() 1254 ImplWriteBmpRecord( aBmp, pA->GetDestPoint(), pA->GetDestSize(), WIN_SRCAND ); in ImplWrite() [all …]
|
H A D | emfwr.hxx | 83 …void ImplWriteBmpRecord( const Bitmap& rBmp, const Point& rPt, const Size& rSz, sal_uInt32 nROP…
|
Completed in 29 milliseconds