Searched refs:nImageSize (Results 1 – 7 of 7) sorted by relevance
/trunk/main/vcl/win/source/gdi/ |
H A D | salbmp.cxx | 767 const sal_uLong nImageSize = nAlignedWidth4Bytes * rSize.Height(); in ImplCreateDIB() local 768 bool bOverflow = (nImageSize / nAlignedWidth4Bytes) != rSize.Height(); in ImplCreateDIB() 775 bOverflow = (nHeaderSize + nImageSize) < nImageSize; in ImplCreateDIB() 779 hDIB = GlobalAlloc( GHND, nHeaderSize + nImageSize ); in ImplCreateDIB() 792 pBIH->biSizeImage = nImageSize; in ImplCreateDIB()
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 839 const int nImageSize = pAlphaBuffer->mnHeight * pAlphaBuffer->mnScanlineSize; in drawAlphaBitmap() local 841 char* pAlphaBits = new char[ nImageSize ]; in drawAlphaBitmap() 843 memcpy( pAlphaBits, pSrcBits, nImageSize ); in drawAlphaBitmap() 846 char* pDstBits = pAlphaBits + nImageSize; in drawAlphaBitmap() 855 for( int i = nImageSize/sizeof(long); --i >= 0; ++pLDst ) in drawAlphaBitmap() 859 for( int i = nImageSize & (sizeof(long)-1); --i >= 0; ++pCDst ) in drawAlphaBitmap()
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salbmp.cxx | 347 const ULONG nImageSize = AlignedWidth4Bytes( nBits * rSize.Width() ) * rSize.Height(); in ImplCreateDIB() local 350 …DLE) rtl_allocateZeroMemory( sizeof( BITMAPINFOHEADER2 ) + nColors * sizeof( RGB2 ) + nImageSize ); in ImplCreateDIB() 364 pBIH->cbImage = nImageSize; in ImplCreateDIB()
|
H A D | salgdi2.cxx | 386 …const long nImageSize = ( pBIH->cbImage ? pBIH->cbImage : ( pBIH->cy * AlignedWidth4Bytes( pBIH->c… in ImplDrawBitmap() local 387 const long nTotalSize = nInfoSize + nImageSize; in ImplDrawBitmap()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 756 sal_uInt32 nDIBSize = aMemStm.Tell(), nHeaderSize, nCompression, nColsUsed, nPalCount, nImageSize; in ImplWriteBmpRecord() local 763 aMemStm >> nBitCount >> nCompression >> nImageSize; in ImplWriteBmpRecord() 775 (*mpStm) << (sal_uInt32)( 80 + ( nHeaderSize + ( nPalCount << 2 ) ) ) << nImageSize; in ImplWriteBmpRecord()
|
/trunk/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 647 const sal_Int32 nImageSize( readInt32() ); in readImageImpl() local 663 uno::Sequence<sal_Int8> aDataSequence(nImageSize); in readImageImpl()
|
/trunk/main/framework/source/fwe/classes/ |
H A D | addonsoptions.cxx | 380 …void ReadImageFromURL( ImageSize nImageSize, const ::rtl::OUString& aURL, Image& a… 1586 void AddonsOptions_Impl::ReadImageFromURL( ImageSize nImageSize, const ::rtl::OUString& aImageURL, … in ReadImageFromURL() argument 1599 …const Size aSize = ( nImageSize == IMGSIZE_SMALL ) ? aImageSizeSmall : aImageSizeBig; // Sizes use… in ReadImageFromURL()
|
Completed in 63 milliseconds