Home
last modified time | relevance | path

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

12345678910>>...35

/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()
274 void term_window_move(TERM_WINDOW *window, int x, int y, in term_window_move()
286 int y; in term_window_clear() local
302 int y; in term_window_scroll() local
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-damage.c61 struct buffer { struct
62 struct wl_buffer *buffer; member
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-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
262 int y; in paint_pixels() local
[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 …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Dsimple-damage.c61 struct buffer { struct
62 struct wl_buffer *buffer; member
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-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
262 int y; in paint_pixels() local
[all …]
H A Dsimple-dmabuf-drm.c102 struct wl_buffer *buffer; member
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 …]
/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/graphics/weston/weston-1.9.0/clients/
H A Dsimple-damage.c58 struct buffer { struct
59 struct wl_buffer *buffer; argument
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
260 int y; in paint_pixels() local
[all …]
/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()
394 int y = wl_fixed_to_int(pointer->y); in on_pointer_event() local
482 int y = box[i].y1; in on_vnc_client_update_fb() local
/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/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
414 int32_t y, in xdg_popup_configure()
454 int y; in xdg_surface_configure() local
579 uint32_t size) in keyboard_keymap()
802 int32_t y, 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/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/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dhalftone.c52 Window window; member
61 Pixmap buffer; member
117 halftone_init (Display *dpy, Window window) in halftone_init()
119 int x, y, i; in halftone_init() local
216 static void fill_circle(Display *dpy, Window window, GC gc, int x, int y, int size) in fill_circle()
232 int x, y; in repaint_halftone() local
268 static double calculate_gravity(halftone_screen *halftone, int x, int y) in calculate_gravity()
294 int x, y, i; in update_halftone() local
333 halftone_draw (Display *dpy, Window window, void *closure) in halftone_draw()
345 halftone_reshape (Display *dpy, Window window, void *closure, in halftone_reshape()
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/video/wayland/
H A DSDL_waylandmouse.c45 struct wl_buffer *buffer; member
65 int size = 0; in wayland_get_system_cursor() local
166 wayland_create_tmp_file(off_t size) in wayland_create_tmp_file()
194 mouse_buffer_release(void *data, struct wl_buffer *buffer) in mouse_buffer_release()
213 int size = stride * height; in create_buffer_from_shm() local
404 Wayland_WarpMouse(SDL_Window *window, int x, int y) in Wayland_WarpMouse()
410 Wayland_WarpMouseGlobal(int x, int y) in Wayland_WarpMouseGlobal()
/dports/devel/sdl20/SDL2-2.0.18/src/video/wayland/
H A DSDL_waylandmouse.c45 struct wl_buffer *buffer; member
65 int size = 0; in wayland_get_system_cursor() local
166 wayland_create_tmp_file(off_t size) in wayland_create_tmp_file()
194 mouse_buffer_release(void *data, struct wl_buffer *buffer) in mouse_buffer_release()
213 int size = stride * height; in create_buffer_from_shm() local
404 Wayland_WarpMouse(SDL_Window *window, int x, int y) in Wayland_WarpMouse()
410 Wayland_WarpMouseGlobal(int x, int y) in Wayland_WarpMouseGlobal()
/dports/graphics/freetype-gl/freetype-gl-647b062/demos/
H A Dharfbuzz-texture.c70 vertex_buffer_t * buffer; variable
167 float size = 24; in init() local
220 int x = region.x, y = region.y; in init() local
254 typedef struct { float x,y,z, u,v, r,g,b,a, shift, gamma; } vertex_t; in init() member
277 void display( GLFWwindow* window ) in display()
300 void reshape( GLFWwindow* window, int width, int height ) in reshape()
308 void keyboard( GLFWwindow* window, int key, int scancode, int action, int mods ) in keyboard()
327 GLFWwindow* window; in main() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/xlib/
H A Dqxlibclipboard.cpp90 int size = format_atoms.size() / sizeof(Atom); in formats_sys() local
123 int size = format_atoms.size() / sizeof(Atom); in retrieveData_sys() local
244 int x = 0, y = 0, w = 3, h = 3; in requestor() local
246 … Window window = XCreateSimpleWindow(m_screen->display()->nativeDisplay(), m_screen->rootWindow(), in requestor() local
254 void QXlibClipboard::setRequestor(Window window) in setRequestor()
265 int x = 0, y = 0, w = 3, h = 3; in owner() local
267 … Window window = XCreateSimpleWindow(m_screen->display()->nativeDisplay(), m_screen->rootWindow(), in owner() local
275 void QXlibClipboard::setOwner(Window window) in setOwner()
283 Atom QXlibClipboard::sendTargetsSelection(QMimeData *d, Window window, Atom property) in sendTargetsSelection()
304 Atom QXlibClipboard::sendSelection(QMimeData *d, Atom target, Window window, Atom property) in sendSelection()
[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 …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/wayland/
H A DSDL_waylandmouse.c51 struct wl_buffer *buffer; member
63 wayland_create_tmp_file(off_t size) in wayland_create_tmp_file()
91 mouse_buffer_release(void *data, struct wl_buffer *buffer) in mouse_buffer_release()
110 int size = stride * height; in create_buffer_from_shm() local
354 Wayland_WarpMouse(SDL_Window *window, int x, int y) in Wayland_WarpMouse()
360 Wayland_WarpMouseGlobal(int x, int y) in Wayland_WarpMouseGlobal()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/wayland/
H A DSDL_waylandmouse.c51 struct wl_buffer *buffer; member
63 wayland_create_tmp_file(off_t size) in wayland_create_tmp_file()
91 mouse_buffer_release(void *data, struct wl_buffer *buffer) in mouse_buffer_release()
110 int size = stride * height; in create_buffer_from_shm() local
354 Wayland_WarpMouse(SDL_Window *window, int x, int y) in Wayland_WarpMouse()
360 Wayland_WarpMouseGlobal(int x, int y) in Wayland_WarpMouseGlobal()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/wayland/
H A DSDL_waylandmouse.c51 struct wl_buffer *buffer; member
63 wayland_create_tmp_file(off_t size) in wayland_create_tmp_file()
91 mouse_buffer_release(void *data, struct wl_buffer *buffer) in mouse_buffer_release()
110 int size = stride * height; in create_buffer_from_shm() local
354 Wayland_WarpMouse(SDL_Window *window, int x, int y) in Wayland_WarpMouse()
360 Wayland_WarpMouseGlobal(int x, int y) in Wayland_WarpMouseGlobal()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/wayland/
H A DSDL_waylandmouse.c47 struct wl_buffer *buffer; member
59 wayland_create_tmp_file(off_t size) in wayland_create_tmp_file()
87 mouse_buffer_release(void *data, struct wl_buffer *buffer) in mouse_buffer_release()
106 int size = stride * height; in create_buffer_from_shm() local
350 Wayland_WarpMouse(SDL_Window *window, int x, int y) in Wayland_WarpMouse()
356 Wayland_WarpMouseGlobal(int x, int y) in Wayland_WarpMouseGlobal()

12345678910>>...35