/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_blit_auto.c | 33 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 …]
|
D | SDL_blit_slow.c | 43 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/ |
D | merge_blocks.hpp | 332 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/ |
D | vf_hysteresis.c | 176 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/uboot/u-boot-2020.01/board/bluewater/gurnard/ |
D | gurnard.c | 130 int posx, posy; in lcd_splash() local 133 posx = x + (width - BMP_LOGO_WIDTH) / 2; in lcd_splash() 135 base_addr[posy * width + posx] = colour; in lcd_splash()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/ |
D | MockNavi.cpp | 166 float posx = x * 2.0 * CITY_GRID_SIZE; in generateCity() local 170 vec3f housePosition(posx, posy, posz); in generateCity()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/xcb/ |
D | xcb_event_source.c | 161 mouse_data->posx = (double) event.xbutton.x; in _xcb_handle_event() 174 mouse_data->posx = (double) event.xbutton.x; in _xcb_handle_event()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/directfb/ |
D | gstdfb.c | 246 desc.posx = 20; in main() 280 desc.posx = 200; in main() 316 desc.posx = 10; in main()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglwindow.h | 232 double posx,
|
D | gstglwindow.c | 861 int button, double posx, double posy) in gst_gl_window_send_mouse_event() argument 864 event_type, button, posx, posy); in gst_gl_window_send_mouse_event()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_window.c | 87 desc.posx = x; in DirectFB_CreateWindow()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglimagesink.c | 912 int button, double posx, double posy, GstGLImageSink * gl_sink) in gst_glimage_sink_mouse_event_cb() argument 914 GST_DEBUG_OBJECT (gl_sink, "event %s at %g, %g", event_name, posx, posy); in gst_glimage_sink_mouse_event_cb() 916 event_name, button, posx, posy); in gst_glimage_sink_mouse_event_cb()
|