Searched refs:rPeer (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/vcl/unx/generic/gdi/ |
| H A D | salgdi2.cxx | 790 XRenderPeer& rPeer = XRenderPeer::GetInstance(); in drawAlphaBitmap() local 791 if( rPeer.GetVersion() < 0x02 ) in drawAlphaBitmap() 824 XRenderPictFormat* pSrcVisFmt = rPeer.FindVisualFormat( pSrcXVisual ); in drawAlphaBitmap() 827 Picture aSrcPic = rPeer.CreatePicture( aSrcPM, pSrcVisFmt, 0, NULL ); in drawAlphaBitmap() 862 const XRenderPictFormat* pAlphaFormat = rPeer.GetStandardFormatA8(); in drawAlphaBitmap() 884 Picture aAlphaPic = rPeer.CreatePicture( aAlphaPM, pAlphaFormat, CPRepeat, &aAttr ); in drawAlphaBitmap() 890 rPeer.SetPictureClipRegion( aDstPic, mpClipRegion ); in drawAlphaBitmap() 893 rPeer.CompositePicture( PictOpOver, aSrcPic, aAlphaPic, aDstPic, in drawAlphaBitmap() 898 rPeer.FreePicture( aAlphaPic ); in drawAlphaBitmap() 900 rPeer.FreePicture( aSrcPic ); in drawAlphaBitmap() [all …]
|
| H A D | xrender_peer.hxx | 131 ScopedPic( XRenderPeer& rPeer, Picture& rPic ); 342 inline ScopedPic::ScopedPic( XRenderPeer& rPeer, Picture& rPic ) in ScopedPic() argument 343 : mrRenderPeer( rPeer) in ScopedPic()
|
| H A D | gcach_xpeer.cxx | 640 X11GlyphCache::X11GlyphCache( X11GlyphPeer& rPeer ) in X11GlyphCache() argument 641 : GlyphCache( rPeer ) in X11GlyphCache()
|
| /AOO41X/main/vcl/unx/headless/ |
| H A D | svptext.cxx | 78 SvpGlyphCache( SvpGlyphPeer& rPeer ) : GlyphCache( rPeer) {} in SvpGlyphCache() argument
|
| /AOO41X/main/vcl/source/glyphs/ |
| H A D | glyphcache.cxx | 53 GlyphCache::GlyphCache( GlyphCachePeer& rPeer ) in GlyphCache() argument 54 : mrPeer( rPeer ), in GlyphCache()
|