Lines Matching refs:m_nBitsPerInputPixel

114     m_nBitsPerInputPixel(0),  in VclCanvasBitmap()
150 m_nBitsPerInputPixel = 1; in VclCanvasBitmap()
157 m_nBitsPerInputPixel = 1; in VclCanvasBitmap()
164 m_nBitsPerInputPixel = 4; in VclCanvasBitmap()
171 m_nBitsPerInputPixel = 4; in VclCanvasBitmap()
178 m_nBitsPerInputPixel = 8; in VclCanvasBitmap()
185 m_nBitsPerInputPixel = 8; in VclCanvasBitmap()
195 m_nBitsPerInputPixel = 16; in VclCanvasBitmap()
205 m_nBitsPerInputPixel = 16; in VclCanvasBitmap()
215 m_nBitsPerInputPixel = 24; in VclCanvasBitmap()
225 m_nBitsPerInputPixel = 24; in VclCanvasBitmap()
235 m_nBitsPerInputPixel = 24; in VclCanvasBitmap()
246 m_nBitsPerInputPixel = 32; in VclCanvasBitmap()
274 m_nBitsPerInputPixel = 32; in VclCanvasBitmap()
302 m_nBitsPerInputPixel = 32; in VclCanvasBitmap()
330 m_nBitsPerInputPixel = 32; in VclCanvasBitmap()
357 m_nBitsPerInputPixel = 32; in VclCanvasBitmap()
376 m_aComponentBitCounts[0] = m_nBitsPerInputPixel; in VclCanvasBitmap()
381 m_nBitsPerOutputPixel = m_nBitsPerInputPixel; in VclCanvasBitmap()
386 m_nBitsPerOutputPixel = std::max(sal_Int32(8),m_nBitsPerInputPixel); in VclCanvasBitmap()
539 if( m_nBitsPerInputPixel < 8 ) in getData()
550 const long nNonAlphaBytes( m_nBitsPerInputPixel/8 ); in getData()
599 const long nScanlineLeftOffset( pos.X*m_nBitsPerInputPixel/8 ); in getPixel()
618 if( m_nBitsPerInputPixel < 8 ) in getPixel()
626 const long nNonAlphaBytes( m_nBitsPerInputPixel/8 ); in getPixel()
1208 const long nNonAlphaBytes( (m_nBitsPerInputPixel+7)/8 ); in convertIntegerToARGB()
1263 const long nNonAlphaBytes( (m_nBitsPerInputPixel+7)/8 ); in convertIntegerToPARGB()
1315 const long nNonAlphaBytes( (m_nBitsPerInputPixel+7)/8 ); in convertIntegerFromRGB()
1364 const long nNonAlphaBytes( (m_nBitsPerInputPixel+7)/8 ); in convertIntegerFromARGB()
1413 const long nNonAlphaBytes( (m_nBitsPerInputPixel+7)/8 ); in convertIntegerFromPARGB()