Lines Matching refs:pixmap

205 static void NWPaintOneSpinButton( int nScreen, GdkPixmap * pixmap, ControlType nType, ControlPart n…
739 GdkPixmap* pixmap = NULL; in drawNativeControl() local
754 pixmap = NWGetPixmapFromScreen( aPixmapRect ); in drawNativeControl()
755 if( ! pixmap ) in drawNativeControl()
757 gdkDrawable = GDK_DRAWABLE( pixmap ); in drawNativeControl()
878 if( pixmap ) in drawNativeControl()
880 returnVal = NWRenderPixmapToScreen( pixmap, aPixmapRect ) && returnVal; in drawNativeControl()
881 g_object_unref( pixmap ); in drawNativeControl()
1382 GdkPixmap* pixmap = NULL; in NWPaintGTKScrollbar() local
1577 pixmap = NWGetPixmapFromScreen( pixmapRect ); in NWPaintGTKScrollbar()
1578 if( ! pixmap ) in NWPaintGTKScrollbar()
1585 GdkDrawable* const &gdkDrawable = GDK_DRAWABLE( pixmap ); in NWPaintGTKScrollbar()
1684 if( !NWRenderPixmapToScreen(pixmap, pixmapRect) ) in NWPaintGTKScrollbar()
1686 g_object_unref( pixmap ); in NWPaintGTKScrollbar()
1689 g_object_unref( pixmap ); in NWPaintGTKScrollbar()
1924 GdkPixmap * pixmap; in NWPaintGTKSpinBox() local
1966 pixmap = NWGetPixmapFromScreen( pixmapRect ); in NWPaintGTKSpinBox()
1967 if ( !pixmap ) in NWPaintGTKSpinBox()
1981 …NWPaintOneEditBox( m_nScreen, pixmap, NULL, nType, nPart, aEditBoxRect, nState, aValue, rCaption ); in NWPaintGTKSpinBox()
1992 …gtk_paint_box( gWidgetData[m_nScreen].gSpinButtonWidget->style, pixmap, GTK_STATE_NORMAL, shadowTy… in NWPaintGTKSpinBox()
1998 …NWPaintOneSpinButton( m_nScreen, pixmap, nType, upBtnPart, pixmapRect, upBtnState, aValue, rCaptio… in NWPaintGTKSpinBox()
1999 …NWPaintOneSpinButton( m_nScreen, pixmap, nType, downBtnPart, pixmapRect, downBtnState, aValue, rCa… in NWPaintGTKSpinBox()
2001 if( !NWRenderPixmapToScreen(pixmap, pixmapRect) ) in NWPaintGTKSpinBox()
2003 g_object_unref( pixmap ); in NWPaintGTKSpinBox()
2007 g_object_unref( pixmap ); in NWPaintGTKSpinBox()
2056 GdkPixmap* pixmap, in NWPaintOneSpinButton() argument
2076 …gtk_paint_box( gWidgetData[nScreen].gSpinButtonWidget->style, pixmap, stateType, shadowType, NULL,… in NWPaintOneSpinButton()
2090 …gtk_paint_arrow( gWidgetData[nScreen].gSpinButtonWidget->style, pixmap, stateType, GTK_SHADOW_OUT,… in NWPaintOneSpinButton()
2240 GdkPixmap * pixmap; in NWPaintGTKTabItem() local
2303 if( aCacheItems.Find( nType, nState, pixmapRect, &pixmap ) ) in NWPaintGTKTabItem()
2304 return NWRenderPixmapToScreen( pixmap, pixmapRect ); in NWPaintGTKTabItem()
2308 if( aCachePage.Find( nType, nState, pixmapRect, &pixmap ) ) in NWPaintGTKTabItem()
2309 return NWRenderPixmapToScreen( pixmap, pixmapRect ); in NWPaintGTKTabItem()
2315 pixmap = gdk_pixmap_new( NULL, pixmapRect.GetWidth(), pixmapRect.GetHeight(), in NWPaintGTKTabItem()
2322 gtk_paint_flat_box( m_pWindow->style, pixmap, GTK_STATE_NORMAL, in NWPaintGTKTabItem()
2334 …gtk_paint_box_gap( gWidgetData[m_nScreen].gNotebookWidget->style, pixmap, GTK_STATE_NORMAL, GTK_SH… in NWPaintGTKTabItem()
2341 …gtk_paint_extension( gWidgetData[m_nScreen].gNotebookWidget->style, pixmap, stateType, GTK_SHADOW_… in NWPaintGTKTabItem()
2347 …gtk_paint_flat_box( gWidgetData[m_nScreen].gNotebookWidget->style, pixmap, stateType, GTK_SHADOW_N… in NWPaintGTKTabItem()
2362 aCacheItems.Fill( nType, nState, pixmapRect, pixmap ); in NWPaintGTKTabItem()
2364 aCachePage.Fill( nType, nState, pixmapRect, pixmap ); in NWPaintGTKTabItem()
2366 sal_Bool bSuccess = NWRenderPixmapToScreen(pixmap, pixmapRect); in NWPaintGTKTabItem()
2367 g_object_unref( pixmap ); in NWPaintGTKTabItem()
2905 GdkPixmap* pixmap = NWGetPixmapFromScreen( aRect ); in NWPaintGTKListNode() local
2906 if( ! pixmap ) in NWPaintGTKListNode()
2909 GdkDrawable* const &pixDrawable = GDK_DRAWABLE( pixmap ); in NWPaintGTKListNode()
2919 sal_Bool bRet = NWRenderPixmapToScreen( pixmap, aRect ); in NWPaintGTKListNode()
2920 g_object_unref( pixmap ); in NWPaintGTKListNode()
2941 GdkPixmap* pixmap = NWGetPixmapFromScreen( Rectangle( Point( 0, 0 ), Size( w, h ) ) ); in NWPaintGTKProgress() local
2942 if( ! pixmap ) in NWPaintGTKProgress()
2945 GdkDrawable* const &pixDrawable = GDK_DRAWABLE( pixmap ); in NWPaintGTKProgress()
2983 sal_Bool bRet = NWRenderPixmapToScreen( pixmap, rControlRectangle ); in NWPaintGTKProgress()
2984 g_object_unref( pixmap ); in NWPaintGTKProgress()
3006 GdkPixmap* pixmap = NWGetPixmapFromScreen( rControlRectangle ); in NWPaintGTKSlider() local
3007 if( ! pixmap ) in NWPaintGTKSlider()
3010 GdkDrawable* const &pixDrawable = GDK_DRAWABLE( pixmap ); in NWPaintGTKSlider()
3109 sal_Bool bRet = NWRenderPixmapToScreen( pixmap, rControlRectangle ); in NWPaintGTKSlider()
3110 g_object_unref( pixmap ); in NWPaintGTKSlider()