Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/helper/
H A Dcanvasbitmap.cxx115 m_nBitsPerOutputPixel(0), in VclCanvasBitmap()
381 m_nBitsPerOutputPixel = m_nBitsPerInputPixel; in VclCanvasBitmap()
423 m_nBitsPerOutputPixel += 8; in VclCanvasBitmap()
532 OSL_ENSURE((m_nBitsPerOutputPixel & 0x07) == 0, in getData()
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()
1198 const sal_Int32 nNumColors((nLen*8 + m_nBitsPerOutputPixel-1)/m_nBitsPerOutputPixel); in convertIntegerToARGB()
1253 const sal_Int32 nNumColors((nLen*8 + m_nBitsPerOutputPixel-1)/m_nBitsPerOutputPixel); in convertIntegerToPARGB()
1308 const sal_Int32 nNumBytes((nLen*m_nBitsPerOutputPixel+7)/8); in convertIntegerFromRGB()
[all …]
/aoo4110/main/vcl/inc/
H A Dcanvasbitmap.hxx55 sal_Int32 m_nBitsPerOutputPixel; member in vcl::unotools::VclCanvasBitmap

Completed in 15 milliseconds