Lines Matching refs:depth
116 inline void X11_writeScanlinePixel( unsigned long nColor, sal_uInt8* pScanline, int depth, int x ) in X11_writeScanlinePixel() argument
118 switch( depth ) in X11_writeScanlinePixel()
150 switch( pImage->depth ) in X11_getPaletteBmpFromImage()
187 X11_writeScanlinePixel( nPixel, pScanline, pImage->depth, x ); in X11_getPaletteBmpFromImage()
277 if( ! XMatchVisualInfo( pDisplay, nScreenNo, pImage->depth, TrueColor, &aVInfo ) ) in X11_getTCBmpFromImage()
414 m_aInfo.depth = DefaultDepth( m_pDisplay, m_aInfo.screen ); in PixmapHolder()
424 m_aInfo.depth, in PixmapHolder()
562 int nColors = 1 << m_aInfo.depth; in setBitmapDataTCDither()
642 else if( nDepth != (sal_uInt32)m_aInfo.depth ) in needsConversion()
672 nWidth, nHeight, m_aInfo.depth ); in setBitmapData()
686 aImage.depth = m_aInfo.depth; in setBitmapData()
691 if( m_aInfo.depth <= 8 ) in setBitmapData()
692 aImage.bits_per_pixel = m_aInfo.depth; in setBitmapData()
694 aImage.bits_per_pixel = 8*((m_aInfo.depth+7)/8); in setBitmapData()