Home
last modified time | relevance | path

Searched refs:posy (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_blit_auto.c33 int posy, posx; in SDL_Blit_RGB888_RGB888_Scale() local
37 posy = 0; in SDL_Blit_RGB888_RGB888_Scale()
47 while (posy >= 0x10000L) { in SDL_Blit_RGB888_RGB888_Scale()
49 posy -= 0x10000L; in SDL_Blit_RGB888_RGB888_Scale()
63 posy += incy; in SDL_Blit_RGB888_RGB888_Scale()
128 int posy, posx; in SDL_Blit_RGB888_RGB888_Blend_Scale() local
132 posy = 0; in SDL_Blit_RGB888_RGB888_Blend_Scale()
142 while (posy >= 0x10000L) { in SDL_Blit_RGB888_RGB888_Blend_Scale()
144 posy -= 0x10000L; in SDL_Blit_RGB888_RGB888_Blend_Scale()
188 posy += incy; in SDL_Blit_RGB888_RGB888_Blend_Scale()
[all …]
DSDL_blit_slow.c43 int posy, posx; in SDL_Blit_Slow() local
53 posy = 0; in SDL_Blit_Slow()
63 while (posy >= 0x10000L) { in SDL_Blit_Slow()
65 posy -= 0x10000L; in SDL_Blit_Slow()
159 posy += incy; in SDL_Blit_Slow()
/third_party/ffmpeg/libavfilter/
Dvf_hysteresis.c176 int posx, posy; in hysteresis8() local
185 pop(s, &posx, &posy); in hysteresis8()
189 y_min = posy > 0 ? posy - 1 : 0; in hysteresis8()
190 y_max = posy < h - 1 ? posy + 1 : posy; in hysteresis8()
225 int posx, posy; in hysteresis16() local
234 pop(s, &posx, &posy); in hysteresis16()
238 y_min = posy > 0 ? posy - 1 : 0; in hysteresis16()
239 y_max = posy < h - 1 ? posy + 1 : posy; in hysteresis16()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/
DMockNavi.cpp167 float posy = 0.0; in generateCity() local
170 vec3f housePosition(posx, posy, posz); in generateCity()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.h235 double posy);
240 double posy,
Dgstglwindow.c955 int button, double posx, double posy) in gst_gl_window_send_mouse_event() argument
958 event_type, button, posx, posy); in gst_gl_window_send_mouse_event()
976 double posx, double posy, double delta_x, double delta_y) in gst_gl_window_send_scroll_event() argument
979 posx, posy, delta_x, delta_y); in gst_gl_window_send_scroll_event()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvksink.c76 char *event_name, int button, double posx, double posy,
695 int button, double posx, double posy, GstVulkanSink * vk_sink) in gst_vulkan_sink_mouse_event_cb() argument
697 GST_DEBUG_OBJECT (vk_sink, "event %s at %g, %g", event_name, posx, posy); in gst_vulkan_sink_mouse_event_cb()
699 event_name, button, posx, posy); in gst_vulkan_sink_mouse_event_cb()
/third_party/gstreamer/gstplugins_bad/tests/examples/directfb/
Dgstdfb.c247 desc.posy = 120; in main()
281 desc.posy = 200; in main()
317 desc.posy = 10; in main()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkwindow.c520 const char *event_type, int button, double posx, double posy) in gst_vulkan_window_send_mouse_event() argument
525 event_type, button, posx, posy); in gst_vulkan_window_send_mouse_event()
Dgstvkwindow.h177 double posy);
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglimagesink.c956 int button, double posx, double posy, GstGLImageSink * gl_sink) in gst_glimage_sink_mouse_event_cb() argument
958 GST_DEBUG_OBJECT (gl_sink, "event %s at %g, %g", event_name, posx, posy); in gst_glimage_sink_mouse_event_cb()
960 event_name, button, posx, posy); in gst_glimage_sink_mouse_event_cb()
966 double posx, double posy, double delta_x, double delta_y, in gst_glimage_sink_mouse_scroll_event_cb() argument
969 GST_DEBUG_OBJECT (gl_sink, "event scroll at %g, %g", posx, posy); in gst_glimage_sink_mouse_scroll_event_cb()
971 posx, posy, delta_x, delta_y); in gst_glimage_sink_mouse_scroll_event_cb()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_window.c88 desc.posy = y; in DirectFB_CreateWindow()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp8075 Temp posy = get_arg(ctx, ctx->args->ac.frag_pos[1]); in visit_intrinsic() local
8079 posy.id() ? bld.vop1(aco_opcode::v_fract_f32, bld.def(v1), posy) : Operand::zero()); in visit_intrinsic()