Home
last modified time | relevance | path

Searched refs:m_pColormap (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/vcl/unx/generic/gdi/
H A Dsalvd.cxx105 m_pColormap = pColormap; in Init()
111 m_pColormap = &pDisplay->GetColormap( m_nScreen ); in Init()
114 m_pColormap = m_pDeleteColormap = new SalColormap(); in Init()
H A Dsalgdi.cxx180 delete m_pDeleteColormap, m_pColormap = m_pDeleteColormap = NULL; in freeResources()
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()
366 values.foreground = m_pColormap->GetBlackPixel() in GetTrackingGC()
367 ^ m_pColormap->GetWhitePixel(); in GetTrackingGC()
H A Dsalgdi2.cxx131 values.foreground = m_pColormap->GetBlackPixel() in CreateGC()
132 ^ m_pColormap->GetWhitePixel(); in CreateGC()
199 values.foreground = m_pColormap->GetWhitePixel(); in GetInvert50GC()
200 values.background = m_pColormap->GetBlackPixel(); in GetInvert50GC()
/aoo4110/main/vcl/inc/unx/
H A Dsalgdi.h83 const SalColormap* m_pColormap; member in X11SalGraphics
218 inline const SalColormap& GetColormap() const { return *m_pColormap; } in GetColormap()

Completed in 31 milliseconds