Searched refs:m_pVDev (Results 1 – 5 of 5) sorted by relevance
687 const sal_uInt16 nDepth( m_pVDev ? in drawMaskedBitmap()688 m_pVDev->GetDepth() : in drawMaskedBitmap()804 int nDepth = m_pVDev ? m_pVDev->GetDepth() : rSalVis.GetDepth(); in drawAlphaBitmap()921 if( ! m_pFrame && ! m_pVDev ) in drawAlphaRect()927 if( m_pVDev && m_pVDev->GetDepth() < 8 ) in drawAlphaRect()
97 m_pVDev = NULL; in X11SalGraphics()239 m_pVDev = NULL; in Init()550 else if( m_pVDev ) in GetGraphicsWidth()551 return m_pVDev->GetWidth(); in GetGraphicsWidth()561 else if( m_pVDev ) in GetGraphicsHeight()562 return m_pVDev->GetHeight(); in GetGraphicsHeight()
698 else if( m_pVDev ) in DrawServerAAForcedString()699 nWidth = m_pVDev->GetWidth(), nHeight = m_pVDev->GetHeight(); in DrawServerAAForcedString()
122 m_pVDev = pDevice; in Init()
81 X11SalVirtualDevice* m_pVDev; // the SalVirtualDevice which created this Graphics or NULL member in X11SalGraphics
Completed in 83 milliseconds