Home
last modified time | relevance | path

Searched refs:maTwoRect (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx844 maTwoRect ( rTwoRect ), in ImplSalDDB()
866 …XPutImage( pXDisp, maPixmap, aGC, pImage, 0, 0, 0, 0, maTwoRect.mnDestWidth, maTwoRect.mnDestHeigh… in ImplSalDDB()
897 maTwoRect.mnSrcX = 0; in ImplSalDDB()
898 maTwoRect.mnSrcY = 0; in ImplSalDDB()
899 maTwoRect.mnDestX = 0; in ImplSalDDB()
900 maTwoRect.mnDestY = 0; in ImplSalDDB()
901 maTwoRect.mnSrcWidth = pImage->width; in ImplSalDDB()
902 maTwoRect.mnDestWidth = pImage->width; in ImplSalDDB()
903 maTwoRect.mnSrcHeight = pImage->height; in ImplSalDDB()
904 maTwoRect.mnDestHeight = pImage->height; in ImplSalDDB()
[all …]
/AOO42X/main/vcl/inc/unx/
H A Dsalbmp.h129 SalTwoRect maTwoRect; variable
157 long ImplGetWidth() const { return maTwoRect.mnDestWidth; } in ImplGetWidth()
158 long ImplGetHeight() const { return maTwoRect.mnDestHeight; } in ImplGetHeight()
160 …sal_uIntPtr ImplGetMemSize() const { return( ( maTwoRect.mnDestWidth * maTwoRect.mnDestHei… in ImplGetMemSize()