Home
last modified time | relevance | path

Searched defs:posx (Results 1 – 10 of 10) 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
128 int posy, posx; in SDL_Blit_RGB888_RGB888_Blend_Scale() local
233 int posy, posx; in SDL_Blit_RGB888_RGB888_Modulate_Scale() local
352 int posy, posx; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale() local
430 int posy, posx; in SDL_Blit_RGB888_BGR888_Scale() local
528 int posy, posx; in SDL_Blit_RGB888_BGR888_Blend_Scale() local
633 int posy, posx; in SDL_Blit_RGB888_BGR888_Modulate_Scale() local
752 int posy, posx; in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale() local
830 int posy, posx; in SDL_Blit_RGB888_ARGB8888_Scale() local
929 int posy, posx; in SDL_Blit_RGB888_ARGB8888_Blend_Scale() local
[all …]
DSDL_blit_slow.c43 int posy, posx; in SDL_Blit_Slow() local
/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
373 for (size_t posx = posx_ini + 1; posx <= range_input.last; ++posx) in extract_ranges() local
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/
DMockNavi.cpp166 float posx = x * 2.0 * CITY_GRID_SIZE; in generateCity() local
/third_party/ffmpeg/libavfilter/
Dvf_hysteresis.c176 int posx, posy; in hysteresis8() local
225 int posx, posy; in hysteresis16() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.c955 int button, double posx, double 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()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvksink.c695 int button, double posx, double posy, GstVulkanSink * vk_sink) in gst_vulkan_sink_mouse_event_cb()
/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()
/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()
966 double posx, double posy, double delta_x, double delta_y, in gst_glimage_sink_mouse_scroll_event_cb()
/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