Home
last modified time | relevance | path

Searched +defs:window +defs:height (Results 1 – 25 of 9353) sorted by relevance

12345678910>>...375

/dports/graphics/vips/vips-8.12.0/libvips/iofuncs/
H A Dwindow.c87 vips_window_unmap( VipsWindow *window ) in vips_window_unmap()
111 vips_window_free( VipsWindow *window ) in vips_window_free()
138 vips_window_unref( VipsWindow *window ) in vips_window_unref()
213 vips_window_set( VipsWindow *window, int top, int height ) in vips_window_set()
273 vips_window_new( VipsImage *im, int top, int height ) in vips_window_new()
275 VipsWindow *window; in vips_window_new() local
306 int height; member
322 vips_window_find( VipsImage *im, int top, int height ) in vips_window_find()
325 VipsWindow *window; in vips_window_find() local
348 vips_window_ref( VipsImage *im, int top, int height ) in vips_window_ref()
[all …]
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst-libs/gst/vaapi/
H A Dgstvaapiwindow.c70 ensure_filter (GstVaapiWindow * window) in ensure_filter()
124 gst_vaapi_window_create (GstVaapiWindow * window, guint width, guint height) in gst_vaapi_window_create()
210 gst_vaapi_window_init (GstVaapiWindow * window) in gst_vaapi_window_init()
216 GstVaapiID id, guint width, guint height) in gst_vaapi_window_new_internal()
218 GstVaapiWindow *window; in gst_vaapi_window_new_internal() local
306 gst_vaapi_window_new (GstVaapiDisplay * display, guint width, guint height) in gst_vaapi_window_new()
359 gst_vaapi_window_show (GstVaapiWindow * window) in gst_vaapi_window_show()
505 gst_vaapi_window_set_height (GstVaapiWindow * window, guint height) in gst_vaapi_window_set_height()
521 gst_vaapi_window_set_size (GstVaapiWindow * window, guint width, guint height) in gst_vaapi_window_set_size()
549 guint width, height; in get_window_rect() local
[all …]
H A Dgstvaapiwindow_drm.c63 gst_vaapi_window_drm_show (GstVaapiWindow * window) in gst_vaapi_window_drm_show()
69 gst_vaapi_window_drm_hide (GstVaapiWindow * window) in gst_vaapi_window_drm_hide()
75 gst_vaapi_window_drm_create (GstVaapiWindow * window, in gst_vaapi_window_drm_create()
76 guint * width, guint * height) in gst_vaapi_window_drm_create()
82 gst_vaapi_window_drm_resize (GstVaapiWindow * window, guint width, guint height) in gst_vaapi_window_drm_resize()
88 gst_vaapi_window_drm_render (GstVaapiWindow * window, in gst_vaapi_window_drm_render()
109 gst_vaapi_window_drm_init (GstVaapiWindowDRM * window) in gst_vaapi_window_drm_init()
132 gst_vaapi_window_drm_new (GstVaapiDisplay * display, guint width, guint height) in gst_vaapi_window_drm_new()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/glfw/
H A Dwindow.c79 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) in _glfwInputWindowSize()
91 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) in _glfwInputFramebufferSize()
97 void _glfwInputWindowDamage(_GLFWwindow* window) in _glfwInputWindowDamage()
116 GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, in glfwCreateWindow()
124 _GLFWwindow* window; in glfwCreateWindow() local
213 int width, height; in glfwCreateWindow() local
371 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwDestroyWindow() local
408 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwWindowShouldClose() local
456 GLFWAPI void glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) in glfwGetWindowSize()
469 GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height) in glfwSetWindowSize()
[all …]
/dports/graphics/py-rasterio/rasterio-1.2.10/rasterio/
H A Dwindows.py71 def window_transform(self, window): argument
88 def window_bounds(self, window): argument
119 def toranges(window): argument
324 def transform(window, transform): argument
346 def bounds(window, transform, height=0, width=0): argument
373 def crop(window, height, width): argument
399 def evaluate(window, height, width, boundless=False): argument
426 def shape(window, height=-1, width=-1): argument
449 def window_index(window, height=0, width=0): argument
472 def round_window_to_full_blocks(window, block_shapes, height=0, width=0): argument
[all …]
/dports/games/craft/Craft-1.0fbsd/deps/glfw/src/
H A Dwindow.c96 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) in _glfwInputWindowSize()
113 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) in _glfwInputFramebufferSize()
124 void _glfwInputWindowDamage(_GLFWwindow* window) in _glfwInputWindowDamage()
143 GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, in glfwCreateWindow()
150 _GLFWwindow* window; in glfwCreateWindow() local
378 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwDestroyWindow() local
415 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwWindowShouldClose() local
422 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowShouldClose() local
457 GLFWAPI void glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) in glfwGetWindowSize()
464 GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height) in glfwSetWindowSize()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/ecore_win32/
H A Decore_win32_window.c39 int height, in _ecore_win32_window_internal_new()
453 int height) in ecore_win32_window_new()
481 int height) in ecore_win32_window_override_new()
500 ecore_win32_window_free(Ecore_Win32_Window *window) in ecore_win32_window_free()
575 ecore_win32_window_move(Ecore_Win32_Window *window, in ecore_win32_window_move()
615 int height) in ecore_win32_window_resize()
681 int height) in ecore_win32_window_move_resize()
740 int *height) in ecore_win32_window_geometry_get()
808 int *height) in ecore_win32_window_size_get()
1079 ecore_win32_window_show(Ecore_Win32_Window *window) in ecore_win32_window_show()
[all …]
/dports/net/freerdp/freerdp-2.5.0/uwac/libuwac/
H A Duwac-window.c82 UwacWindow* window = (UwacWindow*)data; in xdg_handle_toplevel_configure() local
157 UwacWindow* window = (UwacWindow*)data; in xdg_handle_toplevel_close() local
188 int32_t height) in ivi_handle_configure()
190 UwacWindow* window = (UwacWindow*)data; in ivi_handle_configure() local
246 int32_t width, int32_t height) in shell_configure()
248 UwacWindow* window = (UwacWindow*)data; in shell_configure() local
301 uint32_t height, enum wl_shm_format format) in UwacWindowShmAllocBuffers()
576 uint32_t height) in UwacWindowSetOpaqueRegion()
594 uint32_t height) in UwacWindowSetInputRegion()
682 uint32_t height) in UwacWindowAddDamage()
[all …]
/dports/games/craft/Craft-1.0fbsd/deps/glfw/tests/
H A Diconify.c48 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback()
68 static void window_size_callback(GLFWwindow* window, int width, int height) in window_size_callback()
73 static void framebuffer_size_callback(GLFWwindow* window, int width, int height) in framebuffer_size_callback()
80 static void window_focus_callback(GLFWwindow* window, int focused) in window_focus_callback()
87 static void window_iconify_callback(GLFWwindow* window, int iconified) in window_iconify_callback()
96 int width, height, ch; in main() local
98 GLFWwindow* window; in main() local
/dports/misc/box2d/box2d-2.4.1/extern/glfw/src/
H A Dwindow.c81 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) in _glfwInputWindowSize()
106 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) in _glfwInputFramebufferSize()
123 void _glfwInputWindowDamage(_GLFWwindow* window) in _glfwInputWindowDamage()
151 GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, in glfwCreateWindow()
159 _GLFWwindow* window; in glfwCreateWindow() local
234 int width, height; in glfwCreateWindow() local
544 GLFWAPI void glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) in glfwGetWindowSize()
558 GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height) in glfwSetWindowSize()
647 GLFWAPI void glfwGetFramebufferSize(GLFWwindow* handle, int* width, int* height) in glfwGetFramebufferSize()
919 int width, int height, in glfwSetWindowMonitor()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/src/
H A Dwindow.c81 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) in _glfwInputWindowSize()
106 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) in _glfwInputFramebufferSize()
123 void _glfwInputWindowDamage(_GLFWwindow* window) in _glfwInputWindowDamage()
151 GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, in glfwCreateWindow()
159 _GLFWwindow* window; in glfwCreateWindow() local
234 int width, height; in glfwCreateWindow() local
544 GLFWAPI void glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) in glfwGetWindowSize()
558 GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height) in glfwSetWindowSize()
647 GLFWAPI void glfwGetFramebufferSize(GLFWwindow* handle, int* width, int* height) in glfwGetFramebufferSize()
919 int width, int height, in glfwSetWindowMonitor()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/src/
H A Dwindow.c81 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) in _glfwInputWindowSize()
106 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) in _glfwInputFramebufferSize()
123 void _glfwInputWindowDamage(_GLFWwindow* window) in _glfwInputWindowDamage()
151 GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, in glfwCreateWindow()
159 _GLFWwindow* window; in glfwCreateWindow() local
234 int width, height; in glfwCreateWindow() local
544 GLFWAPI void glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) in glfwGetWindowSize()
558 GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height) in glfwSetWindowSize()
647 GLFWAPI void glfwGetFramebufferSize(GLFWwindow* handle, int* width, int* height) in glfwGetFramebufferSize()
919 int width, int height, in glfwSetWindowMonitor()
[all …]
/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/src/
H A Dwindow.c81 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) in _glfwInputWindowSize()
106 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) in _glfwInputFramebufferSize()
123 void _glfwInputWindowDamage(_GLFWwindow* window) in _glfwInputWindowDamage()
151 GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, in glfwCreateWindow()
159 _GLFWwindow* window; in glfwCreateWindow() local
233 int width, height; in glfwCreateWindow() local
536 GLFWAPI void glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) in glfwGetWindowSize()
550 GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height) in glfwSetWindowSize()
639 GLFWAPI void glfwGetFramebufferSize(GLFWwindow* handle, int* width, int* height) in glfwGetFramebufferSize()
905 int width, int height, in glfwSetWindowMonitor()
[all …]
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/GLFW/src/
H A Dwindow.c81 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) in _glfwInputWindowSize()
106 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) in _glfwInputFramebufferSize()
123 void _glfwInputWindowDamage(_GLFWwindow* window) in _glfwInputWindowDamage()
151 GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, in glfwCreateWindow()
159 _GLFWwindow* window; in glfwCreateWindow() local
233 int width, height; in glfwCreateWindow() local
536 GLFWAPI void glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) in glfwGetWindowSize()
550 GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height) in glfwSetWindowSize()
639 GLFWAPI void glfwGetFramebufferSize(GLFWwindow* handle, int* width, int* height) in glfwGetFramebufferSize()
905 int width, int height, in glfwSetWindowMonitor()
[all …]
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dgstglwindow_wayland_egl.c213 uint32_t edges, int32_t width, int32_t height) in handle_configure()
246 int32_t width, int32_t height, struct wl_array *states) in handle_xdg_toplevel_configure()
370 gint width, height; in create_surfaces() local
480 GstGLWindowWaylandEGL *window; in gst_gl_window_wayland_egl_new() local
575 _roundtrip_async (GstGLWindow * window) in _roundtrip_async()
599 window_resize (GstGLWindowWaylandEGL * window_egl, guint width, guint height) in window_resize()
601 GstGLWindow *window = GST_GL_WINDOW (window_egl); in window_resize() local
621 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb() local
630 guint width, height; in draw_cb() local
692 gint x, gint y, gint width, gint height) in gst_gl_window_wayland_egl_set_render_rectangle()
[all …]
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dgstglwindow_wayland_egl.c213 uint32_t edges, int32_t width, int32_t height) in handle_configure()
246 int32_t width, int32_t height, struct wl_array *states) in handle_xdg_toplevel_configure()
370 gint width, height; in create_surfaces() local
480 GstGLWindowWaylandEGL *window; in gst_gl_window_wayland_egl_new() local
575 _roundtrip_async (GstGLWindow * window) in _roundtrip_async()
599 window_resize (GstGLWindowWaylandEGL * window_egl, guint width, guint height) in window_resize()
601 GstGLWindow *window = GST_GL_WINDOW (window_egl); in window_resize() local
621 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb() local
630 guint width, height; in draw_cb() local
692 gint x, gint y, gint width, gint height) in gst_gl_window_wayland_egl_set_render_rectangle()
[all …]
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dgstglwindow_wayland_egl.c213 uint32_t edges, int32_t width, int32_t height) in handle_configure()
246 int32_t width, int32_t height, struct wl_array *states) in handle_xdg_toplevel_configure()
370 gint width, height; in create_surfaces() local
480 GstGLWindowWaylandEGL *window; in gst_gl_window_wayland_egl_new() local
575 _roundtrip_async (GstGLWindow * window) in _roundtrip_async()
599 window_resize (GstGLWindowWaylandEGL * window_egl, guint width, guint height) in window_resize()
601 GstGLWindow *window = GST_GL_WINDOW (window_egl); in window_resize() local
621 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb() local
630 guint width, height; in draw_cb() local
692 gint x, gint y, gint width, gint height) in gst_gl_window_wayland_egl_set_render_rectangle()
[all …]
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dgstglwindow_wayland_egl.c213 uint32_t edges, int32_t width, int32_t height) in handle_configure()
246 int32_t width, int32_t height, struct wl_array *states) in handle_xdg_toplevel_configure()
370 gint width, height; in create_surfaces() local
480 GstGLWindowWaylandEGL *window; in gst_gl_window_wayland_egl_new() local
575 _roundtrip_async (GstGLWindow * window) in _roundtrip_async()
599 window_resize (GstGLWindowWaylandEGL * window_egl, guint width, guint height) in window_resize()
601 GstGLWindow *window = GST_GL_WINDOW (window_egl); in window_resize() local
621 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb() local
630 guint width, height; in draw_cb() local
692 gint x, gint y, gint width, gint height) in gst_gl_window_wayland_egl_set_render_rectangle()
[all …]
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dgstglwindow_wayland_egl.c213 uint32_t edges, int32_t width, int32_t height) in handle_configure()
246 int32_t width, int32_t height, struct wl_array *states) in handle_xdg_toplevel_configure()
370 gint width, height; in create_surfaces() local
480 GstGLWindowWaylandEGL *window; in gst_gl_window_wayland_egl_new() local
575 _roundtrip_async (GstGLWindow * window) in _roundtrip_async()
599 window_resize (GstGLWindowWaylandEGL * window_egl, guint width, guint height) in window_resize()
601 GstGLWindow *window = GST_GL_WINDOW (window_egl); in window_resize() local
621 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb() local
630 guint width, height; in draw_cb() local
692 gint x, gint y, gint width, gint height) in gst_gl_window_wayland_egl_set_render_rectangle()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dgstglwindow_wayland_egl.c213 uint32_t edges, int32_t width, int32_t height) in handle_configure()
246 int32_t width, int32_t height, struct wl_array *states) in handle_xdg_toplevel_configure()
370 gint width, height; in create_surfaces() local
480 GstGLWindowWaylandEGL *window; in gst_gl_window_wayland_egl_new() local
575 _roundtrip_async (GstGLWindow * window) in _roundtrip_async()
599 window_resize (GstGLWindowWaylandEGL * window_egl, guint width, guint height) in window_resize()
601 GstGLWindow *window = GST_GL_WINDOW (window_egl); in window_resize() local
621 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb() local
630 guint width, height; in draw_cb() local
692 gint x, gint y, gint width, gint height) in gst_gl_window_wayland_egl_set_render_rectangle()
[all …]
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dgstglwindow_wayland_egl.c213 uint32_t edges, int32_t width, int32_t height) in handle_configure()
246 int32_t width, int32_t height, struct wl_array *states) in handle_xdg_toplevel_configure()
370 gint width, height; in create_surfaces() local
480 GstGLWindowWaylandEGL *window; in gst_gl_window_wayland_egl_new() local
575 _roundtrip_async (GstGLWindow * window) in _roundtrip_async()
599 window_resize (GstGLWindowWaylandEGL * window_egl, guint width, guint height) in window_resize()
601 GstGLWindow *window = GST_GL_WINDOW (window_egl); in window_resize() local
621 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb() local
630 guint width, height; in draw_cb() local
692 gint x, gint y, gint width, gint height) in gst_gl_window_wayland_egl_set_render_rectangle()
[all …]
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dgstglwindow_wayland_egl.c213 uint32_t edges, int32_t width, int32_t height) in handle_configure()
246 int32_t width, int32_t height, struct wl_array *states) in handle_xdg_toplevel_configure()
370 gint width, height; in create_surfaces() local
480 GstGLWindowWaylandEGL *window; in gst_gl_window_wayland_egl_new() local
575 _roundtrip_async (GstGLWindow * window) in _roundtrip_async()
599 window_resize (GstGLWindowWaylandEGL * window_egl, guint width, guint height) in window_resize()
601 GstGLWindow *window = GST_GL_WINDOW (window_egl); in window_resize() local
621 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb() local
630 guint width, height; in draw_cb() local
692 gint x, gint y, gint width, gint height) in gst_gl_window_wayland_egl_set_render_rectangle()
[all …]
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dgstglwindow_wayland_egl.c213 uint32_t edges, int32_t width, int32_t height) in handle_configure()
246 int32_t width, int32_t height, struct wl_array *states) in handle_xdg_toplevel_configure()
370 gint width, height; in create_surfaces() local
480 GstGLWindowWaylandEGL *window; in gst_gl_window_wayland_egl_new() local
575 _roundtrip_async (GstGLWindow * window) in _roundtrip_async()
599 window_resize (GstGLWindowWaylandEGL * window_egl, guint width, guint height) in window_resize()
601 GstGLWindow *window = GST_GL_WINDOW (window_egl); in window_resize() local
621 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb() local
630 guint width, height; in draw_cb() local
692 gint x, gint y, gint width, gint height) in gst_gl_window_wayland_egl_set_render_rectangle()
[all …]
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dgstglwindow_wayland_egl.c213 uint32_t edges, int32_t width, int32_t height) in handle_configure()
246 int32_t width, int32_t height, struct wl_array *states) in handle_xdg_toplevel_configure()
370 gint width, height; in create_surfaces() local
480 GstGLWindowWaylandEGL *window; in gst_gl_window_wayland_egl_new() local
575 _roundtrip_async (GstGLWindow * window) in _roundtrip_async()
599 window_resize (GstGLWindowWaylandEGL * window_egl, guint width, guint height) in window_resize()
601 GstGLWindow *window = GST_GL_WINDOW (window_egl); in window_resize() local
621 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb() local
630 guint width, height; in draw_cb() local
692 gint x, gint y, gint width, gint height) in gst_gl_window_wayland_egl_set_render_rectangle()
[all …]
/dports/deskutils/notify-osd/notify-osd-0.9.34/tests/
H A Dtest-grow-bubble.c139 gint height) in update_input_shape()
153 update_shape (GtkWidget* window, in update_shape()
165 int height; in update_shape() local
194 gdouble height, in draw_shadow()
350 set_bg_blur (GtkWidget* window, in set_bg_blur()
407 shrink (GtkWidget* window) in shrink()
410 gint height = 0; in shrink() local
436 grow (GtkWidget* window) in grow()
439 gint height = 0; in grow() local
474 gint height; in pointer_update() local
[all …]

12345678910>>...375