Home
last modified time | relevance | path

Searched +defs:x +defs:style +defs:display (Results 1 – 25 of 731) sorted by relevance

12345678910>>...30

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/util/
H A DMessageDialog.java20 * Window - Preferences - Java - Code Style - Code Templates in newDialog()
26 private String message; in newDialog()
31 this.style = style; in newDialog()
34 protected void show(Shell parent){ in newDialog()
35 MessageBox messageBox = new MessageBox(parent, this.style); in newDialog()
45 public static void infoMessage(final Shell shell,final String title,final String message){ in newDialog()
/dports/textproc/R-cran-utf8/utf8/R/
H A Dutf8_print.R16 utf8_print <- function(x, chars = NULL, quote = TRUE, na.print = NULL, argument
19 display = TRUE, style = TRUE, utf8 = NULL, ...) { argument
105 print_vector <- function(x, quote, na.print, print.gap, right, max, argument
106 names, rownames, escapes, display, style, utf8) { argument
142 names, rownames, escapes, display, style, utf8) { argument
199 display, style, utf8) { argument
240 element_width <- function(x, quote, na.print, utf8) { argument
255 names, rownames, escapes, display, style, utf8) { argument
271 names, rownames, escapes, display, style, utf8) { argument
326 names, rownames, escapes, display, style, utf8) { argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/emulated/tooltip/org/eclipse/swt/widgets/
H A DToolTip.java47 int x, y; field in ToolTip
94 public ToolTip (Shell parent, int style) { in ToolTip()
99 Display display = getDisplay (); in ToolTip() local
117 static int checkStyle (int style) { in checkStyle()
157 int x = this.x; in configure() local
397 Display display = getDisplay (); in onDispose() local
421 int x = BORDER + PADDING; in onPaint() local
511 public void setLocation (int x, int y) { in setLocation()
566 Display display = getDisplay (); in setMessage() local
600 TextStyle style = new TextStyle (boldFont, null, null); in setText() local
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dminifram.cpp81 int style = win->GetWindowStyle(); in draw() local
131 int style = win->GetWindowStyle(); in gtk_window_button_press_callback() local
134 int x = (int)gdk_event->x; in gtk_window_button_press_callback() local
164 GdkDisplay* display = gdk_window_get_display(gdk_event->window); in gtk_window_button_press_callback() local
275 const int x = int(gdk_event->x); in gtk_window_motion_notify_callback() local
282 GdkDisplay* display = gdk_window_get_display(window); in gtk_window_motion_notify_callback() local
324 long style, const wxString &name ) in Create()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWinWindow.c255 int style; in TkpMakeWindow() local
298 Display *display, in XDestroyWindow()
353 Display *display, in XMapWindow()
462 Display *display, in XUnmapWindow()
509 Display *display, in XMoveResizeWindow()
511 int x, int y, /* Position relative to parent. */ in XMoveResizeWindow()
537 Display *display, in XMoveWindow()
539 int x, int y) /* Position relative to parent */ in XMoveWindow()
568 Display *display, in XResizeWindow()
777 int x, in XReparentWindow()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_listmanager2D_tableau.cxx140 vgui_listmanager2D_tableau::get_hits(float x, float y, std::vector<std::vector<unsigned>> * hits) in get_hits()
148 vgui_displaylist2D_tableau_sptr display; in get_hits() local
166 vgui_listmanager2D_tableau::find_closest(float x, in find_closest()
174 vgui_displaylist2D_tableau_sptr display; in find_closest() local
248 vgui_listmanager2D_tableau::motion(int x, int y) in motion()
272 vgui_style_sptr style = so->get_style(); in motion() local
291 vgui_style_sptr style = so->get_style(); in motion() local
308 vgui_listmanager2D_tableau::mouse_down(int x, int y, vgui_button button, vgui_modifier modifier) in mouse_down()
316 vgui_displaylist2D_tableau_sptr display; in mouse_down() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet325.java32 Display display = new Display(); in main() local
62 public Ruler (Composite parent, int style) { in Ruler()
64 Display display = getDisplay(); in Ruler() local
96 int x = margin; in handleMouseMove() local
134 int x = e.x - margin; in handleDragMark() local
174 Display display = e.display; in handlePaint() local
178 int x = margin; in handlePaint() local
H A DSnippet328.java32 Display display = new Display(); in main() local
65 public Ruler (Composite parent, int style) { in Ruler()
67 Display display = getDisplay(); in Ruler() local
106 int x = margin; in handleMouseMove() local
144 int x = e.x - margin; in handleDragMark() local
184 Display display = e.display; in handlePaint() local
188 int x = margin; in handlePaint() local
/dports/x11/konsole/konsole-21.12.3/src/terminalDisplay/
H A DTerminalPainter.cpp73 const auto display = qobject_cast<TerminalDisplay *>(sender()); in drawContents() local
79 int x = rect.x(); in drawContents() local
255 const auto display = qobject_cast<TerminalDisplay *>(sender()); in drawCurrentResultRect() local
272 const auto display = qobject_cast<TerminalDisplay *>(sender()); in highlightScrolledLines() local
281 const auto display = qobject_cast<TerminalDisplay *>(sender()); in highlightScrolledLinesRegion() local
383 std::optional<QColor> calculateBackgroundColor(const Character *style, const QColor *colorTable) in calculateBackgroundColor()
413 const Character *style, in drawTextFragment()
440 const Character *style, in drawPrinterFriendlyTextFragment()
518 const Character *style, in drawCharacters()
601 void TerminalPainter::drawLineCharString(TerminalDisplay *display, QPainter &painter, int x, int y,… in drawLineCharString()
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWinWindow.c255 int style; in TkpMakeWindow() local
298 Display *display, in XDestroyWindow()
353 Display *display, in XMapWindow()
462 Display *display, in XUnmapWindow()
509 Display *display, in XMoveResizeWindow()
511 int x, int y, /* Position relative to parent. */ in XMoveResizeWindow()
537 Display *display, in XMoveWindow()
539 int x, int y) /* Position relative to parent */ in XMoveWindow()
568 Display *display, in XResizeWindow()
599 Display *display, in XRaiseWindow()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/xlib/
H A Dqxlibmime.cpp62 QString QXlibMime::mimeAtomToString(Display *display, Atom a) in mimeAtomToString()
75 Atom QXlibMime::mimeStringToAtom(Display *display, const QString &mimeType) in mimeStringToAtom()
82 QStringList QXlibMime::mimeFormatsForAtom(Display *display, Atom a) in mimeFormatsForAtom()
107 bool QXlibMime::mimeDataForAtom(Display *display, Atom a, QMimeData *mimeData, QByteArray *data, At… in mimeDataForAtom()
139 XICCEncodingStyle style = (a == QXlibStatic::atom(QXlibStatic::COMPOUND_TEXT)) in mimeDataForAtom() local
168 QList<Atom> QXlibMime::mimeAtomsForFormat(Display *display, const QString &format) in mimeAtomsForFormat()
195 QVariant QXlibMime::mimeConvertToFormat(Display *display, Atom a, const QByteArray &data, const QSt… in mimeConvertToFormat()
245 int x; in mimeConvertToFormat() local
269 Atom QXlibMime::mimeAtomForFormat(Display *display, const QString &format, QVariant::Type requested… in mimeAtomForFormat()
/dports/devel/allegro5/allegro5-5.2.7.0/src/win/
H A Dwwindow.c66 DWORD *style, DWORD *ex_style) in display_flags_to_window_styles()
154 DWORD style; in _al_win_create_window() local
240 DWORD style; in _al_win_create_faux_fullscreen_window() local
313 int x, y, w, h; in win_generate_resize_event() local
356 ALLEGRO_DISPLAY *display = (ALLEGRO_DISPLAY *)arg; in postpone_thread_proc() local
505 int x = raw->data.mouse.lLastX; in window_callback() local
671 float x = touch->x / 100.0f - (float)origin.x; in window_callback() local
1144 void _al_win_set_window_position(HWND window, int x, int y) in _al_win_set_window_position()
1156 void _al_win_get_window_position(HWND window, int *x, int *y) in _al_win_get_window_position()
1183 DWORD style; in _al_win_set_window_frameless() local
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/video/windows/
H A DSDL_windowswindow.c72 DWORD style = 0; in GetWindowStyle() local
115 WIN_AdjustWindowRectWithStyle(SDL_Window *window, DWORD style, BOOL menu, int *x, int *y, int *widt… in WIN_AdjustWindowRectWithStyle()
141 DWORD style; in WIN_AdjustWindowRect() local
155 int x, y; in WIN_SetWindowPositionInternal() local
229 int x, y; in SetupWindowData() local
306 int x, y; in WIN_CreateWindow() local
553 DWORD style; in WIN_ShowWindow() local
602 DWORD style; in WIN_SetWindowBordered() local
619 DWORD style; in WIN_SetWindowResizable() local
656 DWORD style; in WIN_SetWindowFullscreen() local
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/video/windows/
H A DSDL_windowswindow.c72 DWORD style = 0; in GetWindowStyle() local
115 WIN_AdjustWindowRectWithStyle(SDL_Window *window, DWORD style, BOOL menu, int *x, int *y, int *widt… in WIN_AdjustWindowRectWithStyle()
141 DWORD style; in WIN_AdjustWindowRect() local
155 int x, y; in WIN_SetWindowPositionInternal() local
229 int x, y; in SetupWindowData() local
306 int x, y; in WIN_CreateWindow() local
553 DWORD style; in WIN_ShowWindow() local
602 DWORD style; in WIN_SetWindowBordered() local
619 DWORD style; in WIN_SetWindowResizable() local
656 DWORD style; in WIN_SetWindowFullscreen() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug551588_TextLayoutExample.java44 Display display = new Display(); in main() local
79 public TextLayoutControl(Composite parent, int style) { in TextLayoutControl()
96 private static int checkStyle(int style) { in checkStyle()
127 int x = clientArea.x; in onPaint() local
H A DBug546274_StyledTextVMCrash.java32 public MyStyledText(Composite parent, int style) { in MyStyledText()
45 public void scroll(int destX, int destY, int x, int y, int width, int height, boolean all) { in scroll()
80 final Display display = new Display(); in main() local
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/windows/
H A DSDL_windowswindow.c64 DWORD style = 0; in GetWindowStyle() local
87 DWORD style; in WIN_SetWindowPositionInternal() local
90 int x, y; in WIN_SetWindowPositionInternal() local
170 DWORD style; in SetupWindowData() local
172 int x, y; in SetupWindowData() local
270 DWORD style = STYLE_BASIC; in WIN_CreateWindow() local
271 int x, y; in WIN_CreateWindow() local
556 DWORD style; in WIN_SetWindowFullscreen() local
559 int x, y; in WIN_SetWindowFullscreen() local
618 SDL_VideoDisplay *display = SDL_GetDisplayForWindow(window); in WIN_SetWindowGammaRamp() local
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/windows/
H A DSDL_windowswindow.c64 DWORD style = 0; in GetWindowStyle() local
87 DWORD style; in WIN_SetWindowPositionInternal() local
90 int x, y; in WIN_SetWindowPositionInternal() local
170 DWORD style; in SetupWindowData() local
172 int x, y; in SetupWindowData() local
270 DWORD style = STYLE_BASIC; in WIN_CreateWindow() local
271 int x, y; in WIN_CreateWindow() local
556 DWORD style; in WIN_SetWindowFullscreen() local
559 int x, y; in WIN_SetWindowFullscreen() local
618 SDL_VideoDisplay *display = SDL_GetDisplayForWindow(window); in WIN_SetWindowGammaRamp() local
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/windows/
H A DSDL_windowswindow.c67 DWORD style = 0; in GetWindowStyle() local
90 DWORD style; in WIN_SetWindowPositionInternal() local
93 int x, y; in WIN_SetWindowPositionInternal() local
173 DWORD style; in SetupWindowData() local
175 int x, y; in SetupWindowData() local
273 DWORD style = STYLE_BASIC; in WIN_CreateWindow() local
274 int x, y; in WIN_CreateWindow() local
566 DWORD style; in WIN_SetWindowFullscreen() local
569 int x, y; in WIN_SetWindowFullscreen() local
628 SDL_VideoDisplay *display = SDL_GetDisplayForWindow(window); in WIN_SetWindowGammaRamp() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DPopupList.java52 public PopupList(Shell parent, int style) { in PopupList()
92 private static int checkStyle (int style) { in checkStyle()
177 int x = rect.x + rect.width - listSize.x; in open() local
184 Display display = shell.getDisplay(); in open() local
H A DAnimatedProgress.java72 public AnimatedProgress(Composite parent, int style) { in AnimatedProgress()
84 private static int checkStyle (int style) { in checkStyle()
117 private void drawBevelRect(GC gc, int x, int y, int w, int h, Color topleft, Color bottomright) { in drawBevelRect()
161 int x = i + foregroundValue; in paintStripes() local
165 int x = rect.x - 1; in paintStripes() local
194 final Display display = getDisplay(); in start() local
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DPopupList.java52 public PopupList(Shell parent, int style) { in PopupList()
92 private static int checkStyle (int style) { in checkStyle()
177 int x = rect.x + rect.width - listSize.x; in open() local
184 Display display = shell.getDisplay(); in open() local
H A DAnimatedProgress.java72 public AnimatedProgress(Composite parent, int style) { in AnimatedProgress()
84 private static int checkStyle (int style) { in checkStyle()
117 private void drawBevelRect(GC gc, int x, int y, int w, int h, Color topleft, Color bottomright) { in drawBevelRect()
161 int x = i + foregroundValue; in paintStripes() local
165 int x = rect.x - 1; in paintStripes() local
194 final Display display = getDisplay(); in start() local
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/windows/
H A DSDL_windowswindow.c72 DWORD style = 0; in GetWindowStyle() local
105 WIN_AdjustWindowRectWithStyle(SDL_Window *window, DWORD style, BOOL menu, int *x, int *y, int *widt… in WIN_AdjustWindowRectWithStyle()
131 DWORD style; in WIN_AdjustWindowRect() local
145 int x, y; in WIN_SetWindowPositionInternal() local
217 int x, y; in SetupWindowData() local
306 int x, y; in WIN_CreateWindow() local
589 DWORD style; in WIN_SetWindowBordered() local
606 DWORD style; in WIN_SetWindowResizable() local
631 DWORD style; in WIN_SetWindowFullscreen() local
633 int x, y; in WIN_SetWindowFullscreen() local
[all …]
/dports/textproc/R-cran-sass/sass/R/
H A Dfonts.R122 … wght = NULL, ital = NULL, display = c("swap", "auto", "block", "fallback", "optional")) { argument
148 x <- list( list
184 font_face <- function(family, src, weight = NULL, style = NULL, argument
185 display = c("swap", "auto", "block", "fallback", "optional"), argument
188 x <- dropNulls(list( functionVar
192 style = style, nameattr
193 display = if (!is.null(display)) match.arg(display), nameattr
211 font_face_css <- function(x) { argument
357 font_dep_name <- function(x) { argument
362 font_dep_face <- function(x) { argument
[all …]

12345678910>>...30