Searched refs:GetColormap (Results 1 – 11 of 11) sorted by relevance
198 m_pColormap = &GetX11SalData()->GetDisplay()->GetColormap( nScreen ); in SetDrawable()221 m_pColormap = &GetX11SalData()->GetDisplay()->GetColormap(nScreen); in Init()232 m_pColormap = &GetX11SalData()->GetDisplay()->GetColormap(nScreen); in Init()444 if( GetColormap().GetVisual().GetDepth() != 8 ) in GetDitherPixmap()464 *pBitsPtr++ = GetColormap().GetPixel( MAKE_SALCOLOR( nR, nG, nB ) ); in GetDitherPixmap()470 GetColormap().GetXVisual(), in GetDitherPixmap()694 if( TrueColor != GetColormap().GetVisual().GetClass() in SetFillColor()695 && GetColormap().GetColor( nBrushPixel_ ) != nBrushColor_ in SetFillColor()732 nPenColor_ = GetColormap().GetColor( nPenPixel_ ); in SetROPLineColor()752 nBrushColor_ = GetColormap().GetColor( nBrushPixel_ ); in SetROPFillColor()[all …]
632 const SalColormap& rColMap = pSalDisp->GetColormap( m_nScreen ); in drawBitmap()699 const SalColormap& rColMap = pSalDisp->GetColormap( m_nScreen ); in drawMaskedBitmap()1061 if( &GetDisplay()->GetColormap( m_nScreen ) != &GetColormap() ) in getBitmap()1104 return GetColormap().GetColor( aXColor.pixel ); in getPixel()
100 int nVisualDepth = pDisplay->GetColormap( m_nScreen ).GetVisual().GetDepth(); in Init()111 m_pColormap = &pDisplay->GetColormap( m_nScreen ); in Init()
305 const SalColormap& rColMap = pSalDisp->GetColormap( nScreen ); in ImplCreateDIB()431 const SalColormap& rColMap = pSalDisp->GetColormap( nScreen ); in ImplCreateXImage()
218 inline const SalColormap& GetColormap() const { return *m_pColormap; } in GetColormap() function in X11SalGraphics374 { return GetColormap().GetDisplay(); } in GetDisplay()377 { return GetColormap().GetVisual(); } in GetVisual()380 { return GetColormap().GetXDisplay(); } in GetXDisplay()383 { return GetColormap().GetPixel( nSalColor ); } in GetPixel()
468 …const SalColormap& GetColormap( int nScreen ) const { return getDataForScreen(nScreen).m_aColor… in GetColormap() function in SalDisplay
111 pSalDisp->GetColormap( nScreen ).GetBlackPixel(), in CreateObject()112 pSalDisp->GetColormap( nScreen ).GetWhitePixel() in CreateObject()121 pSalDisp->GetColormap( nScreen ).GetBlackPixel(), in CreateObject()122 pSalDisp->GetColormap( nScreen ).GetWhitePixel() in CreateObject()173 pSalDisp->GetColormap( nScreen ).GetXColormap() : None; in CreateObject()
235 Attributes.colormap = GetDisplay()->GetColormap( m_nScreen ).GetXColormap(); in Init()909 pFrame->maSystemChildData.aColormap = GetDisplay()->GetColormap( m_nScreen ).GetXColormap(); in GetSystemData()
63 m_aSystemData.aColormap = pDisp->GetColormap(pParent->getScreenNumber()).GetXColormap(); in GtkSalObject()
596 m_aSystemData.aColormap = pDisp->GetColormap( m_nScreen ).GetXColormap(); in InitCommon()1747 m_aSystemData.aColormap = pDisp->GetColormap( m_nScreen ).GetXColormap(); in moveToScreen()
2093 Colormap hColormap = GetColormap(m_nDefaultScreen).GetXColormap(); in GetPointer()2574 … GetColormap(m_nDefaultScreen).GetBlackPixel(), GetColormap(m_nDefaultScreen).GetWhitePixel() ); in PrintInfo()3189 if( this != &GetX11SalData()->GetDisplay()->GetColormap(m_nScreen) ) in SetPalette()
Completed in 77 milliseconds