Home
last modified time | relevance | path

Searched defs:window_width (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_android.cpp172 int32_t window_width = ANativeWindow_getWidth(g_Window); in ImGui_ImplAndroid_NewFrame() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/android/
Dgstglwindow_android_egl.h46 gint window_width, window_height; member
Dgstglwindow_android_egl.c114 guint window_width, window_height; in draw_cb() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/viv-fb/
Dgstglwindow_viv_fb_egl.h47 gint window_width, window_height; member
/third_party/gstreamer/gstplugins_base/gst/overlaycomposition/
Dgstoverlaycomposition.h52 guint window_width, window_height; member
/third_party/gstreamer/gstplugins_bad/ext/vulkan/wayland/
Dvkwindow_wayland.h53 int window_width, window_height; member
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/
Ddvb-sub.h92 gint window_width; member
/third_party/ffmpeg/libavdevice/
Dcaca.c30 int window_width, window_height; member
Dsdl2.c42 int window_width, window_height; /**< size of the window */ member
Davdevice.h409 int window_width; member
Dxv.c48 int window_width, window_height; member
Dopengl_enc.c225 int window_width; member
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgloverlay.h61 gint window_width, window_height; member
Dcaopengllayersink.h76 guint window_width; member
Dgstglimagesink.h121 guint window_width; member
/third_party/gstreamer/gstplugins_base/tests/examples/overlaycomposition/
Doverlaycomposition.c195 prepare_overlay (GstElement * overlay, GstCaps * caps, gint window_width, in prepare_overlay()
/third_party/gstreamer/gstplugins_bad/ext/assrender/
Dgstassrender.h86 guint window_width, window_height; member
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Doverlaycomposition.c103 on_caps_changed (GstElement * element, GstCaps * caps, guint window_width, in on_caps_changed()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstglwindow_wayland_egl.h81 int window_width, window_height; member
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgstbasetextoverlay.h220 gint window_width; member
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c1825 gint window_width; in d3d_stretch_and_copy() local
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c2616 guint window_x, window_y, window_width, window_height; in gst_ttml_render_render_text_region() local
/third_party/python/Lib/
Dturtle.py1309 def window_width(self): member in TurtleScreen