Home
last modified time | relevance | path

Searched refs:GetColormap (Results 1 – 11 of 11) sorted by relevance

/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx198 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 …]
H A Dsalgdi2.cxx632 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()
H A Dsalvd.cxx100 int nVisualDepth = pDisplay->GetColormap( m_nScreen ).GetVisual().GetDepth(); in Init()
111 m_pColormap = &pDisplay->GetColormap( m_nScreen ); in Init()
H A Dsalbmp.cxx305 const SalColormap& rColMap = pSalDisp->GetColormap( nScreen ); in ImplCreateDIB()
431 const SalColormap& rColMap = pSalDisp->GetColormap( nScreen ); in ImplCreateXImage()
/trunk/main/vcl/inc/unx/
H A Dsalgdi.h218 inline const SalColormap& GetColormap() const { return *m_pColormap; } in GetColormap() function in X11SalGraphics
374 { return GetColormap().GetDisplay(); } in GetDisplay()
377 { return GetColormap().GetVisual(); } in GetVisual()
380 { return GetColormap().GetXDisplay(); } in GetXDisplay()
383 { return GetColormap().GetPixel( nSalColor ); } in GetPixel()
H A Dsaldisp.hxx468 …const SalColormap& GetColormap( int nScreen ) const { return getDataForScreen(nScreen).m_aColor… in GetColormap() function in SalDisplay
/trunk/main/vcl/unx/generic/window/
H A Dsalobj.cxx111 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()
H A Dsalframe.cxx235 Attributes.colormap = GetDisplay()->GetColormap( m_nScreen ).GetXColormap(); in Init()
909 pFrame->maSystemChildData.aColormap = GetDisplay()->GetColormap( m_nScreen ).GetXColormap(); in GetSystemData()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkobject.cxx63 m_aSystemData.aColormap = pDisp->GetColormap(pParent->getScreenNumber()).GetXColormap(); in GtkSalObject()
H A Dgtkframe.cxx596 m_aSystemData.aColormap = pDisp->GetColormap( m_nScreen ).GetXColormap(); in InitCommon()
1747 m_aSystemData.aColormap = pDisp->GetColormap( m_nScreen ).GetXColormap(); in moveToScreen()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx2093 Colormap hColormap = GetColormap(m_nDefaultScreen).GetXColormap(); in GetPointer()
2574GetColormap(m_nDefaultScreen).GetBlackPixel(), GetColormap(m_nDefaultScreen).GetWhitePixel() ); in PrintInfo()
3189 if( this != &GetX11SalData()->GetDisplay()->GetColormap(m_nScreen) ) in SetPalette()

Completed in 93 milliseconds