Home
last modified time | relevance | path

Searched refs:_get_display (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/cairo/cairo-1.17.4/util/cairo-script/
H A Dcsi-replay.c102 _get_display (void) in _get_display() function
121 XFlush (_get_display ()); in _destroy_window()
122 XDestroyWindow (_get_display(), (Window) closure); in _destroy_window()
138 dpy = _get_display (); in _xlib_surface_create()
162 XFreePixmap (_get_display(), (Pixmap) closure); in _destroy_pixmap()
176 dpy = _get_display (); in _xrender_surface_create()
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/completion/
H A Dfuzzy_completer.py106 display=self._get_display(match, word_before_cursor),
109 def _get_display(self, fuzzy_match, word_before_cursor): member in FuzzyCompleter
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/completion/
H A Dfuzzy_completer.py106 display=self._get_display(match, word_before_cursor),
109 def _get_display(self, fuzzy_match, word_before_cursor): member in FuzzyCompleter
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/completion/
H A Dfuzzy_completer.py121 display=self._get_display(match, word_before_cursor),
125 def _get_display( member in FuzzyCompleter
/dports/devel/py-game/pygame-2.1.0/src_c/
H A Ddisplay.c793 _get_display(SDL_Window *win) in _get_display() function
851 int display = _get_display(win); in pg_set_mode()