Home
last modified time | relevance | path

Searched refs:GetVisual (Results 1 – 17 of 17) sorted by relevance

/aoo4110/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx444 if( GetColormap().GetVisual().GetDepth() != 8 ) in GetDitherPixmap()
542 return GetVisual().GetDepth(); in GetBitCount()
694 if( TrueColor != GetColormap().GetVisual().GetClass() in SetFillColor()
726 nPenPixel_ = (Pixel)(1 << GetVisual().GetDepth()) - 1; in SetROPLineColor()
729 nPenPixel_ = (Pixel)(1 << GetVisual().GetDepth()) - 1; in SetROPLineColor()
745 nBrushPixel_ = (Pixel)(1 << GetVisual().GetDepth()) - 1; in SetROPFillColor()
748 nBrushPixel_ = (Pixel)(1 << GetVisual().GetDepth()) - 1; in SetROPFillColor()
1046 Visual* pVisual = GetDisplay()->GetVisual( m_nScreen ).GetVisual(); in GetXRenderPicture()
1085 aRes.pVisual = GetDisplay()->GetVisual( m_nScreen ).GetVisual(); in GetGraphicsData()
1087 aRes.nDepth = GetDisplay()->GetVisual( m_nScreen ).GetDepth(); in GetGraphicsData()
H A Dsalgdi2.cxx485 pSrcGraphics->GetVisual().GetDepth() == GetVisual().GetDepth() in copyBits()
633 const long nDepth = GetDisplay()->GetVisual( m_nScreen ).GetDepth(); in drawBitmap()
689 pSalDisp->GetVisual( m_nScreen ).GetDepth() ); in drawMaskedBitmap()
800 const SalVisual& rSalVis = pSalDisp->GetVisual( m_nScreen ); in drawAlphaBitmap()
823 Visual* pSrcXVisual = rSalVis.GetVisual(); in drawAlphaBitmap()
1147 const SalVisual& rSalVis = pSalDisp->GetVisual( m_nScreen ); in supportsOperation()
1149 Visual* pDstXVisual = rSalVis.GetVisual(); in supportsOperation()
H A Dsalbmp.cxx226 pImage->red_mask = pSalDisp->GetVisual( nScreen ).red_mask; in ImplCreateDIB()
227 pImage->green_mask = pSalDisp->GetVisual( nScreen ).green_mask; in ImplCreateDIB()
228 pImage->blue_mask = pSalDisp->GetVisual( nScreen ).blue_mask; in ImplCreateDIB()
284 …aSrcBuf.mnFormat |= ( pSalDisp->GetVisual(nScreen).red_mask == 0xFF ? BMP_FORMAT_32BIT_TC_RGBA : … in ImplCreateDIB()
286 …aSrcBuf.mnFormat |= ( pSalDisp->GetVisual(nScreen).red_mask == 0xFF ? BMP_FORMAT_32BIT_TC_ABGR : … in ImplCreateDIB()
358 pImage = XCreateImage( pXDisp, pSalDisp->GetVisual( nScreen ).GetVisual(), in ImplCreateXImage()
H A Dxrender_peer.cxx223 Visual* pXVisual = pSalDisp->GetVisual( nScreen ).GetVisual(); in InitRenderText()
227 int nVDepth = pSalDisp->GetVisual( nScreen ).GetDepth(); in InitRenderText()
H A Dsalvd.cxx100 int nVisualDepth = pDisplay->GetColormap( m_nScreen ).GetVisual().GetDepth(); in Init()
153 else if( nBitCount != pDisplay->GetVisual( m_nScreen ).GetDepth() ) in Init()
H A Dgcach_xpeer.cxx132 Visual* pVisual = rSalDisplay.GetVisual( nScreen ).GetVisual(); in InitAntialiasing()
H A Dsalgdi3.cxx495 Visual* pVisual = GetDisplay()->GetVisual( m_nScreen ).GetVisual(); in DrawCairoAAFontString()
/aoo4110/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1353 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl()
1360 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl()
1367 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl()
1374 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl()
1381 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl()
1388 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl()
1395 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl()
1402 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl()
1409 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl()
1416 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl()
[all …]
/aoo4110/main/vcl/unx/generic/window/
H A Dsalobj.cxx84 pSalDisp->GetVisual( nScreen ).GetVisual(); in CreateObject()
114 if( aVisID == pSalDisp->GetVisual( nScreen ).GetVisualId() ) in CreateObject()
129 static_cast<unsigned int> (pSalDisp->GetVisual( nScreen ).GetVisualId()), in CreateObject()
172 pObjData->aColormap = aVisID == pSalDisp->GetVisual( nScreen ).GetVisualId() ? in CreateObject()
H A Dsalframe.cxx239 const SalVisual& rVis = GetDisplay()->GetVisual( m_nScreen ); in Init()
493 rVis.GetVisual(), in Init()
879 GetDisplay()->GetVisual( m_nScreen ).GetDepth() ); in SetBackgroundBitmap()
888 GetDisplay()->GetVisual( m_nScreen ).GetDepth(), in SetBackgroundBitmap()
906 pFrame->maSystemChildData.pVisual = GetDisplay()->GetVisual( m_nScreen ).GetVisual(); in GetSystemData()
908 pFrame->maSystemChildData.nDepth = GetDisplay()->GetVisual( m_nScreen ).GetDepth(); in GetSystemData()
/aoo4110/main/vcl/unx/generic/app/
H A Dsaldisp.cxx705 rSD.m_aVisual.GetVisual(), in initScreen()
947 if ( (GetVisual(m_nDefaultScreen).GetDepth() == 8) in Init()
948 && (GetVisual(m_nDefaultScreen).GetClass() == PseudoColor)) in Init()
966 …if( GetVisual( m_nDefaultScreen ).GetDepth() > 8 && GetVisual( m_nDefaultScreen ).GetDepth() <= 16… in Init()
981 if (GetVisual(m_nDefaultScreen).GetDepth() == 24) in Init()
2576GetVisual(m_nDefaultScreen).red_mask, GetVisual(m_nDefaultScreen).green_mask, GetVisual(m_nDefault… in PrintInfo()
2578 GetVisual(m_nDefaultScreen).GetDepth(), in PrintInfo()
2579 VisualClassName[ GetVisual(m_nDefaultScreen).GetClass() ], in PrintInfo()
2986 m_aVisual = m_pDisplay->GetVisual( m_nScreen ); in SalColormap()
3100 const SalVisual *pVisual = &m_pDisplay->GetVisual( m_nScreen ); in SalColormap()
[all …]
/aoo4110/main/vcl/unx/gtk/window/
H A Dgtkobject.cxx60 m_aSystemData.pVisual = pDisp->GetVisual(pParent->getScreenNumber()).GetVisual(); in GtkSalObject()
62 m_aSystemData.nDepth = pDisp->GetVisual(pParent->getScreenNumber()).GetDepth(); in GtkSalObject()
H A Dgtkframe.cxx593 m_aSystemData.pVisual = pDisp->GetVisual( m_nScreen ).GetVisual(); in InitCommon()
595 m_aSystemData.nDepth = pDisp->GetVisual( m_nScreen ).GetDepth(); in InitCommon()
1744 m_aSystemData.pVisual = pDisp->GetVisual( m_nScreen ).GetVisual(); in moveToScreen()
1746 m_aSystemData.nDepth = pDisp->GetVisual( m_nScreen ).GetDepth(); in moveToScreen()
2597 getDisplay()->GetVisual(m_nScreen).GetDepth() ); in SetBackgroundBitmap()
2606 getDisplay()->GetVisual(m_nScreen).GetDepth(), in SetBackgroundBitmap()
/aoo4110/main/vcl/inc/unx/
H A Dsaldisp.hxx145 inline Visual *GetVisual() const { return visual; } in GetVisual() function in SalVisual
183 inline const SalVisual& GetVisual() const { return m_aVisual; } in GetVisual() function in SalColormap
184 inline Visual* GetXVisual() const { return m_aVisual.GetVisual(); } in GetXVisual()
469 …const SalVisual& GetVisual( int nScreen ) const { return getDataForScreen(nScreen).m_aVisual;… in GetVisual() function in SalDisplay
H A Dsalgdi.h212 inline const SalVisual& GetVisual() const;
376 inline const SalVisual& X11SalGraphics::GetVisual() const in GetVisual() function in X11SalGraphics
377 { return GetColormap().GetVisual(); } in GetVisual()
/aoo4110/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx568 GetDrawable(), GetScreenNumber(), GetVisual().GetDepth(), in drawNativeControl()
/aoo4110/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx2316 GetX11SalData()->GetDisplay()->GetVisual( m_nScreen ).GetDepth() ); in NWPaintGTKTabItem()
3666 GetDrawable(), GetScreenNumber(), GetVisual().GetDepth(), in NWGetPixmapFromScreen()
3702 GetDrawable(), m_nScreen, GetVisual().GetDepth(), in NWRenderPixmapToScreen()

Completed in 134 milliseconds