Home
last modified time | relevance | path

Searched refs:window_x (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidtouch.c44 int *window_x, int *window_y) in Android_GetWindowCoordinates() argument
49 *window_x = (int)(x * window_w); in Android_GetWindowCoordinates()
95 int window_x, window_y; in Android_OnTouch() local
112 Android_GetWindowCoordinates(x, y, &window_x, &window_y); in Android_OnTouch()
114 SDL_SendMouseMotion(Android_Window, SDL_TOUCH_MOUSEID, 0, window_x, window_y); in Android_OnTouch()
127 Android_GetWindowCoordinates(x, y, &window_x, &window_y); in Android_OnTouch()
129 SDL_SendMouseMotion(Android_Window, SDL_TOUCH_MOUSEID, 0, window_x, window_y); in Android_OnTouch()
/third_party/ffmpeg/libavdevice/
Dsdl2.c43 int window_x, window_y; /**< position of the window */ member
219 SDL_SetWindowPosition(sdl->window, sdl->window_x, sdl->window_y); in sdl2_write_header()
342 …{ "window_x", "set SDL window x position", OFFSET(window_x), AV_OPT_TYPE_INT, …
Dxv.c49 int window_x, window_y; member
150 xv->window_x, xv->window_y, in xv_write_header()
365 …{ "window_x", "set window x offset", OFFSET(window_x), AV_OPT_TYPE_INT, {.i64 = 0 },…
/third_party/skia/third_party/externals/libwebp/examples/
Dvwebp.c339 static void DrawBackgroundScissored(int window_x, int window_y, int frame_w, in DrawBackgroundScissored() argument
342 window_x = window_x * kParams.viewport_width / kParams.canvas_width; in DrawBackgroundScissored()
351 glScissor(window_x, window_y, frame_w, frame_h); in DrawBackgroundScissored()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dvwebp.c339 static void DrawBackgroundScissored(int window_x, int window_y, int frame_w, in DrawBackgroundScissored() argument
342 window_x = window_x * kParams.viewport_width / kParams.canvas_width; in DrawBackgroundScissored()
351 glScissor(window_x, window_y, frame_w, frame_h); in DrawBackgroundScissored()
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c49 state->window_x = SDL_WINDOWPOS_UNDEFINED; in SDLTest_CommonCreateState()
177 if (SDL_WINDOWPOS_ISUNDEFINED(state->window_x)) { in SDLTest_CommonArg()
178 state->window_x = SDL_WINDOWPOS_UNDEFINED_DISPLAY(state->display); in SDLTest_CommonArg()
181 if (SDL_WINDOWPOS_ISCENTERED(state->window_x)) { in SDLTest_CommonArg()
182 state->window_x = SDL_WINDOWPOS_CENTERED_DISPLAY(state->display); in SDLTest_CommonArg()
228 state->window_x = SDL_WINDOWPOS_CENTERED; in SDLTest_CommonArg()
247 state->window_x = SDL_atoi(x); in SDLTest_CommonArg()
840 SDL_CreateWindow(title, state->window_x, state->window_y, in SDLTest_CommonInit()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_sdl.cpp349 int window_x, window_y; in ImGui_ImplSDL2_UpdateMousePosAndButtons() local
350 SDL_GetWindowPosition(mouse_window, &window_x, &window_y); in ImGui_ImplSDL2_UpdateMousePosAndButtons()
351 … io.MousePos = ImVec2((float)(mouse_x_global - window_x), (float)(mouse_y_global - window_y)); in ImGui_ImplSDL2_UpdateMousePosAndButtons()
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/
Ddvb-sub.h90 gint window_x; member
Ddvb-sub.c1171 dvb_sub->display_def.window_x = GST_READ_UINT16_BE (buf); in _dvb_sub_parse_display_definition_segment()
1174 GST_READ_UINT16_BE (buf) - dvb_sub->display_def.window_x + 1; in _dvb_sub_parse_display_definition_segment()
Dgstdvbsuboverlay.c928 wx = subs->display_def.window_x; in gst_dvbsub_overlay_subs_to_comp()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_test_common.h64 int window_x; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstglwindow_wayland_egl.h85 int window_x, window_y; member
Dgstglwindow_wayland_egl.c362 window_egl->window.window_x, window_egl->window.window_y); in create_surfaces()
729 render->window_egl->window.window_x = render->rect.x; in _set_render_rectangle()
/third_party/ffmpeg/doc/
Doutdevs.texi408 @item window_x
490 @item window_x
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c2620 guint window_x, window_y, window_width, window_height; in gst_ttml_render_render_text_region() local
2646 window_x = region_x + padding_start; in gst_ttml_render_render_text_region()
2720 blocks_image->x += window_x; in gst_ttml_render_render_text_region()
2741 window_x, window_y, window_width, window_height); in gst_ttml_render_render_text_region()