Searched refs:CreatePicture (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | xrender_peer.hxx | 63 Picture CreatePicture( Drawable, const XRenderPictFormat*, 184 inline Picture XRenderPeer::CreatePicture( Drawable aDrawable, in CreatePicture() function in XRenderPeer
|
H A D | salgdi.cxx | 1055 m_aRenderPicture = rRenderPeer.CreatePicture( hDrawable_, pVisualFormat, 0, NULL ); in GetXRenderPicture() 1190 rEntry.m_aPicture = rRenderPeer.CreatePicture( rEntry.m_aPixmap, pXRPF, CPRepeat, &aAttr ); in drawFilledTrapezoids()
|
H A D | salgdi2.cxx | 827 Picture aSrcPic = rPeer.CreatePicture( aSrcPM, pSrcVisFmt, 0, NULL ); in drawAlphaBitmap() 884 Picture aAlphaPic = rPeer.CreatePicture( aAlphaPM, pAlphaFormat, CPRepeat, &aAttr ); in drawAlphaBitmap()
|
H A D | salgdi3.cxx | 608 …rEntry.m_aPicture = rRenderPeer.CreatePicture ( rEntry.m_aPixmap, pVisualFormat, CPRepeat, &aAttr … in DrawServerAAFontString()
|
Completed in 43 milliseconds