Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx486 …sal_uInt16 nDestBits, sal_uInt32 nDestBytesPerRow, const BitmapPalette& rDestPalette, sal_uInt8* p… in ConvertBitmapData() argument
490 …if( (nDestBytesPerRow == nSrcBytesPerRow) && (nDestBits == nSrcBits) && ((nSrcBits != 8) || (rDest… in ConvertBitmapData()
493 memcpy( pDestData, pSrcData, nHeight * nDestBytesPerRow ); in ConvertBitmapData()
512 aDstBuf.mnScanlineSize = nDestBytesPerRow; in ConvertBitmapData()
545 pDestData += nDestBytesPerRow; in ConvertBitmapData()
799 const sal_uInt32 nDestBytesPerRow = nWidth << 2; in CreateColorMask() local
800 …uInt32* pMaskBuffer = static_cast<sal_uInt32*>( rtl_allocateMemory( nHeight * nDestBytesPerRow ) ); in CreateColorMask()
830 …Provider( CGDataProviderCreateWithData(NULL, pMaskBuffer, nHeight * nDestBytesPerRow, &CFRTLFree) … in CreateColorMask()
831 …xMask = CGImageCreate(nWidth, nHeight, 8, 32, nDestBytesPerRow, GetSalData()->mxRGBSpace, kCGImage… in CreateColorMask()
/trunk/main/vcl/inc/aqua/
H A Dsalbmp.h96 …sal_uInt16 nDestBits, sal_uInt32 nDestBytesPerRow, const BitmapPalette& rDestPalette, sal_uInt8* p…

Completed in 12 milliseconds