Searched refs:pVisualFormat (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 492 XRenderPictFormat* pVisualFormat = static_cast<XRenderPictFormat*>(GetXRenderFormat()); in DrawCairoAAFontString() local 493 if( !pVisualFormat ) in DrawCairoAAFontString() 496 pVisualFormat = XRenderPeer::GetInstance().FindVisualFormat( pVisual ); in DrawCairoAAFontString() 498 SetXRenderFormat( static_cast<void*>(pVisualFormat) ); in DrawCairoAAFontString() 501 DBG_ASSERT( pVisualFormat!=NULL, "no matching XRenderPictFormat for text" ); in DrawCairoAAFontString() 502 if( !pVisualFormat ) in DrawCairoAAFontString() 510 … hDrawable_, ScreenOfDisplay(pDisplay, m_nScreen), pVisualFormat, SAL_MAX_INT16, SAL_MAX_INT16); in DrawCairoAAFontString() 586 XRenderPictFormat* pVisualFormat = (XRenderPictFormat*)GetXRenderFormat(); in DrawServerAAFontString() local 587 DBG_ASSERT( pVisualFormat, "we already have a render picture, but XRenderPictFormat==NULL???"); in DrawServerAAFontString() 588 const int nVisualDepth = pVisualFormat->depth; in DrawServerAAFontString() [all …]
|
H A D | xrender_peer.cxx | 219 XRenderPictFormat* pVisualFormat = NULL; in InitRenderText() local 224 pVisualFormat = FindVisualFormat( pXVisual ); in InitRenderText() 225 if( pVisualFormat != NULL ) in InitRenderText()
|
H A D | salgdi.cxx | 1043 XRenderPictFormat* pVisualFormat = static_cast<XRenderPictFormat*>(GetXRenderFormat()); in GetXRenderPicture() local 1044 if( !pVisualFormat ) in GetXRenderPicture() 1047 pVisualFormat = rRenderPeer.FindVisualFormat( pVisual ); in GetXRenderPicture() 1048 if( !pVisualFormat ) in GetXRenderPicture() 1051 SetXRenderFormat( static_cast<void*>(pVisualFormat) ); in GetXRenderPicture() 1055 m_aRenderPicture = rRenderPeer.CreatePicture( hDrawable_, pVisualFormat, 0, NULL ); in GetXRenderPicture()
|
Completed in 30 milliseconds