Home
last modified time | relevance | path

Searched refs:posx (Results 1 – 14 of 14) 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
46 posx = 0x10000L; in SDL_Blit_RGB888_RGB888_Scale()
52 if (posx >= 0x10000L) { in SDL_Blit_RGB888_RGB888_Scale()
53 while (posx >= 0x10000L) { in SDL_Blit_RGB888_RGB888_Scale()
55 posx -= 0x10000L; in SDL_Blit_RGB888_RGB888_Scale()
60 posx += incx; in SDL_Blit_RGB888_RGB888_Scale()
128 int posy, posx; in SDL_Blit_RGB888_RGB888_Blend_Scale() local
141 posx = 0x10000L; in SDL_Blit_RGB888_RGB888_Blend_Scale()
147 if (posx >= 0x10000L) { in SDL_Blit_RGB888_RGB888_Blend_Scale()
148 while (posx >= 0x10000L) { in SDL_Blit_RGB888_RGB888_Blend_Scale()
[all …]
DSDL_blit_slow.c43 int posy, posx; in SDL_Blit_Slow() local
62 posx = 0x10000L; in SDL_Blit_Slow()
68 if (posx >= 0x10000L) { in SDL_Blit_Slow()
69 while (posx >= 0x10000L) { in SDL_Blit_Slow()
71 posx -= 0x10000L; in SDL_Blit_Slow()
91 posx += incx; in SDL_Blit_Slow()
156 posx += incx; in SDL_Blit_Slow()
/third_party/boost/boost/sort/block_indirect_sort/blk_detail/
Dmerge_blocks.hpp332 for (size_t posx = rng_input.first + 1; posx != rng_input.last; ++posx) in merge_range_pos() local
334 rng_posx = bk.get_range(bk.index[posx].pos()); in merge_range_pos()
373 for (size_t posx = posx_ini + 1; posx <= range_input.last; ++posx) in extract_ranges() local
375 bool final = (posx == range_input.last); in extract_ranges()
380 bp_posx = bk.index[posx]; in extract_ranges()
389 range_pos rp_final(posx_ini, posx); in extract_ranges()
401 posx_ini = posx; in extract_ranges()
/third_party/ffmpeg/libavfilter/
Dvf_hysteresis.c176 int posx, posy; in hysteresis8() local
185 pop(s, &posx, &posy); in hysteresis8()
187 x_min = posx > 0 ? posx - 1 : 0; in hysteresis8()
188 x_max = posx < w - 1 ? posx + 1 : posx; in hysteresis8()
225 int posx, posy; in hysteresis16() local
234 pop(s, &posx, &posy); in hysteresis16()
236 x_min = posx > 0 ? posx - 1 : 0; in hysteresis16()
237 x_max = posx < w - 1 ? posx + 1 : posx; in hysteresis16()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/
DMockNavi.cpp166 float posx = x * 2.0 * CITY_GRID_SIZE; in generateCity() local
170 vec3f housePosition(posx, posy, posz); in generateCity()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.h234 double posx,
239 double posx,
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.c246 desc.posx = 20; in main()
280 desc.posx = 200; in main()
316 desc.posx = 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.h176 double posx,
/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.c87 desc.posx = x; in DirectFB_CreateWindow()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp8074 Temp posx = get_arg(ctx, ctx->args->ac.frag_pos[0]); in visit_intrinsic() local
8078 posx.id() ? bld.vop1(aco_opcode::v_fract_f32, bld.def(v1), posx) : Operand::zero(), in visit_intrinsic()