Searched refs:WMFRecord_StretchDIB (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | wmfwr.cxx | 917 void WMFWriter::WMFRecord_StretchDIB( const Point & rPoint, const Size & rSize, in WMFRecord_StretchDIB() function in WMFWriter 1398 WMFRecord_StretchDIB( pA->GetPoint(), pA->GetSize(), pA->GetBitmap() ); in WriteRecords() 1408 WMFRecord_StretchDIB( pA->GetDestPoint(), pA->GetDestSize(), aTmp ); in WriteRecords() 1422 WMFRecord_StretchDIB( pA->GetPoint(), aMsk.GetSizePixel(), aBmp, W_SRCPAINT ); in WriteRecords() 1423 WMFRecord_StretchDIB( pA->GetPoint(), aBmp.GetSizePixel(), aBmp, W_SRCAND ); in WriteRecords() 1426 WMFRecord_StretchDIB( pA->GetPoint(), aBmp.GetSizePixel(), aBmp ); in WriteRecords() 1440 WMFRecord_StretchDIB( pA->GetPoint(), pA->GetSize(), aMsk, W_SRCPAINT ); in WriteRecords() 1441 WMFRecord_StretchDIB( pA->GetPoint(), pA->GetSize(), aBmp, W_SRCAND ); in WriteRecords() 1444 WMFRecord_StretchDIB( pA->GetPoint(), pA->GetSize(), aBmp ); in WriteRecords() 1461 WMFRecord_StretchDIB( pA->GetDestPoint(), pA->GetDestSize(), aBmp, W_SRCAND ); in WriteRecords() [all …]
|
H A D | wmfwr.hxx | 189 …void WMFRecord_StretchDIB(const Point & rPoint, const Size & rSize, const Bitmap & rBitmap, sal_uI…
|
Completed in 22 milliseconds