Lines Matching refs:pPixmap
251 void SetPixmap( GdkPixmap* pPixmap );
268 …Find( ControlType aType, ControlState aState, const Rectangle& r_pixmapRect, GdkPixmap** pPixmap );
269 … Fill( ControlType aType, ControlState aState, const Rectangle& r_pixmapRect, GdkPixmap* pPixmap );
286 void NWPixmapCacheData::SetPixmap( GdkPixmap* pPixmap ) in SetPixmap() argument
291 m_pixmap = pPixmap; in SetPixmap()
321 …:Find( ControlType aType, ControlState aState, const Rectangle& r_pixmapRect, GdkPixmap** pPixmap ) in Find() argument
333 *pPixmap = pData[i].m_pixmap; in Find()
340 …::Fill( ControlType aType, ControlState aState, const Rectangle& r_pixmapRect, GdkPixmap* pPixmap ) in Fill() argument
350 pData[m_idx].SetPixmap( pPixmap ); in Fill()
3651 …GdkPixmap * pPixmap = gdk_pixmap_new( GDK_DRAWABLE(GetGdkWindow()), srcRect.GetWidth(), srcRect.G… in NWGetPixmapFromScreen() local
3652 GdkGC * pPixmapGC = gdk_gc_new( pPixmap ); in NWGetPixmapFromScreen()
3654 if( !pPixmap || !pPixmapGC ) in NWGetPixmapFromScreen()
3656 if ( pPixmap ) in NWGetPixmapFromScreen()
3657 g_object_unref( pPixmap ); in NWGetPixmapFromScreen()
3667 gdk_x11_drawable_get_xid(pPixmap), in NWGetPixmapFromScreen()
3668 gdk_screen_get_number( gdk_drawable_get_screen( GDK_DRAWABLE(pPixmap) ) ), in NWGetPixmapFromScreen()
3669 gdk_drawable_get_depth( GDK_DRAWABLE( pPixmap ) ), in NWGetPixmapFromScreen()
3674 return( pPixmap ); in NWGetPixmapFromScreen()
3684 sal_Bool GtkSalGraphics::NWRenderPixmapToScreen( GdkPixmap* pPixmap, Rectangle dstRect ) in NWRenderPixmapToScreen() argument
3694 if ( !pPixmap ) in NWRenderPixmapToScreen()
3699 GDK_DRAWABLE_XID(pPixmap), in NWRenderPixmapToScreen()
3700 gdk_screen_get_number( gdk_drawable_get_screen( GDK_DRAWABLE(pPixmap) ) ), in NWRenderPixmapToScreen()
3701 gdk_drawable_get_depth( GDK_DRAWABLE(pPixmap) ), in NWRenderPixmapToScreen()