Home
last modified time | relevance | path

Searched refs:Display (Results 1 – 25 of 195) sorted by relevance

12345678

/trunk/main/x11_extensions/inc/
H A DXrender.h219 XRenderFindFormat (Display *dpy,
241 XRenderCreatePicture (Display *dpy,
248 XRenderChangePicture (Display *dpy,
276 XRenderComposite (Display *dpy,
300 XRenderAddGlyphs (Display *dpy,
309 XRenderFreeGlyphs (Display *dpy,
447 XRenderCompositeTriFan (Display *dpy,
471 XRenderParseColor(Display *dpy,
476 XRenderCreateCursor (Display *dpy,
492 XRenderCreateAnimCursor (Display *dpy,
[all …]
H A DXrandr.h50 Display *display; /* Display the event was read from */
69 Status XRRQueryVersion (Display *dpy,
73 XRRScreenConfiguration *XRRGetScreenInfo (Display *dpy,
85 Status XRRSetScreenConfig (Display *dpy,
93 Status XRRSetScreenConfigAndRate (Display *dpy,
115 int XRRRootToScreen(Display *dpy, Window root);
126 XRRScreenConfiguration *XRRScreenConfig(Display *dpy, int screen);
128 void XRRSelectInput(Display *dpy, Window window, int mask);
137 XRRScreenSize *XRRSizes(Display *dpy, int screen, int *nsizes);
138 short *XRRRates (Display *dpy, int screen, int sizeID, int *nrates);
[all …]
/trunk/main/vcl/unx/generic/app/
H A Drandrwrapper.cxx43 Bool(*m_pXRRQueryExtension)(Display*,int*,int*);
44 Status(*m_pXRRQueryVersion)(Display*,int*,int*);
47 void(*m_pXRRSelectInput)(Display*,XLIB_Window,int);
49 XRRScreenSize*(*m_pXRRSizes)(Display*,int,int*);
52 int(*m_pXRRRootToScreen)(Display*, XLIB_Window);
58 RandRWrapper(Display*);
61 static RandRWrapper& get(Display*);
137 RandRWrapper::RandRWrapper( Display* pDisplay ) : in RandRWrapper()
199 RandRWrapper(Display*);
201 static RandRWrapper& get(Display*);
[all …]
H A Di18n_status.cxx211 XTranslateCoordinates( (Display*)pParentEnvData->pDisplay, in updatePosition()
283 XRaiseWindow( (Display*)pData->pDisplay, in IMPL_LINK()
373 XMoveWindow( (Display*)pEnvData->pDisplay, in IIIMPStatusWindow()
469 XSetInputFocus( (Display*)pParentEnvData->pDisplay, in GetFocus()
474 XSync( (Display*)pParentEnvData->pDisplay, False ); in GetFocus()
502 XSetInputFocus( (Display*)pEnv->pDisplay, in IMPL_LINK()
507 XSync( (Display*)pEnv->pDisplay, False ); in IMPL_LINK()
666 XRaiseWindow( (Display*)pData->pDisplay, in toTop()
H A Dsaldata.cxx229 int X11SalData::XErrorHdl( Display *pDisplay, XErrorEvent *pEvent ) in XErrorHdl()
235 int X11SalData::XIOErrorHdl( Display * ) in XIOErrorHdl() argument
398 Display *pDisp = NULL; in Init()
487 static void PrintXError( Display *pDisplay, XErrorEvent *pEvent ) in PrintXError()
523 void SalXLib::XError( Display *pDisplay, XErrorEvent *pEvent ) in XError()
/trunk/main/vcl/unx/generic/gdi/
H A Dxrender_peer.cxx95 mpXRenderQueryExtension = (Bool(*)(Display*,int*,int*))pFunc; in InitRenderLib()
99 mpXRenderQueryVersion = (void(*)(Display*,int*,int*))pFunc; in InitRenderLib()
107 mpXRenderFindStandardFormat = (XRenderPictFormat*(*)(Display*,int))pFunc; in InitRenderLib()
111 mpXRenderFindFormat = (XRenderPictFormat*(*)(Display*,unsigned long, in InitRenderLib()
120 mpXRenderFreeGlyphSet = (void(*)(Display*,GlyphSet))pFunc; in InitRenderLib()
124 mpXRenderAddGlyphs = (void(*)(Display*,GlyphSet,Glyph*,const XGlyphInfo*, in InitRenderLib()
129 mpXRenderFreeGlyphs = (void(*)(Display*,GlyphSet,Glyph*,int))pFunc; in InitRenderLib()
133 mpXRenderCompositeString32 = (void(*)(Display*,int,Picture,Picture, in InitRenderLib()
151 mpXRenderFreePicture = (void(*)(Display*,Picture))pFunc; in InitRenderLib()
155 mpXRenderComposite = (void(*)(Display*,int,Picture,Picture,Picture, in InitRenderLib()
[all …]
H A Dxrender_peer.hxx50 Display* mpDisplay;
95 XRenderPictFormat* (*mpXRenderFindFormat)(Display*,unsigned long,
98 XRenderPictFormat* (*mpXRenderFindStandardFormat)(Display*,int);
99 Bool (*mpXRenderQueryExtension)(Display*,int*,int*);
100 void (*mpXRenderQueryVersion)(Display*,int*,int*);
104 void (*mpXRenderChangePicture)(Display*,Picture,
107 void (*mpXRenderFreePicture)(Display*,Picture);
112 void (*mpXRenderFreeGlyphSet)(Display*,GlyphSet);
113 void (*mpXRenderAddGlyphs)(Display*,GlyphSet,Glyph*,
115 void (*mpXRenderFreeGlyphs)(Display*,GlyphSet,Glyph*,int);
[all …]
H A Dsalbmp.cxx200 Display* pXDisp = pSalDisp->GetDisplay(); in ImplCreateDIB()
351 Display* pXDisp = pSalDisp->GetDisplay(); in ImplCreateXImage()
485 X11SalBitmap::SnapShot (Display* pDisplay, XLIB_Window hWindow) in SnapShot()
564 X11SalBitmap::ImplCreateFromXImage (Display* pDisplay, XLIB_Window hWindow, int nScreen, XImage* pI… in ImplCreateFromXImage()
849 Display* pXDisp = pSalDisp->GetDisplay(); in ImplSalDDB()
874 ImplSalDDB::ImplSalDDB (Display* pDisplay, XLIB_Window hWindow, int nScreen, XImage* pImage) : in ImplSalDDB()
917 Display* pXDisp = pSalDisp->GetDisplay(); in ImplSalDDB()
999 Display* pXDisp = pSalDisp->GetDisplay(); in ImplDraw()
H A Dsalgdi2.cxx81 void X11SalGraphics::CopyScreenArea( Display* pDisplay, in CopyScreenArea()
351 Display *pDisplay = GetXDisplay(); in SetMask()
404 static Bool GraphicsExposePredicate( Display*, XEvent* pEvent, XPointer pFrameWindow ) in GraphicsExposePredicate() argument
421 Display* pDisplay = GetXDisplay(); in YieldGraphicsExpose()
630 Display* pXDisp = pSalDisp->GetDisplay(); in drawBitmap()
681 Display* pXDisp = pSalDisp->GetDisplay(); in drawMaskedBitmap()
801 Display* pXDisplay = pSalDisp->GetDisplay(); in drawAlphaBitmap()
964 Display* pXDisp = pSalDisp->GetDisplay(); in drawMask()
/trunk/main/vcl/unx/generic/window/
H A Dsalobj.cxx64 if ( ! XShapeQueryExtension( (Display*)pObjData->pDisplay, in CreateObject()
75 Display* pDisp = pSalDisp->GetDisplay(); in CreateObject()
283 XSync( (Display*)maSystemChildData.pDisplay, False ); in ~X11SalObject()
302 XGetWindowAttributes ( (Display*)maSystemChildData.pDisplay, in ResetClipRegion()
311 XShapeCombineRectangles ( (Display*)maSystemChildData.pDisplay, in ResetClipRegion()
363 XShapeCombineRectangles ( (Display*)maSystemChildData.pDisplay, in EndSetClipRegion()
403 XMapWindow( (Display*)maSystemChildData.pDisplay, in Show()
405 XMapWindow( (Display*)maSystemChildData.pDisplay, in Show()
408 XUnmapWindow( (Display*)maSystemChildData.pDisplay, in Show()
410 XUnmapWindow( (Display*)maSystemChildData.pDisplay, in Show()
[all …]
H A DFWS.cxx72 WMSupportsFWS (Display *display, int screen) in WMSupportsFWS()
198 static int (* oldHandler) (Display *, XErrorEvent *);
201 newHandler (Display *display, XErrorEvent *xerror) in newHandler()
225 RegisterFwsWindow (Display *display, Window window) in RegisterFwsWindow()
261 AddFwsProtocols (Display *display, Window window) in AddFwsProtocols()
H A DFWS.hxx38 WMSupportsFWS (Display *display, int screen);
47 RegisterFwsWindow (Display *display, Window window);
53 AddFwsProtocols (Display *display, Window window);
/trunk/main/canvas/source/cairo/
H A Dcairo_xlib_cairo.cxx52 Display* pDisplay = (Display*)pOutDev->GetSystemGfxData().pDisplay; in IsCairoWorking()
90 XFreePixmap( (Display*)mpDisplay, mhDrawable ); in ~X11Pixmap()
147 cairo_xlib_surface_create( (Display*)rSysData.pDisplay, in X11Surface()
172 cairo_xlib_surface_create( (Display*)rSysData.pDisplay, in X11Surface()
227 pFormat = XRenderFindStandardFormat( (Display*)maSysData.pDisplay, nFormat ); in getSimilar()
228 hPixmap = XCreatePixmap( (Display*)maSysData.pDisplay, maSysData.hDrawable, in getSimilar()
240 (Display*)maSysData.pDisplay, in getSimilar()
242 … ScreenOfDisplay((Display *)maSysData.pDisplay, maSysData.nScreen), in getSimilar()
283 XSync( (Display*)maSysData.pDisplay, false ); in flush()
/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx103 extern "C" srv_vendor_t sal_GetServerVendor( Display *p_display );
182 inline Display* GetXDisplay() const;
245 void XError( Display *pDisp, XErrorEvent *pEvent );
274 typedef Bool(*X_if_predicate)(Display*,XEvent*,XPointer);
343 Display *pDisp_; // X Display
395 static SalDisplay *GetSalDisplay( Display* display );
396 static sal_Bool BestVisual( Display *pDisp,
400 SalDisplay( Display* pDisp );
453 Display *GetDisplay() const { return pDisp_; } in GetDisplay()
519 inline Display *SalColormap::GetXDisplay() const in GetXDisplay()
[all …]
H A Dsaldata.hxx72 inline void XError( Display *pDisplay, XErrorEvent *pEvent ) const;
92 static int XErrorHdl( Display*, XErrorEvent* );
93 static int XIOErrorHdl( Display* );
107 inline void X11SalData::XError( Display *pDisplay, XErrorEvent *pEvent ) const in XError()
/trunk/main/autodoc/source/ary/inc/
H A Dslots.hxx51 Display & o_rDestination ) const;
56 Display & o_rDestination ) const;
69 Display & o_rDestination ) const;
86 Display & o_rDestination ) const;
104 Display & o_rDestination ) const;
124 Display & o_rDestination ) const;
145 Slot_SequentialIds<ID>::StoreEntries( Display & o_rDestination ) const in StoreEntries()
/trunk/main/vcl/unx/generic/desktopdetect/
H A Ddesktopdetector.cxx54 static bool is_gnome_desktop( Display* pDisplay ) in is_gnome_desktop()
143 static int autodect_error_handler( Display*, XErrorEvent* ) in autodect_error_handler() argument
149 typedef int(* XErrorHandler)(Display*,XErrorEvent*);
152 static int KDEVersion( Display* pDisplay ) in KDEVersion()
193 static bool is_kde_desktop( Display* pDisplay ) in is_kde_desktop()
216 static bool is_kde4_desktop( Display* pDisplay ) in is_kde4_desktop()
233 static bool is_cde_desktop( Display* pDisplay ) in is_cde_desktop()
311 Display* pDisplay = XOpenDisplay( pDisplayStr ); in get_desktop_environment()
/trunk/main/autodoc/source/ary/kernel/
H A Dary_disp.cxx37 Display::DisplaySlot_Rid( ary::Rid i_nId ) in DisplaySlot_Rid()
57 Display::DisplaySlot_LocalCe( ary::cpp::Ce_id i_nId, in DisplaySlot_LocalCe()
81 Display::do_StartSlot() in do_StartSlot()
86 Display::do_FinishSlot() in do_FinishSlot()
91 Display::do_DisplaySlot_Rid( ary::Rid ) in do_DisplaySlot_Rid()
96 Display::do_DisplaySlot_LocalCe( ary::cpp::Ce_id , in do_DisplaySlot_LocalCe()
H A Dslots.cxx39 Slot::StoreAt( Display & o_rDestination ) const in StoreAt()
54 Slot_Null::StoreAt( Display & ) const in StoreAt()
66 Slot_Null::StoreEntries( Display & ) const in StoreEntries()
89 Slot_MapLocalCe::StoreEntries( Display & o_rDestination ) const in StoreEntries()
119 Slot_MapOperations::StoreEntries( Display & o_rDestination ) const in StoreEntries()
147 Slot_ListLocalCe::StoreEntries( Display & o_rDestination ) const in StoreEntries()
/trunk/main/autodoc/inc/ary/
H A Dary_disp.hxx44 class Display : public csv::ProcessorIfc class
47 virtual ~Display() {} in ~Display()
94 Display::StartSlot() in StartSlot()
97 Display::FinishSlot() in FinishSlot()
100 Display::Get_ReFinder() const in Get_ReFinder()
H A Dceslot.hxx37 class Display;
58 Display & o_rDestination ) const;
63 Display & o_rDestination ) const = 0;
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgnode.hxx63 enum Display // #121656# enum
88 Display getDisplayFromContent(const rtl::OUString& aContent);
112 Display maDisplay;
180 Display getDisplay() const { return maDisplay; } in getDisplay()
181 void setDisplay(Display eDisplay = Display_inherit) { maDisplay = eDisplay; } in setDisplay()
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx508 Display(sal_True); in RequestHelp()
615 Display(); in NotifyMoving()
673 Display(); in GetFocus()
708 void SwGlobalTree::Display(sal_Bool bOnlyUpdateUserData) in Display() function in SwGlobalTree
852 Display(); in EditContent()
1046 Display(); in ExcecuteContextMenuAction()
1096 Display(); in ExcecuteContextMenuAction()
1110 Display(); in IMPL_LINK()
1194 Display(); in ExecCommand()
1488 Display(); in InsertRegion()
H A Dcontent.cxx2183 Display(bIsActive); in SetHiddenShell()
2222 Display(sal_True); in SetActiveShell()
2241 Display(sal_True); in SetConstantShell()
2383 Display(sal_True); in ExecCommand()
2455 Display(sal_True); in IMPL_LINK()
2535 Display(sal_True); in NotifyMoving()
2576 Display(sal_True); in NotifyCopying()
2626 Display(sal_True); in GetFocus()
3039 Display(bIsActive); in SetOutlineLevel()
3053 Display(sal_False); in ShowHiddenShell()
[all …]
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionerImpl.cxx78 typedef void(*PFNGLXBINDTEXIMAGEEXTPROC)(Display*dpy,GLXDrawable,int,const int*);
79 typedef void(*PFNGLXRELEASETEXIMAGEEXTPROC)(Display*,GLXDrawable,int);
154 int oglErrorHandler( unx::Display* /*dpy*/, unx::XErrorEvent* /*evnt*/ ) in oglErrorHandler() argument
221 unx::Display* dpy;
382 GLWin.dpy = reinterpret_cast<unx::Display*>(sysData->pDisplay); in createWindow()
556 GLWin.dpy = reinterpret_cast<unx::Display*>(pChildSysData->pDisplay); in createWindow()
665 int (*oldHandler)(unx::Display* /*dpy*/, unx::XErrorEvent* /*evnt*/); in createWindow()
781 int (*oldHandler)(unx::Display* /*dpy*/, unx::XErrorEvent* /*evnt*/); in createWindow()

Completed in 111 milliseconds

12345678