Home
last modified time | relevance | path

Searched +defs:window +defs:buffer +defs:size +defs:x (Results 1 – 25 of 958) sorted by relevance

12345678910>>...39

/dports/irc/irssi/irssi-1.2.3/src/fe-text/
H A Dterm-terminfo.c44 int x, y; member
192 static void term_move_reset(int x, int y) in term_move_reset()
256 TERM_WINDOW *term_window_create(int x, int y, int width, int height) in term_window_create()
258 TERM_WINDOW *window; in term_window_create() local
274 void term_window_move(TERM_WINDOW *window, int x, int y, in term_window_move()
453 void term_move(TERM_WINDOW *window, int x, int y) in term_move()
626 void term_move_cursor(int x, int y) in term_move_cursor()
673 static int input_utf8(const unsigned char *buffer, int size, unichar *result) in input_utf8()
695 static int input_big5(const unsigned char *buffer, int size, unichar *result) in input_big5()
712 static int input_8bit(const unsigned char *buffer, int size, unichar *result) in input_8bit()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Dsimple-shm.c54 struct buffer { struct
55 struct wl_buffer *buffer; argument
60 struct window { struct
62 int width, height;
66 struct buffer buffers[2]; argument
78 buffer_release(void *data, struct wl_buffer *buffer) in buffer_release()
94 int fd, size, stride; in create_shm_buffer() local
166 struct window *window; in create_window() local
229 struct buffer *buffer; in window_next_buffer() local
272 int x; in paint_pixels() local
[all …]
H A Dsimple-damage.c61 struct buffer { struct
62 struct wl_buffer *buffer; argument
81 struct buffer buffers[2]; argument
85 enum window_flags flags; argument
90 float x, y; /* position in pixels */ member
103 buffer_release(void *data, struct wl_buffer *buffer) in buffer_release()
119 int fd, size, pitch; in create_shm_buffer() local
386 struct buffer *buffer; in window_next_buffer() local
427 paint_box(uint32_t *pixels, int pitch, int x, int y, int width, int height, in paint_box()
438 paint_circle(uint32_t *pixels, int pitch, float x, float y, int radius, in paint_circle()
[all …]
H A Dsimple-dmabuf-drm.c102 struct wl_buffer *buffer; argument
134 struct window { struct
135 struct display *display;
136 int width, height;
140 struct buffer buffers[NUM_BUFFERS]; argument
143 bool initialized;
144 bool wait_for_configure;
233 int size; in fd_alloc_bo() local
283 int size; in etna_alloc_bo() local
331 int x = 0, y = 0; in fill_content() local
[all …]
H A Dsimple-dmabuf-v4l.c54 #define CLEAR(x) memset(&(x), 0, sizeof(x)) argument
113 struct buffer { struct
114 struct wl_buffer *buffer; member
125 struct window { struct
126 struct display *display;
130 struct buffer buffers[NUM_BUFFERS]; argument
132 bool wait_for_configure;
133 bool initialized;
576 struct window *window; in create_window() local
714 uint32_t format, int fd, uint32_t size) in keyboard_handle_keymap()
[all …]
H A Dpresentation-shm.c92 struct buffer { struct
93 struct wl_buffer *buffer; argument
98 struct window { struct
100 int width, height;
107 struct buffer *buffers; argument
108 int num_buffers;
109 int next;
122 buffer_release(void *data, struct wl_buffer *buffer) in buffer_release()
139 int fd, size, stride, offset; in create_shm_buffers() local
355 int x; in paint_pixels() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Dsimple-shm.c54 struct buffer { struct
55 struct wl_buffer *buffer; member
60 struct window { struct
62 int width, height;
66 struct buffer buffers[2]; argument
78 buffer_release(void *data, struct wl_buffer *buffer) in buffer_release()
94 int fd, size, stride; in create_shm_buffer() local
166 struct window *window; in create_window() local
229 struct buffer *buffer; in window_next_buffer() local
272 int x; in paint_pixels() local
[all …]
H A Dsimple-damage.c61 struct buffer { struct
62 struct wl_buffer *buffer; argument
81 struct buffer buffers[2]; argument
85 enum window_flags flags; argument
90 float x, y; /* position in pixels */ member
103 buffer_release(void *data, struct wl_buffer *buffer) in buffer_release()
119 int fd, size, pitch; in create_shm_buffer() local
386 struct buffer *buffer; in window_next_buffer() local
427 paint_box(uint32_t *pixels, int pitch, int x, int y, int width, int height, in paint_box()
438 paint_circle(uint32_t *pixels, int pitch, float x, float y, int radius, in paint_circle()
[all …]
H A Dsimple-dmabuf-drm.c102 struct wl_buffer *buffer; argument
134 struct window { struct
135 struct display *display;
136 int width, height;
140 struct buffer buffers[NUM_BUFFERS]; argument
143 bool initialized;
144 bool wait_for_configure;
233 int size; in fd_alloc_bo() local
283 int size; in etna_alloc_bo() local
331 int x = 0, y = 0; in fill_content() local
[all …]
H A Dsimple-dmabuf-v4l.c54 #define CLEAR(x) memset(&(x), 0, sizeof(x)) argument
113 struct buffer { struct
114 struct wl_buffer *buffer; argument
125 struct window { struct
126 struct display *display;
130 struct buffer buffers[NUM_BUFFERS]; argument
132 bool wait_for_configure;
133 bool initialized;
576 struct window *window; in create_window() local
714 uint32_t format, int fd, uint32_t size) in keyboard_handle_keymap()
[all …]
H A Dpresentation-shm.c92 struct buffer { struct
93 struct wl_buffer *buffer; member
98 struct window { struct
100 int width, height;
107 struct buffer *buffers; argument
108 int num_buffers;
109 int next;
122 buffer_release(void *data, struct wl_buffer *buffer) in buffer_release()
139 int fd, size, stride, offset; in create_shm_buffers() local
355 int x; in paint_pixels() local
[all …]
/dports/graphics/weston/weston-1.9.0/clients/
H A Dsimple-damage.c58 struct buffer { struct
59 struct wl_buffer *buffer; member
76 struct buffer buffers[2]; argument
79 enum window_flags flags; argument
84 float x, y; /* position in pixels */ member
94 buffer_release(void *data, struct wl_buffer *buffer) in buffer_release()
110 int fd, size, pitch; in create_shm_buffer() local
333 struct buffer *buffer; in window_next_buffer() local
374 paint_box(uint32_t *pixels, int pitch, int x, int y, int width, int height, in paint_box()
385 paint_circle(uint32_t *pixels, int pitch, float x, float y, int radius, in paint_circle()
[all …]
H A Dsimple-shm.c56 struct buffer { struct
57 struct wl_buffer *buffer; member
62 struct window { struct
64 int width, height;
68 struct buffer buffers[2]; argument
76 buffer_release(void *data, struct wl_buffer *buffer) in buffer_release()
92 int fd, size, stride; in create_shm_buffer() local
158 struct window *window; in create_window() local
227 struct buffer *buffer; in window_next_buffer() local
270 int x; in paint_pixels() local
[all …]
H A Dpresentation-shm.c87 struct buffer { struct
88 struct wl_buffer *buffer; member
93 struct window { struct
95 int width, height;
100 struct buffer *buffers; argument
101 int num_buffers;
102 int next;
115 buffer_release(void *data, struct wl_buffer *buffer) in buffer_release()
132 int fd, size, stride, offset; in create_shm_buffers() local
313 int x; in paint_pixels() local
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/wayland/
H A Dqwaylandinputdevice.cpp86 void QWaylandInputDevice::handleWindowDestroyed(QWaylandWindow *window) in handleWindowDestroyed()
97 int32_t x, int32_t y, in inputHandleMotion()
102 QWaylandWindow *window = inputDevice->mPointerFocus; in inputHandleMotion() local
126 QWaylandWindow *window = inputDevice->mPointerFocus; in inputHandleButton() local
181 static uint32_t translateKey(uint32_t sym, char *string, size_t size) in translateKey()
238 QWaylandWindow *window = inputDevice->mKeyboardFocus; in inputHandleKey() local
283 int32_t x, int32_t y, int32_t sx, int32_t sy) in inputHandlePointerFocus()
291 QWaylandWindow *window; in inputHandlePointerFocus() local
318 QWaylandWindow *window; in inputHandleKeyboardFocus() local
349 void QWaylandInputDevice::attach(QWaylandBuffer *buffer, int x, int y) in attach()
/dports/net/wlvncc/wlvncc-1ca82ce/src/
H A Dmain.c40 struct buffer { struct
42 size_t size; member
44 struct wl_buffer* wl_buffer; argument
49 struct window { struct
54 struct buffer* front_buffer; argument
72 struct window* window = NULL; argument
280 static void window_attach(struct window* w, int x, int y) in window_attach()
299 static void window_damage(struct window* w, int x, int y, int width, int height) in window_damage()
393 int x = wl_fixed_to_int(pointer->x); in on_pointer_event() local
481 int x = box[i].x1; in on_vnc_client_update_fb() local
/dports/x11-toolkits/libdecor/libdecor-3ec3fadd59a21835079fbb3046d2bec6c649d6fa/demo/
H A Ddemo.c86 struct buffer { struct
103 struct buffer *buffer; argument
109 enum libdecor_window_state window_state; argument
264 int size; in init_cursors() local
385 int x, y; in create_positioner() local
413 int32_t x, in xdg_popup_configure()
460 int x; in xdg_surface_configure() local
579 uint32_t size) in keyboard_keymap()
801 int32_t x, in output_geometry()
991 int fd, size, stride; in create_shm_buffer() local
[all …]
H A Dc++-demo.cc90 int fd, size, stride; in create_shm_buffer() local
127 int y, x; in paint_buffer() local
153 Buffer *buffer = reinterpret_cast<Buffer *>(user_data); in buffer_release() local
187 Buffer *buffer; in redraw() local
235 Window *window = reinterpret_cast<Window *>(user_data); in handle_configure() local
254 Window *window = reinterpret_cast<Window *>(user_data); in handle_commit() local
269 Buffer *buffer; member in Window
276 static Window *window; variable
/dports/x11-toolkits/tkshape/shape0.4/win/
H A DshapeWinImpl.c93 setHRGN(interp, pathname, window, parent, x, y, region) in setHRGN() argument
135 invertHRGN(interp, pathname, window, parent, w, h, x, y) in invertHRGN() argument
211 mixHRGN(interp, pathname, window, parent, op, x, y, region) in mixHRGN() argument
328 ShapeAddDataToRegion(interp, region, data, size) in ShapeAddDataToRegion() argument
359 int size = sizeof(RGNDATAHEADER)+RECTCOUNT*sizeof(RECT); local
456 HWND window, parent; local
482 HWND window, parent; local
548 HWND window; local
582 HWND window; local
584 LPRGNDATA buffer; local
[all …]
/dports/science/libccp4/libccp4-6.5.1/ccp4/
H A Dpack_c.c391 LONG buffer[DIFFBUFSIZ]; local
464 LONG buffer[DIFFBUFSIZ]; local
523 LONG buffer[DIFFBUFSIZ]; local
597 LONG buffer[DIFFBUFSIZ]; local
741 { int size, maxsize, i; local
778 { int size, maxsize, i; local
837 static BYTE *buffer = NULL; local
886 static BYTE *buffer = NULL; local
919 void pack_longs(LONG *lng, int n, BYTE **target, int *bit, int size) in pack_longs()
934 { LONG mask, window; local
[all …]
/dports/irc/epic4/epic4-2.10.9/source/
H A Dlastlog.c82 char buffer[BIG_BUFFER_SIZE + 1]; in warn_lastlog_levels() local
100 static char buffer[256]; /* this *should* be enough for this */ in bits_to_lastlog_level() local
215 void remove_from_lastlog (Window *window) in remove_from_lastlog()
245 int size = *(const int *)stuff; in set_lastlog_size() local
248 Window *window = NULL; in set_lastlog_size() local
396 char *x = new_next_arg(args, &args); in BUILT_IN_COMMAND() local
411 char *x = new_next_arg(args, &args); in BUILT_IN_COMMAND() local
441 char *x, *before_str, *after_str; in BUILT_IN_COMMAND() local
469 char *x; in BUILT_IN_COMMAND() local
556 size_t size; in BUILT_IN_COMMAND() local
[all …]
/dports/audio/goobox/goobox-3.6.0/src/
H A Ddlg-cover-chooser.c39 #define GET_WIDGET(x) _gtk_builder_get_widget (data->builder, (x)) argument
51 GooWindow *window; member
575 GooWindow *window; member
612 query_ready_cb (void *buffer, in query_ready_cb()
731 GooWindow *window; member
733 guchar *buffer; member
734 gsize size; member
797 guchar **buffer, in metadata_get_coverart_finish()
816 GooWindow *window; member
838 guchar *buffer; in metadata_get_coverart_cb() local
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dkvs40xx.h119 volatile unsigned size; member
138 u8 *buffer; member
202 void kvs40xx_init_window (struct scanner *s, struct window *wnd, int wnd_id); argument
220 swap_bytes16 (u16 x) in swap_bytes16()
225 swap_bytes32 (u32 x) in swap_bytes32()
232 copy16 (u8 * p, u16 x) in copy16()
238 copy32 (u8 * p, u32 x) in copy32()
245 set24 (u8 * p, u32 x) in set24()
252 #define cpu2be16(x) (x) argument
253 #define cpu2be32(x) (x) argument
[all …]
/dports/irc/epic5/epic5-2.1.6/source/
H A Dlastlog.c357 char buffer[8192]; in clear_regex_from_lastlog() local
391 int size; in set_lastlog_size() local
564 char *x = new_next_arg(args, &args); in BUILT_IN_COMMAND() local
579 char * x = new_next_arg(args, &args); in BUILT_IN_COMMAND() local
585 char *x = new_next_arg(args, &args); in BUILT_IN_COMMAND() local
600 char *x = new_next_arg(args, &args); in BUILT_IN_COMMAND() local
615 char *x, *before_str, *after_str; in BUILT_IN_COMMAND() local
643 char *x; in BUILT_IN_COMMAND() local
673 char *x; in BUILT_IN_COMMAND() local
740 size_t size; in BUILT_IN_COMMAND() local
[all …]
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/glfw/
H A Dwl_window.c57 _GLFWwindow* window = data; in handleConfigure() local
75 static GLboolean createSurface(_GLFWwindow* window, in createSurface()
133 _GLFWwindow* window = _glfw.windowListHead; in handleEvents() local
175 createAnonymousFile(off_t size) in createAnonymousFile()
214 int _glfwPlatformCreateWindow(_GLFWwindow* window, in _glfwPlatformCreateWindow()
330 void _glfwPlatformShowWindow(_GLFWwindow* window) in _glfwPlatformShowWindow()
335 void _glfwPlatformUnhideWindow(_GLFWwindow* window) in _glfwPlatformUnhideWindow()
341 void _glfwPlatformHideWindow(_GLFWwindow* window) in _glfwPlatformHideWindow()
347 int _glfwPlatformWindowFocused(_GLFWwindow* window) in _glfwPlatformWindowFocused()
388 void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y) in _glfwPlatformSetCursorPos()
[all …]

12345678910>>...39