Searched refs:maDstSz (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/vcl/source/gdi/ |
| H A D | metaact.cxx | 1937 maDstSz ( rDstSz ), in IMPL_META_ACTION() 1947 pOut->DrawBitmap( maDstPt, maDstSz, maSrcPt, maSrcSz, maBmp ); in Execute() 1970 Rectangle aRectangle(maDstPt, maDstSz); in Scale() 1973 maDstSz = aRectangle.GetSize(); in Scale() 1982 ( maDstSz == ((MetaBmpScalePartAction&)rMetaAction).maDstSz ) && in Compare() 1995 rOStm << maDstPt << maDstSz << maSrcPt << maSrcSz; in Write() 2005 rIStm >> maDstPt >> maDstSz >> maSrcPt >> maSrcSz; in Read() 2170 maDstSz ( rDstSz ), in IMPL_META_ACTION() 2180 pOut->DrawBitmapEx( maDstPt, maDstSz, maSrcPt, maSrcSz, maBmpEx ); in Execute() 2203 Rectangle aRectangle(maDstPt, maDstSz); in Scale() [all …]
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | metaact.hxx | 722 Size maDstSz; member in MetaBmpScalePartAction 740 const Size& GetDestSize() const { return maDstSz; } in GetDestSize() 808 Size maDstSz; member in MetaBmpExScalePartAction 826 const Size& GetDestSize() const { return maDstSz; } in GetDestSize() 902 Size maDstSz; member in MetaMaskScalePartAction 922 const Size& GetDestSize() const { return maDstSz; } in GetDestSize()
|