Lines Matching refs:pVisualFormat
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()
608 …rEntry.m_aPicture = rRenderPeer.CreatePicture ( rEntry.m_aPixmap, pVisualFormat, CPRepeat, &aAttr … in DrawServerAAFontString()