Home
last modified time | relevance | path

Searched refs:gdk_surface_get_height (Results 1 – 25 of 41) sorted by relevance

12

/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/ngl/
H A Dgsknglrenderer.c161 whole_surface.height = gdk_surface_get_height (surface); in get_render_region()
201 viewport.size.height = gdk_surface_get_height (surface) * scale_factor; in gsk_ngl_renderer_render()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/broadway/
H A Dgdkdrawcontext-broadway.c46 gdk_surface_get_height (surface) in gdk_broadway_draw_context_begin_frame()
H A Dgdkcairocontext-broadway.c46 height = gdk_surface_get_height (surface); in gdk_broadway_cairo_context_begin_frame()
H A Dgdksurface-broadway.c1186 mv_resize->moveresize_orig_height = gdk_surface_get_height (surface); in gdk_broadway_toplevel_begin_resize()
1226 mv_resize->moveresize_orig_height = gdk_surface_get_height (surface); in gdk_broadway_toplevel_begin_move()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/x11/
H A Dgdkcairocontext-x11.c51 gdk_surface_get_height (surface) * scale); in G_DEFINE_TYPE()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/
H A Dgdksurface.h91 int gdk_surface_get_height (GdkSurface *surface);
H A Dgdkglcontext.c341 gdk_surface_get_height (surface) in gdk_gl_context_real_get_damage()
378 wh = gdk_surface_get_height (surface) * gdk_surface_get_scale_factor (surface); in gdk_gl_context_real_begin_frame()
H A Dgdkgl.c218 float h = gdk_surface_get_height (surface) * surface_scale; in gdk_gl_texture_quads()
H A Dgdkvulkancontext.c326 …capabilities.currentExtent.height = MAX (1, gdk_surface_get_height (surface) * gdk_surface_get_sca… in gdk_vulkan_context_check_swapchain()
390 gdk_surface_get_height (surface), in gdk_vulkan_context_check_swapchain()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/macos/
H A Dgdkmacoscairocontext.c58 height = scale * gdk_surface_get_height (surface); in G_DEFINE_TYPE()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/win32/
H A Dgdkglcontext-win32-egl.c123 gdk_surface_get_height (surface) in gdk_win32_gl_context_egl_end_frame()
130 GdkRectangle rect = {0, 0, gdk_surface_get_width (surface), gdk_surface_get_height (surface)}; in gdk_win32_gl_context_egl_end_frame()
H A Dgdkglcontext-win32-wgl.c91 …whole_window = (GdkRectangle) { 0, 0, gdk_surface_get_width (surface), gdk_surface_get_height (sur… in gdk_win32_gl_context_wgl_end_frame()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/
H A Dgskcairorenderer.c148 gdk_surface_get_width (surface), gdk_surface_get_height (surface)); in gsk_cairo_renderer_render()
H A Dgskrenderer.c437 gdk_surface_get_height (priv->surface) in gsk_renderer_render()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestwindowsize.c21 gdk_surface_get_height (surface)); in set_label_idle()
/dports/x11-toolkits/gtk40/gtk-4.4.1/docs/reference/gdk/
H A Dpango.md45 height = gdk_surface_get_height (surface);
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/wayland/
H A Dgdkcairocontext-wayland.c131 height = gdk_surface_get_height (surface); in gdk_wayland_cairo_context_create_surface()
H A Dgdkglcontext-wayland.c317 int surface_height = gdk_surface_get_height (surface); in gdk_wayland_gl_context_end_frame()
/dports/textproc/fcitx5-gtk/fcitx5-gtk-5.0.10/gtk4/
H A Dgtk4inputwindow.cpp110 r.height = gdk_surface_get_height(surface); in update()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/vulkan/
H A Dgskvulkanrenderer.c104 height = gdk_surface_get_height (window) * scale_factor; in gsk_vulkan_renderer_update_images_cb()
H A Dgskvulkanrender.c85 gdk_surface_get_height (window) * self->scale_factor); in gsk_vulkan_render_setup()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktooltipwindow.c279 gdk_surface_get_height (window->surface), in gtk_tooltip_window_map()
H A Dgtkpopover.c386 .height = gdk_surface_get_height (priv->surface), in update_popover_layout()
1335 gdk_surface_get_height (priv->surface)); in gtk_popover_update_shape()
1380 gdk_surface_get_height (priv->surface) - in gtk_popover_update_shape()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/
H A DGDK.java370 public static final native int gdk_surface_get_height(long surface); in gdk_surface_get_height() method in GDK
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/gtk/
H A DGDK.java363 public static final native int gdk_surface_get_height(long surface); in gdk_surface_get_height() method in GDK

12