Home
last modified time | relevance | path

Searched defs:Display (Results 1 – 25 of 9426) sorted by relevance

12345678910>>...378

/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/desktop/
H A Djuce_Displays.h43 struct JUCE_API Display struct
46 bool isMain;
51 Rectangle<int> totalArea;
56 Rectangle<int> userArea;
82 pixels per inch, divide this by the Display::scale value. argument
94 … const Display* useScaleFactorOfDisplay = nullptr) const noexcept; argument
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/desktop/
H A Djuce_Displays.h42 struct Display struct
45 bool isMain;
72 pixels per inch, divide this by the Display::scale value. argument
82 …Rectangle<int> physicalToLogical (Rectangle<int>, const Display* useScaleFactorOfDisplay = nullptr… argument
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/private/segdisp/dotseg/
H A Ddotseg.go108 set(*Display)
115 func (o option) set(d *Display) {
128 type Display struct { struct
130 segments map[Segment]bool
132 cellOpts []cell.Option
149 func (d *Display) Clear(opts ...Option) {
159 func (d *Display) SetSegment(s Segment) error {
169 func (d *Display) ClearSegment(s Segment) error {
179 func (d *Display) ToggleSegment(s Segment) error {
195 func (d *Display) SetCharacter(c rune) error {
[all …]
/dports/devel/cxxtest/cxxtest-4.4/test/fake/X11/
H A DXlib.h3 struct Display {}; struct
13 inline Colormap DefaultColormap( Display *, int ) { return 0; } in DefaultColormap() argument
17 inline Window RootWindow( Display *, int ) { return 0; } in RootWindow() argument
18 inline GC XCreateGC( Display *, Window, int, int ) { return 0; } in XCreateGC() argument
19 inline XID XLoadFont( Display *, const char * ) { return 0; } in XLoadFont() argument
20 inline int XSetFont( Display *, GC, XID ) { return 0; } in XSetFont() argument
25 inline int XMapWindow( Display *, Window ) { return 0; } in XMapWindow() argument
42 inline int XFlush( Display * ) { return 0; } in XFlush() argument
43 inline int XFreeGC( Display *, GC ) { return 0; } in XFreeGC() argument
44 inline int XDestroyWindow( Display *, Window ) { return 0; } in XDestroyWindow() argument
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/cxxtest-4.4/test/fake/X11/
H A DXlib.h3 struct Display {}; struct
13 inline Colormap DefaultColormap( Display *, int ) { return 0; } in DefaultColormap() argument
17 inline Window RootWindow( Display *, int ) { return 0; } in RootWindow() argument
18 inline GC XCreateGC( Display *, Window, int, int ) { return 0; } in XCreateGC() argument
19 inline XID XLoadFont( Display *, const char * ) { return 0; } in XLoadFont() argument
20 inline int XSetFont( Display *, GC, XID ) { return 0; } in XSetFont() argument
25 inline int XMapWindow( Display *, Window ) { return 0; } in XMapWindow() argument
42 inline int XFlush( Display * ) { return 0; } in XFlush() argument
43 inline int XFreeGC( Display *, GC ) { return 0; } in XFreeGC() argument
44 inline int XDestroyWindow( Display *, Window ) { return 0; } in XDestroyWindow() argument
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/cxxtest/test/fake/X11/
H A DXlib.h3 struct Display {}; struct
13 inline Colormap DefaultColormap( Display *, int ) { return 0; } in DefaultColormap() argument
17 inline Window RootWindow( Display *, int ) { return 0; } in RootWindow() argument
18 inline GC XCreateGC( Display *, Window, int, int ) { return 0; } in XCreateGC() argument
19 inline XID XLoadFont( Display *, const char * ) { return 0; } in XLoadFont() argument
20 inline int XSetFont( Display *, GC, XID ) { return 0; } in XSetFont() argument
25 inline int XMapWindow( Display *, Window ) { return 0; } in XMapWindow() argument
42 inline int XFlush( Display * ) { return 0; } in XFlush() argument
43 inline int XFreeGC( Display *, GC ) { return 0; } in XFreeGC() argument
44 inline int XDestroyWindow( Display *, Window ) { return 0; } in XDestroyWindow() argument
[all …]
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/private/segdisp/sixteen/
H A Dsixteen.go274 set(*Display)
281 func (o option) set(d *Display) {
294 type Display struct { struct
296 segments map[Segment]bool
298 cellOpts []cell.Option
315 func (d *Display) Clear(opts ...Option) {
325 func (d *Display) SetSegment(s Segment) error {
335 func (d *Display) ClearSegment(s Segment) error {
345 func (d *Display) ToggleSegment(s Segment) error {
362 func (d *Display) SetCharacter(c rune) error {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/app/
H A Ddisplay.go11 type Display struct { struct
12 Grid *tview.Grid
13 config *config.Config
31 func (display *Display) add(widget wtf.Wtfable) {
48 func (display *Display) build(widgets []wtf.Wtfable) *tview.Grid {
/dports/games/dose-response/dose-response-179c326/cargo-crates/wayland-client-0.21.4/src/
H A Ddisplay.rs45 pub struct Display { struct
46 pub(crate) inner: Arc<DisplayInner>, argument
49 impl Display { impl
99 …pub fn connect_to_name<S: Into<OsString>>(name: S) -> Result<(Display, EventQueue), ConnectError> { in connect_to_name()
115 pub unsafe fn from_fd(fd: RawFd) -> Result<(Display, EventQueue), ConnectError> { in from_fd()
152 pub unsafe fn from_external_display(display_ptr: *mut wl_display) -> (Display, EventQueue) { in from_external_display()
170 impl Deref for Display { implementation
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/clap/src/
H A Derrors.rs416 U: Display, in argument_conflict()
450 U: Display, in empty_value()
484 U: Display, in invalid_value()
530 N: Display, in invalid_subcommand()
531 U: Display, in invalid_subcommand()
564 N: Display, in unrecognized_subcommand()
592 U: Display, in missing_required_argument()
617 U: Display, in missing_subcommand()
667 U: Display, in too_many_values()
701 U: Display, in too_few_values()
[all …]
/dports/net/routinator/routinator-0.10.2/src/utils/
H A Djson.rs30 &mut self, key: impl fmt::Display, op: F in member_object()
45 &mut self, key: impl fmt::Display, op: F in member_array()
60 &mut self, key: impl fmt::Display, value: impl fmt::Display in member_str()
69 &mut self, key: impl fmt::Display, value: impl fmt::Display in member_raw()
103 pub fn array_str(&mut self, value: impl fmt::Display) { in array_str()
111 pub fn array_raw(&mut self, value: impl fmt::Display) { in array_raw()
117 fn append_key(&mut self, key: impl fmt::Display) { in append_key()
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DtkMacOSXXStubs.c441 TCL_UNUSED(Display *), in DefaultErrorHandler()
515 TCL_UNUSED(Display *), in XChangeProperty()
530 TCL_UNUSED(Display *), in XSelectInput()
540 TCL_UNUSED(Display *), in XBell()
584 TCL_UNUSED(Display *), in XSendEvent()
596 TCL_UNUSED(Display *), in XClearWindow()
629 TCL_UNUSED(Display *), in XWarpPointer()
644 TCL_UNUSED(Display *), in XQueryColor()
666 TCL_UNUSED(Display *), in XTranslateCoordinates()
680 TCL_UNUSED(Display *), in XSetCommand()
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Ddefault_arg_values.i4 struct Display { struct
19 struct Display { struct
26 typedef bool mybool;
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/wayland-client-0.21.13/src/
H A Ddisplay.rs63 pub struct Display { struct
64 pub(crate) inner: Arc<DisplayInner>, argument
67 impl Display { implementation
117 …pub fn connect_to_name<S: Into<OsString>>(name: S) -> Result<(Display, EventQueue), ConnectError> { in connect_to_name()
133 pub unsafe fn from_fd(fd: RawFd) -> Result<(Display, EventQueue), ConnectError> { in from_fd()
170 pub unsafe fn from_external_display(display_ptr: *mut wl_display) -> (Display, EventQueue) { in from_external_display()
188 impl Deref for Display { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/thiserror-impl/src/
H A Dattr.rs18 pub struct Display<'a> { struct
19 pub original: &'a Attribute,
20 pub fmt: LitStr,
21 pub args: TokenStream,
22 pub was_shorthand: bool,
23 pub has_bonus_display: bool,
71 fn parse_display(attr: &Attribute) -> Result<Display> { in parse_display()
138 impl ToTokens for Display<'_> { implementation
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/canvas/
H A D__init__.py102 from pyglet.canvas.headless import HeadlessDisplay as Display unknown
106 from pyglet.canvas.cocoa import CocoaDisplay as Display unknown
110 from pyglet.canvas.win32 import Win32Display as Display unknown
114 from pyglet.canvas.xlib import XlibDisplay as Display unknown
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DtkMacOSXXStubs.c420 TCL_UNUSED(Display *), in DefaultErrorHandler()
494 TCL_UNUSED(Display *), in XChangeProperty()
509 TCL_UNUSED(Display *), in XSelectInput()
519 TCL_UNUSED(Display *), in XBell()
539 TCL_UNUSED(Display *), in XSendEvent()
551 TCL_UNUSED(Display *), in XClearWindow()
559 TCL_UNUSED(Display *), in XWarpPointer()
574 TCL_UNUSED(Display *), in XQueryColor()
596 TCL_UNUSED(Display *), in XQueryColors()
622 TCL_UNUSED(Display *), in XQueryTree()
[all …]
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkSettings.h208 struct Display { struct
209 int keepZoom;
210 bool zoomToFit;
211 bool invertZoom;
212 bool tpPattern;
217 QColor bgColor;
220 QColor iconColor;
228 int thumbSize;
229 int iconSize;
233 bool showCrop;
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/clap-2.33.3/src/
H A Derrors.rs419 U: Display, in argument_conflict()
485 U: Display, in invalid_value()
531 N: Display, in invalid_subcommand()
532 U: Display, in invalid_subcommand()
565 N: Display, in unrecognized_subcommand()
593 U: Display, in missing_required_argument()
618 U: Display, in missing_subcommand()
666 U: Display, in too_many_values()
699 U: Display, in too_few_values()
762 S: Display, in wrong_number_of_values()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/clap-2.34.0/src/
H A Derrors.rs438 U: Display, in argument_conflict()
504 U: Display, in invalid_value()
550 N: Display, in invalid_subcommand()
551 U: Display, in invalid_subcommand()
584 N: Display, in unrecognized_subcommand()
612 U: Display, in missing_required_argument()
637 U: Display, in missing_subcommand()
685 U: Display, in too_many_values()
718 U: Display, in too_few_values()
781 S: Display, in wrong_number_of_values()
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/clap-2.32.0/src/
H A Derrors.rs416 U: Display, in argument_conflict()
482 U: Display, in invalid_value()
528 N: Display, in invalid_subcommand()
529 U: Display, in invalid_subcommand()
562 N: Display, in unrecognized_subcommand()
590 U: Display, in missing_required_argument()
615 U: Display, in missing_subcommand()
664 U: Display, in too_many_values()
697 U: Display, in too_few_values()
761 S: Display, in wrong_number_of_values()
[all …]
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/clap-2.33.0/src/
H A Derrors.rs417 U: Display, in argument_conflict()
483 U: Display, in invalid_value()
529 N: Display, in invalid_subcommand()
530 U: Display, in invalid_subcommand()
563 N: Display, in unrecognized_subcommand()
591 U: Display, in missing_required_argument()
616 U: Display, in missing_subcommand()
665 U: Display, in too_many_values()
698 U: Display, in too_few_values()
762 S: Display, in wrong_number_of_values()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/clap-2.34.0/src/
H A Derrors.rs438 U: Display, in argument_conflict()
504 U: Display, in invalid_value()
550 N: Display, in invalid_subcommand()
551 U: Display, in invalid_subcommand()
584 N: Display, in unrecognized_subcommand()
612 U: Display, in missing_required_argument()
637 U: Display, in missing_subcommand()
685 U: Display, in too_many_values()
718 U: Display, in too_few_values()
781 S: Display, in wrong_number_of_values()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/clap-2.34.0/src/
H A Derrors.rs438 U: Display, in argument_conflict()
504 U: Display, in invalid_value()
550 N: Display, in invalid_subcommand()
551 U: Display, in invalid_subcommand()
584 N: Display, in unrecognized_subcommand()
612 U: Display, in missing_required_argument()
637 U: Display, in missing_subcommand()
685 U: Display, in too_many_values()
718 U: Display, in too_few_values()
781 S: Display, in wrong_number_of_values()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/clap-2.33.3/src/
H A Derrors.rs419 U: Display, in argument_conflict()
485 U: Display, in invalid_value()
531 N: Display, in invalid_subcommand()
532 U: Display, in invalid_subcommand()
565 N: Display, in unrecognized_subcommand()
593 U: Display, in missing_required_argument()
618 U: Display, in missing_subcommand()
666 U: Display, in too_many_values()
699 U: Display, in too_few_values()
762 S: Display, in wrong_number_of_values()
[all …]

12345678910>>...378