Home
last modified time | relevance | path

Searched refs:XRenderPictFormat (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/vcl/unx/generic/gdi/
H A Dxrender_peer.hxx51 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 Dxrender_peer.cxx103 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 Dsalgdi3.cxx271 …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 Dsalvd.cxx145 XRenderPictFormat *pRenderFormat = ( XRenderPictFormat* )pRenderFormatVoid; in Init()
H A Dsalgdi.cxx1043 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 Dsalgdi2.cxx824 XRenderPictFormat* pSrcVisFmt = rPeer.FindVisualFormat( pSrcXVisual ); in drawAlphaBitmap()
862 const XRenderPictFormat* pAlphaFormat = rPeer.GetStandardFormatA8(); in drawAlphaBitmap()
1150 XRenderPictFormat* pDstVisFmt = rPeer.FindVisualFormat( pDstXVisual ); in supportsOperation()
/aoo42x/main/x11_extensions/inc/
H A DXrender.h52 } 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 …]
/aoo42x/main/canvas/source/cairo/
H A Dcairo_xlib_cairo.cxx210 XRenderPictFormat* pFormat; in getSimilar()
294 return ((XRenderPictFormat*) maSysData.pRenderFormat)->depth; in getDepth()

Completed in 85 milliseconds