Home
last modified time | relevance | path

Searched refs:xpos (Results 1 – 25 of 131) sorted by relevance

123456

/third_party/ffmpeg/libavfilter/
Df_graphmonitor.c170 int xpos, int ypos, in draw_items() argument
185 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
186 xpos += strlen(buffer) * 8; in draw_items()
194 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
195 xpos += strlen(buffer) * 8; in draw_items()
203 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
204 xpos += strlen(buffer) * 8; in draw_items()
208 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
209 xpos += strlen(buffer) * 8; in draw_items()
213 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
[all …]
/third_party/ffmpeg/libswscale/
Dhscale_fast_bilinear.c27 unsigned int xpos = 0; in ff_hyscale_fast_c() local
29 register unsigned int xx = xpos >> 16; in ff_hyscale_fast_c()
30 register unsigned int xalpha = (xpos & 0xFFFF) >> 9; in ff_hyscale_fast_c()
32 xpos += xInc; in ff_hyscale_fast_c()
43 unsigned int xpos = 0; in ff_hcscale_fast_c() local
45 register unsigned int xx = xpos >> 16; in ff_hcscale_fast_c()
46 register unsigned int xalpha = (xpos & 0xFFFF) >> 9; in ff_hcscale_fast_c()
49 xpos += xInc; in ff_hcscale_fast_c()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dfips_prf_wolfssl.c41 u8 *xpos = x; in fips186_2_prf() local
67 WPA_PUT_BE32(xpos, _t[0]); in fips186_2_prf()
68 WPA_PUT_BE32(xpos + 4, _t[1]); in fips186_2_prf()
69 WPA_PUT_BE32(xpos + 8, _t[2]); in fips186_2_prf()
70 WPA_PUT_BE32(xpos + 12, _t[3]); in fips186_2_prf()
71 WPA_PUT_BE32(xpos + 16, _t[4]); in fips186_2_prf()
76 carry += xkey[k] + xpos[k]; in fips186_2_prf()
81 xpos += 20; in fips186_2_prf()
Dfips_prf_openssl.c53 u8 *xpos = x; in fips186_2_prf() local
79 WPA_PUT_BE32(xpos, _t[0]); in fips186_2_prf()
80 WPA_PUT_BE32(xpos + 4, _t[1]); in fips186_2_prf()
81 WPA_PUT_BE32(xpos + 8, _t[2]); in fips186_2_prf()
82 WPA_PUT_BE32(xpos + 12, _t[3]); in fips186_2_prf()
83 WPA_PUT_BE32(xpos + 16, _t[4]); in fips186_2_prf()
88 carry += xkey[k] + xpos[k]; in fips186_2_prf()
93 xpos += 20; in fips186_2_prf()
Daes-gcm.c106 const u8 *xpos = x; in ghash() local
113 xor_block(y, xpos); in ghash()
114 xpos += 16; in ghash()
123 if (x + xlen > xpos) { in ghash()
125 size_t last = x + xlen - xpos; in ghash()
126 os_memcpy(tmp, xpos, last); in ghash()
147 const u8 *xpos = x; in aes_gctr() local
159 xor_block(ypos, xpos); in aes_gctr()
160 xpos += AES_BLOCK_SIZE; in aes_gctr()
165 last = x + xlen - xpos; in aes_gctr()
[all …]
Dfips_prf_internal.c22 u8 *xpos = x; in fips186_2_prf() local
53 os_memcpy(xpos, _t, 20); in fips186_2_prf()
58 carry += xkey[k] + xpos[k]; in fips186_2_prf()
63 xpos += SHA1_MAC_LEN; in fips186_2_prf()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dfips_prf_wolfssl.c41 u8 *xpos = x; in fips186_2_prf() local
67 WPA_PUT_BE32(xpos, _t[0]); in fips186_2_prf()
68 WPA_PUT_BE32(xpos + 4, _t[1]); in fips186_2_prf()
69 WPA_PUT_BE32(xpos + 8, _t[2]); in fips186_2_prf()
70 WPA_PUT_BE32(xpos + 12, _t[3]); in fips186_2_prf()
71 WPA_PUT_BE32(xpos + 16, _t[4]); in fips186_2_prf()
76 carry += xkey[k] + xpos[k]; in fips186_2_prf()
81 xpos += 20; in fips186_2_prf()
Dfips_prf_openssl.c53 u8 *xpos = x; in fips186_2_prf() local
79 WPA_PUT_BE32(xpos, _t[0]); in fips186_2_prf()
80 WPA_PUT_BE32(xpos + 4, _t[1]); in fips186_2_prf()
81 WPA_PUT_BE32(xpos + 8, _t[2]); in fips186_2_prf()
82 WPA_PUT_BE32(xpos + 12, _t[3]); in fips186_2_prf()
83 WPA_PUT_BE32(xpos + 16, _t[4]); in fips186_2_prf()
88 carry += xkey[k] + xpos[k]; in fips186_2_prf()
93 xpos += 20; in fips186_2_prf()
Daes-gcm.c106 const u8 *xpos = x; in ghash() local
113 xor_block(y, xpos); in ghash()
114 xpos += 16; in ghash()
123 if (x + xlen > xpos) { in ghash()
125 size_t last = x + xlen - xpos; in ghash()
126 os_memcpy(tmp, xpos, last); in ghash()
147 const u8 *xpos = x; in aes_gctr() local
159 xor_block(ypos, xpos); in aes_gctr()
160 xpos += AES_BLOCK_SIZE; in aes_gctr()
165 last = x + xlen - xpos; in aes_gctr()
[all …]
Dfips_prf_internal.c22 u8 *xpos = x; in fips186_2_prf() local
53 os_memcpy(xpos, _t, 20); in fips186_2_prf()
58 carry += xkey[k] + xpos[k]; in fips186_2_prf()
63 xpos += SHA1_MAC_LEN; in fips186_2_prf()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dblend.c46 method##_ ##name (GstVideoFrame * srcframe, gint xpos, gint ypos, \
71 if (xpos < 0) { \
72 src += -xpos * 4; \
73 src_width -= -xpos; \
74 xpos = 0; \
82 if (xpos + src_width > dest_width) { \
83 src_width = dest_width - xpos; \
90 dest = dest + 4 * xpos + (ypos * dest_stride); \
235 blend_##format_name (GstVideoFrame * srcframe, gint xpos, gint ypos, \
260 xpos = x_round (xpos); \
[all …]
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dblend.c44 method##_ ##name (GstVideoFrame * srcframe, gint xpos, gint ypos, \
69 if (xpos < 0) { \
70 src += -xpos * 4; \
71 src_width -= -xpos; \
72 xpos = 0; \
80 if (xpos + src_width > dest_width) { \
81 src_width = dest_width - xpos; \
88 dest = dest + 4 * xpos + (ypos * dest_stride); \
273 blend_##format_name (GstVideoFrame * srcframe, gint xpos, gint ypos, \
298 xpos = x_round (xpos); \
[all …]
/third_party/flutter/skia/gm/
Dskinning.cpp121 int xpos = kCellSize; in onDraw() local
131 drawPermutations(canvas, xpos, ypos, bones, 1); in onDraw()
136 int& xpos, in drawPermutations() argument
151 canvas->translate(xpos, ypos); in drawPermutations()
175 xpos += kCellSize; in drawPermutations()
176 if (xpos > kCellSize * kColumnSize) { in drawPermutations()
177 xpos = kCellSize; in drawPermutations()
190 drawPermutations(canvas, xpos, ypos, bones, start + 1); in drawPermutations()
/third_party/ffmpeg/libswscale/x86/
Dhscale_fast_bilinear_simd.c43 int xpos, i; in ff_init_hscaler_mmxext() local
130 xpos = 0; // lumXInc/2 - 0x8000; // difference between pixel centers in ff_init_hscaler_mmxext()
134 int xx = xpos >> 16; in ff_init_hscaler_mmxext()
138 int b = ((xpos + xInc) >> 16) - xx; in ff_init_hscaler_mmxext()
139 int c = ((xpos + xInc * 2) >> 16) - xx; in ff_init_hscaler_mmxext()
140 int d = ((xpos + xInc * 3) >> 16) - xx; in ff_init_hscaler_mmxext()
150 filter[i] = ((xpos & 0xFFFF) ^ 0xFFFF) >> 9; in ff_init_hscaler_mmxext()
151 filter[i + 1] = (((xpos + xInc) & 0xFFFF) ^ 0xFFFF) >> 9; in ff_init_hscaler_mmxext()
152 filter[i + 2] = (((xpos + xInc * 2) & 0xFFFF) ^ 0xFFFF) >> 9; in ff_init_hscaler_mmxext()
153 filter[i + 3] = (((xpos + xInc * 3) & 0xFFFF) ^ 0xFFFF) >> 9; in ff_init_hscaler_mmxext()
[all …]
/third_party/flutter/glfw/src/
Dinput.c103 void _glfwInputCursorPos(_GLFWwindow* window, double xpos, double ypos) in _glfwInputCursorPos() argument
105 if (window->virtualCursorPosX == xpos && window->virtualCursorPosY == ypos) in _glfwInputCursorPos()
108 window->virtualCursorPosX = xpos; in _glfwInputCursorPos()
112 window->callbacks.cursorPos((GLFWwindow*) window, xpos, ypos); in _glfwInputCursorPos()
305 GLFWAPI void glfwGetCursorPos(GLFWwindow* handle, double* xpos, double* ypos) in glfwGetCursorPos() argument
310 if (xpos) in glfwGetCursorPos()
311 *xpos = 0; in glfwGetCursorPos()
319 if (xpos) in glfwGetCursorPos()
320 *xpos = window->virtualCursorPosX; in glfwGetCursorPos()
325 _glfwPlatformGetCursorPos(window, xpos, ypos); in glfwGetCursorPos()
[all …]
Dwin32_window.c397 int xpos, ypos; in acquireMonitor() local
402 _glfwPlatformGetMonitorPos(window->monitor, &xpos, &ypos); in acquireMonitor()
405 xpos, ypos, mode.width, mode.height, in acquireMonitor()
858 int xpos, ypos, fullWidth, fullHeight; in createNativeWindow() local
870 _glfwPlatformGetMonitorPos(window->monitor, &xpos, &ypos); in createNativeWindow()
877 xpos = CW_USEDEFAULT; in createNativeWindow()
900 xpos, ypos, in createNativeWindow()
1102 void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) in _glfwPlatformGetWindowPos() argument
1107 if (xpos) in _glfwPlatformGetWindowPos()
1108 *xpos = pos.x; in _glfwPlatformGetWindowPos()
[all …]
/third_party/python/Tools/demo/
Dlife.py192 xpos, ypos = board.X // 2, board.Y // 2
196 stdscr.move(1 + ypos, 1 + xpos) # Move the cursor
201 board.toggle(ypos, xpos)
239 elif c == curses.KEY_LEFT and xpos > 0:
240 xpos -= 1
241 elif c == curses.KEY_RIGHT and xpos + 1 < board.X:
242 xpos += 1
247 xpos = mouse_x - 1
249 board.toggle(ypos, xpos)
/third_party/freetype/src/pfr/
Dpfrsbit.c412 FT_Long xpos, ypos, advance; in pfr_load_bitmap_metrics() local
419 xpos = 0; in pfr_load_bitmap_metrics()
430 xpos = (FT_Char)b >> 4; in pfr_load_bitmap_metrics()
436 xpos = PFR_NEXT_INT8( p ); in pfr_load_bitmap_metrics()
442 xpos = PFR_NEXT_SHORT( p ); in pfr_load_bitmap_metrics()
448 xpos = PFR_NEXT_LONG( p ); in pfr_load_bitmap_metrics()
514 *axpos = xpos; in pfr_load_bitmap_metrics()
656 FT_Long xpos = 0, ypos = 0, advance = 0; in pfr_slot_load_bitmap() local
683 &xpos, &ypos, in pfr_slot_load_bitmap()
741 if ( xpos > FT_INT_MAX || in pfr_slot_load_bitmap()
[all …]
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrsbit.c412 FT_Long xpos, ypos, advance; in pfr_load_bitmap_metrics() local
419 xpos = 0; in pfr_load_bitmap_metrics()
430 xpos = (FT_Char)b >> 4; in pfr_load_bitmap_metrics()
436 xpos = PFR_NEXT_INT8( p ); in pfr_load_bitmap_metrics()
442 xpos = PFR_NEXT_SHORT( p ); in pfr_load_bitmap_metrics()
448 xpos = PFR_NEXT_LONG( p ); in pfr_load_bitmap_metrics()
514 *axpos = xpos; in pfr_load_bitmap_metrics()
656 FT_Long xpos = 0, ypos = 0, advance = 0; in pfr_slot_load_bitmap() local
683 &xpos, &ypos, in pfr_slot_load_bitmap()
741 if ( xpos > FT_INT_MAX || in pfr_slot_load_bitmap()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/pfr/
Dpfrsbit.c412 FT_Long xpos, ypos, advance; in pfr_load_bitmap_metrics() local
419 xpos = 0; in pfr_load_bitmap_metrics()
430 xpos = (FT_Char)b >> 4; in pfr_load_bitmap_metrics()
436 xpos = PFR_NEXT_INT8( p ); in pfr_load_bitmap_metrics()
442 xpos = PFR_NEXT_SHORT( p ); in pfr_load_bitmap_metrics()
448 xpos = PFR_NEXT_LONG( p ); in pfr_load_bitmap_metrics()
514 *axpos = xpos; in pfr_load_bitmap_metrics()
656 FT_Long xpos = 0, ypos = 0, advance = 0; in pfr_slot_load_bitmap() local
683 &xpos, &ypos, in pfr_slot_load_bitmap()
741 if ( xpos > FT_INT_MAX || in pfr_slot_load_bitmap()
[all …]
/third_party/openssl/apps/
Dengine.c149 int xpos = 0; in util_verbose() local
187 if (xpos == 0) in util_verbose()
189 xpos = BIO_puts(out, indent); in util_verbose()
192 xpos += BIO_printf(out, ", "); in util_verbose()
197 if ((xpos > (int)strlen(indent)) && in util_verbose()
198 (xpos + (int)strlen(name) > line_wrap)) { in util_verbose()
200 xpos = BIO_puts(out, indent); in util_verbose()
202 xpos += BIO_printf(out, "%s", name); in util_verbose()
210 xpos = 0; in util_verbose()
220 if (xpos > 0) in util_verbose()
/third_party/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp324 int xpos = mapper.intX(); in clampx_nofilter_trans() local
337 if (xpos < 0) { in clampx_nofilter_trans()
338 n = -xpos; in clampx_nofilter_trans()
348 xpos = 0; in clampx_nofilter_trans()
352 if (xpos < width) { in clampx_nofilter_trans()
353 n = width - xpos; in clampx_nofilter_trans()
357 fill_sequential(xptr, xpos, n); in clampx_nofilter_trans()
376 int xpos = mapper.intX(); in repeatx_nofilter_trans() local
386 int start = sk_int_mod(xpos, width); in repeatx_nofilter_trans()
413 int xpos = mapper.intX(); in mirrorx_nofilter_trans() local
[all …]
/third_party/ffmpeg/libavcodec/
Droqvideodec.c41 int vqid, xpos, ypos, xp, yp, x, y, mx, my; in roqvideo_decode_frame() local
73 xpos = ypos = 0; in roqvideo_decode_frame()
82 for (xp = xpos; xp < xpos + 16; xp += 8) { in roqvideo_decode_frame()
160 xpos += 16; in roqvideo_decode_frame()
161 if (xpos >= ri->width) { in roqvideo_decode_frame()
162 xpos -= ri->width; in roqvideo_decode_frame()
/third_party/flutter/skia/docs/examples/
DCanvas_drawPosTextH.cpp8 SkScalar xpos[] = { 20, 40, 80, 160 };
10 canvas->drawPosTextH("XXXX", 4, xpos, 20, paint);
/third_party/skia/docs/examples/
DCanvas_drawPosTextH.cpp8 SkScalar xpos[] = { 20, 40, 80, 160 };
10 canvas->drawPosTextH("XXXX", 4, xpos, 20, paint);

123456