Home
last modified time | relevance | path

Searched refs:xpos (Results 1 - 25 of 101) sorted by relevance

12345

/third_party/ffmpeg/libavfilter/
H A Df_graphmonitor.c207 int xpos, int ypos, in draw_items()
224 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
225 xpos += strlen(buffer) * 8; in draw_items()
233 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
234 xpos += strlen(buffer) * 8; in draw_items()
242 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
243 xpos += strlen(buffer) * 8; in draw_items()
247 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
248 xpos += strlen(buffer) * 8; in draw_items()
252 drawtext(out, xpos, ypo in draw_items()
206 draw_items(AVFilterContext *ctx, AVFrame *out, int xpos, int ypos, AVFilterLink *l, size_t frames) draw_items() argument
333 int ret, xpos, ypos = 0; create_frame() local
[all...]
/third_party/ffmpeg/libswscale/
H A 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/glfw/src/
H A Dnull_window.c57 &window->null.xpos, in fitToMonitor()
84 if (wndconfig->xpos == GLFW_ANY_POSITION && wndconfig->ypos == GLFW_ANY_POSITION) in createNativeWindow()
86 window->null.xpos = 17; in createNativeWindow()
91 window->null.xpos = wndconfig->xpos; in createNativeWindow()
191 int xpos, int ypos, in _glfwSetWindowMonitorNull()
199 _glfwSetWindowPosNull(window, xpos, ypos); in _glfwSetWindowMonitorNull()
219 _glfwSetWindowPosNull(window, xpos, ypos); in _glfwSetWindowMonitorNull()
224 void _glfwGetWindowPosNull(_GLFWwindow* window, int* xpos, int* ypos) in _glfwGetWindowPosNull() argument
226 if (xpos) in _glfwGetWindowPosNull()
189 _glfwSetWindowMonitorNull(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate) _glfwSetWindowMonitorNull() argument
232 _glfwSetWindowPosNull(_GLFWwindow* window, int xpos, int ypos) _glfwSetWindowPosNull() argument
504 _glfwGetCursorPosNull(_GLFWwindow* window, double* xpos, double* ypos) _glfwGetCursorPosNull() argument
[all...]
H A Dnull_monitor.c71 void _glfwGetMonitorPosNull(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwGetMonitorPosNull() argument
73 if (xpos) in _glfwGetMonitorPosNull()
74 *xpos = 0; in _glfwGetMonitorPosNull()
89 int* xpos, int* ypos, in _glfwGetMonitorWorkareaNull()
94 if (xpos) in _glfwGetMonitorWorkareaNull()
95 *xpos = 0; in _glfwGetMonitorWorkareaNull()
88 _glfwGetMonitorWorkareaNull(_GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height) _glfwGetMonitorWorkareaNull() argument
H A Dwl_monitor.c199 void _glfwGetMonitorPosWayland(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwGetMonitorPosWayland() argument
201 if (xpos) in _glfwGetMonitorPosWayland()
202 *xpos = monitor->wl.x; in _glfwGetMonitorPosWayland()
217 int* xpos, int* ypos, in _glfwGetMonitorWorkareaWayland()
220 if (xpos) in _glfwGetMonitorWorkareaWayland()
221 *xpos = monitor->wl.x; in _glfwGetMonitorWorkareaWayland()
216 _glfwGetMonitorWorkareaWayland(_GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height) _glfwGetMonitorWorkareaWayland() argument
H A Dcocoa_platform.h221 void _glfwGetWindowPosCocoa(_GLFWwindow* window, int* xpos, int* ypos);
222 void _glfwSetWindowPosCocoa(_GLFWwindow* window, int xpos, int ypos);
237 void _glfwSetWindowMonitorCocoa(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate);
259 void _glfwGetCursorPosCocoa(_GLFWwindow* window, double* xpos, double* ypos);
260 void _glfwSetCursorPosCocoa(_GLFWwindow* window, double xpos, double ypos);
280 void _glfwGetMonitorPosCocoa(_GLFWmonitor* monitor, int* xpos, int* ypos);
282 void _glfwGetMonitorWorkareaCocoa(_GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height);
H A Dnull_platform.h174 int xpos; member
214 void _glfwGetMonitorPosNull(_GLFWmonitor* monitor, int* xpos, int* ypos);
216 void _glfwGetMonitorWorkareaNull(_GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height);
226 void _glfwSetWindowMonitorNull(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate);
227 void _glfwGetWindowPosNull(_GLFWwindow* window, int* xpos, int* ypos);
228 void _glfwSetWindowPosNull(_GLFWwindow* window, int xpos, int ypos);
261 void _glfwGetCursorPosNull(_GLFWwindow* window, double* xpos, double* ypos);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A 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()
H A 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()
H A 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...]
H A 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_standard/src/crypto/
H A 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()
H A 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()
H A 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...]
H A 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/ffmpeg/libswscale/x86/
H A Dhscale_fast_bilinear_simd.c45 int xpos, i; in ff_init_hscaler_mmxext() local
132 xpos = 0; // lumXInc/2 - 0x8000; // difference between pixel centers in ff_init_hscaler_mmxext()
136 int xx = xpos >> 16; in ff_init_hscaler_mmxext()
140 int b = ((xpos + xInc) >> 16) - xx; in ff_init_hscaler_mmxext()
141 int c = ((xpos + xInc * 2) >> 16) - xx; in ff_init_hscaler_mmxext()
142 int d = ((xpos + xInc * 3) >> 16) - xx; in ff_init_hscaler_mmxext()
152 filter[i] = ((xpos & 0xFFFF) ^ 0xFFFF) >> 9; in ff_init_hscaler_mmxext()
153 filter[i + 1] = (((xpos + xInc) & 0xFFFF) ^ 0xFFFF) >> 9; in ff_init_hscaler_mmxext()
154 filter[i + 2] = (((xpos + xInc * 2) & 0xFFFF) ^ 0xFFFF) >> 9; in ff_init_hscaler_mmxext()
155 filter[i + 3] = (((xpos in ff_init_hscaler_mmxext()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Daccum.c130 GLint xpos, GLint ypos, GLint width, GLint height, in accum_scale_or_bias()
140 _mesa_map_renderbuffer(ctx, accRb, xpos, ypos, width, height, in accum_scale_or_bias()
189 GLint xpos, GLint ypos, GLint width, GLint height, in accum_or_load()
211 _mesa_map_renderbuffer(ctx, accRb, xpos, ypos, width, height, in accum_or_load()
220 _mesa_map_renderbuffer(ctx, colorRb, xpos, ypos, width, height, in accum_or_load()
285 GLint xpos, GLint ypos, GLint width, GLint height) in accum_return()
294 _mesa_map_renderbuffer(ctx, accRb, xpos, ypos, width, height, in accum_return()
315 _mesa_map_renderbuffer(ctx, colorRb, xpos, ypos, width, height, in accum_return()
399 GLint xpos, ypos, width, height; in accum() local
411 xpos in accum()
129 accum_scale_or_bias(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean bias) accum_scale_or_bias() argument
188 accum_or_load(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean load) accum_or_load() argument
284 accum_return(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height) accum_return() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/pfr/
H A 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 FT_LOCAL() local
683 &xpos, &ypos, in FT_LOCAL()
741 if ( xpos > FT_INT_MA in FT_LOCAL()
[all...]
/third_party/python/Tools/demo/
H A Dlife.py191 # xpos, ypos are the cursor's position
192 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)
[all...]
/third_party/cups-filters/filter/pdftopdf/
H A Dpdftopdf_processor.cc72 Position_dump(xpos,Axis::X); in dump()
268 param.xpos, param.ypos, in processPDFTOPDF()
297 double xpos = 0, ypos = 0; in processPDFTOPDF() local
305 xpos = param.page.height - param.page.top; in processPDFTOPDF()
315 xpos = param.page.left; in processPDFTOPDF()
376 curpage->add_subpage(page, ypos2 + xpos, xpos2 + ypos, 1); in processPDFTOPDF()
382 curpage->add_subpage(page, xpos2 + xpos, ypos2 + ypos, 1); in processPDFTOPDF()
386 curpage->add_subpage(page,pgedit.xpos+xpos,pgedit.ypos+ypos,pgedit.scale); in processPDFTOPDF()
389 curpage->add_subpage(page, pgedit.xpos in processPDFTOPDF()
[all...]
/third_party/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp324 int xpos = mapper.intX();
337 if (xpos < 0) {
338 n = -xpos;
348 xpos = 0;
352 if (xpos < width) {
353 n = width - xpos;
357 fill_sequential(xptr, xpos, n);
376 int xpos = mapper.intX();
386 int start = sk_int_mod(xpos, width);
413 int xpos
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dengine.c158 int xpos = 0; in util_verbose() local
196 if (xpos == 0) in util_verbose()
198 xpos = BIO_puts(out, indent); in util_verbose()
201 xpos += BIO_printf(out, ", "); in util_verbose()
206 if ((xpos > (int)strlen(indent)) && in util_verbose()
207 (xpos + (int)strlen(name) > line_wrap)) { in util_verbose()
209 xpos = BIO_puts(out, indent); in util_verbose()
211 xpos += BIO_printf(out, "%s", name); in util_verbose()
219 xpos = 0; in util_verbose()
229 if (xpos > in util_verbose()
[all...]
/third_party/openssl/apps/
H A Dengine.c158 int xpos = 0; in util_verbose() local
196 if (xpos == 0) in util_verbose()
198 xpos = BIO_puts(out, indent); in util_verbose()
201 xpos += BIO_printf(out, ", "); in util_verbose()
206 if ((xpos > (int)strlen(indent)) && in util_verbose()
207 (xpos + (int)strlen(name) > line_wrap)) { in util_verbose()
209 xpos = BIO_puts(out, indent); in util_verbose()
211 xpos += BIO_printf(out, "%s", name); in util_verbose()
219 xpos = 0; in util_verbose()
229 if (xpos > in util_verbose()
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_image.cpp156 unsigned int xpos, in load_image_block()
165 blk.xpos = xpos; in load_image_block()
222 unsigned int xi = astc::min(xpos + x, xsize - 1); in load_image_block()
273 unsigned int xpos, in load_image_block_fast_ldr()
284 blk.xpos = xpos; in load_image_block_fast_ldr()
299 for (unsigned int x = xpos; x < xpos + bsd.xdim; x++) in load_image_block_fast_ldr()
339 unsigned int xpos, in store_image_block()
151 load_image_block( astcenc_profile decode_mode, const astcenc_image& img, image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) load_image_block() argument
268 load_image_block_fast_ldr( astcenc_profile decode_mode, const astcenc_image& img, image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) load_image_block_fast_ldr() argument
335 store_image_block( astcenc_image& img, const image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) store_image_block() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Droqvideodec.c42 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()
158 xpos += 16; in roqvideo_decode_frame()
159 if (xpos >= ri->width) { in roqvideo_decode_frame()
160 xpos -= ri->width; in roqvideo_decode_frame()

Completed in 13 milliseconds

12345