Searched refs:XRenderPictFormat (Results 1 – 8 of 8) sorted by relevance
/trunk/main/vcl/unx/generic/gdi/ |
H A D | xrender_peer.hxx | 51 XRenderPictFormat* mpStandardFormatA8; 56 XRenderPictFormat* GetStandardFormatA8() const; 57 XRenderPictFormat* FindStandardFormat(int nFormat) const; 60 XRenderPictFormat* FindVisualFormat( Visual* ) const; 61 XRenderPictFormat* FindPictureFormat( unsigned long nMask, 62 const XRenderPictFormat& ) const; 63 Picture CreatePicture( Drawable, const XRenderPictFormat*, 83 const XRenderPictFormat*, int nXSrc, int nYSrc, 96 const XRenderPictFormat*,int); 175 const XRenderPictFormat& rFormatAttr ) const in FindPictureFormat() [all …]
|
H A D | xrender_peer.cxx | 103 mpXRenderFindVisualFormat = (XRenderPictFormat*(*)(Display*,Visual*))pFunc; in InitRenderLib() 107 mpXRenderFindStandardFormat = (XRenderPictFormat*(*)(Display*,int))pFunc; in InitRenderLib() 111 mpXRenderFindFormat = (XRenderPictFormat*(*)(Display*,unsigned long, in InitRenderLib() 112 const XRenderPictFormat*,int))pFunc; in InitRenderLib() 116 mpXRenderCreateGlyphSet = (GlyphSet(*)(Display*,const XRenderPictFormat*))pFunc; in InitRenderLib() 134 const XRenderPictFormat*,GlyphSet,int,int,int,int,const unsigned*,int))pFunc; in InitRenderLib() 138 mpXRenderCreatePicture = (Picture(*)(Display*,Drawable,const XRenderPictFormat*, in InitRenderLib() 168 const XRenderPictFormat*,int,int,const XTrapezoid*,int))pFunc; in InitRenderLib() 194 XRenderPictFormat aPictFormat={0,0,8,{0,0,0,0,0,0,0,0xFF},0}; in InitRenderLib() 219 XRenderPictFormat* pVisualFormat = NULL; in InitRenderText()
|
H A D | salgdi3.cxx | 271 …surface_create_with_xrender_format)(Display *, Drawable , Screen *, XRenderPictFormat *, int , int… 297 …ender_format(Display *pDisplay, Drawable drawable, Screen *pScreen, XRenderPictFormat *pFormat, in… in xlib_surface_create_with_xrender_format() 361 …nder_format = (cairo_surface_t* (*)(Display *, Drawable , Screen *, XRenderPictFormat *, int , int… in CairoWrapper() 492 XRenderPictFormat* pVisualFormat = static_cast<XRenderPictFormat*>(GetXRenderFormat()); in DrawCairoAAFontString() 586 XRenderPictFormat* pVisualFormat = (XRenderPictFormat*)GetXRenderFormat(); in DrawServerAAFontString()
|
H A D | salvd.cxx | 145 XRenderPictFormat *pRenderFormat = ( XRenderPictFormat* )pRenderFormatVoid; in Init()
|
H A D | salgdi.cxx | 1043 XRenderPictFormat* pVisualFormat = static_cast<XRenderPictFormat*>(GetXRenderFormat()); in GetXRenderPicture() 1189 XRenderPictFormat* pXRPF = rRenderPeer.FindStandardFormat( PictStandardARGB32 ); in drawFilledTrapezoids() 1203 const XRenderPictFormat* pMaskFormat = rRenderPeer.GetStandardFormatA8(); in drawFilledTrapezoids()
|
H A D | salgdi2.cxx | 824 XRenderPictFormat* pSrcVisFmt = rPeer.FindVisualFormat( pSrcXVisual ); in drawAlphaBitmap() 862 const XRenderPictFormat* pAlphaFormat = rPeer.GetStandardFormatA8(); in drawAlphaBitmap() 1150 XRenderPictFormat* pDstVisFmt = rPeer.FindVisualFormat( pDstXVisual ); in supportsOperation()
|
/trunk/main/x11_extensions/inc/ |
H A D | Xrender.h | 52 } XRenderPictFormat; typedef 215 XRenderPictFormat * 218 XRenderPictFormat * 221 _Xconst XRenderPictFormat *templ, 231 XRenderPictFormat * 237 _Xconst XRenderPictFormat *format, 243 _Xconst XRenderPictFormat *format, 319 _Xconst XRenderPictFormat *maskFormat, 333 _Xconst XRenderPictFormat *maskFormat, 347 _Xconst XRenderPictFormat *maskFormat, [all …]
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_xlib_cairo.cxx | 210 XRenderPictFormat* pFormat; in getSimilar() 294 return ((XRenderPictFormat*) maSysData.pRenderFormat)->depth; in getDepth()
|
Completed in 390 milliseconds