Lines Matching refs:m_nBitsPerOutputPixel

115     m_nBitsPerOutputPixel(0),  in VclCanvasBitmap()
381 m_nBitsPerOutputPixel = m_nBitsPerInputPixel; in VclCanvasBitmap()
386 m_nBitsPerOutputPixel = std::max(sal_Int32(8),m_nBitsPerInputPixel); in VclCanvasBitmap()
423 m_nBitsPerOutputPixel += 8; in VclCanvasBitmap()
428 m_aLayout.ScanLineStride = (aSize.Width()*m_nBitsPerOutputPixel + 7)/8; in VclCanvasBitmap()
495 aRequestedBytes.Left() = aRequestedArea.Left()*m_nBitsPerOutputPixel/8; in getData()
496 aRequestedBytes.Right() = (aRequestedArea.Right()*m_nBitsPerOutputPixel + 7)/8; in getData()
532 OSL_ENSURE((m_nBitsPerOutputPixel & 0x07) == 0, in getData()
591 uno::Sequence< sal_Int8 > aRet((m_nBitsPerOutputPixel + 7)/8); in getPixel()
615 OSL_ENSURE((m_nBitsPerOutputPixel & 0x07) == 0, in getPixel()
1043 return m_nBitsPerOutputPixel; in getBitsPerPixel()
1146 const sal_Int32 nNumColors((nLen*8 + m_nBitsPerOutputPixel-1)/m_nBitsPerOutputPixel); in convertIntegerToRGB()
1156 const sal_Int32 nBytesPerPixel((m_nBitsPerOutputPixel+7)/8); in convertIntegerToRGB()
1198 const sal_Int32 nNumColors((nLen*8 + m_nBitsPerOutputPixel-1)/m_nBitsPerOutputPixel); in convertIntegerToARGB()
1209 const sal_Int32 nBytesPerPixel((m_nBitsPerOutputPixel+7)/8); in convertIntegerToARGB()
1253 const sal_Int32 nNumColors((nLen*8 + m_nBitsPerOutputPixel-1)/m_nBitsPerOutputPixel); in convertIntegerToPARGB()
1264 const sal_Int32 nBytesPerPixel((m_nBitsPerOutputPixel+7)/8); in convertIntegerToPARGB()
1308 const sal_Int32 nNumBytes((nLen*m_nBitsPerOutputPixel+7)/8); in convertIntegerFromRGB()
1357 const sal_Int32 nNumBytes((nLen*m_nBitsPerOutputPixel+7)/8); in convertIntegerFromARGB()
1406 const sal_Int32 nNumBytes((nLen*m_nBitsPerOutputPixel+7)/8); in convertIntegerFromPARGB()