Home
last modified time | relevance | path

Searched refs:ypos (Results 1 - 25 of 72) sorted by relevance

123

/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()
233 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
242 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
247 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
252 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
255 drawtext(out, xpos, ypos, buffer, frames > 0 ? frames >= 10 ? frames >= 50 ? s->red : s->yellow : s->green : s->white); in draw_items()
260 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
265 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
270 drawtext(out, xpos, ypos, buffe 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...]
H A Davf_ahistogram.c49 int ypos; member
173 s->ypos = s->h * s->phisto; in config_output()
363 s->out->data[0][s->ypos * s->out->linesize[0] + n] = av_clip_uint8(h); in filter_frame()
364 s->out->data[1][s->ypos * s->out->linesize[1] + n] = 127; in filter_frame()
365 s->out->data[2][s->ypos * s->out->linesize[2] + n] = 127; in filter_frame()
366 s->out->data[3][s->ypos * s->out->linesize[3] + n] = 255; in filter_frame()
395 s->out->data[0][s->ypos * s->out->linesize[0] + n] = cb[0]; in filter_frame()
396 s->out->data[1][s->ypos * s->out->linesize[1] + n] = cb[1]; in filter_frame()
397 s->out->data[2][s->ypos * s->out->linesize[2] + n] = cb[2]; in filter_frame()
398 s->out->data[3][s->ypos * in filter_frame()
[all...]
/third_party/glfw/src/
H A Dnull_window.c58 &window->null.ypos); in fitToMonitor()
84 if (wndconfig->xpos == GLFW_ANY_POSITION && wndconfig->ypos == GLFW_ANY_POSITION) in createNativeWindow()
87 window->null.ypos = 17; in createNativeWindow()
92 window->null.ypos = wndconfig->ypos; 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
228 if (ypos) 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
75 if (ypos) in _glfwGetMonitorPosNull()
76 *ypos = 0; in _glfwGetMonitorPosNull()
89 int* xpos, int* ypos, in _glfwGetMonitorWorkareaNull()
96 if (ypos) in _glfwGetMonitorWorkareaNull()
97 *ypos = 10; 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
203 if (ypos) in _glfwGetMonitorPosWayland()
204 *ypos = monitor->wl.y; in _glfwGetMonitorPosWayland()
217 int* xpos, int* ypos, in _glfwGetMonitorWorkareaWayland()
222 if (ypos) in _glfwGetMonitorWorkareaWayland()
223 *ypos = monitor->wl.y; 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.h175 int ypos; 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);
H A Dinput.c375 void _glfwInputCursorPos(_GLFWwindow* window, double xpos, double ypos) in _glfwInputCursorPos() argument
380 assert(ypos > -FLT_MAX); in _glfwInputCursorPos()
381 assert(ypos < FLT_MAX); in _glfwInputCursorPos()
383 if (window->virtualCursorPosX == xpos && window->virtualCursorPosY == ypos) in _glfwInputCursorPos()
387 window->virtualCursorPosY = ypos; in _glfwInputCursorPos()
390 window->callbacks.cursorPos((GLFWwindow*) window, xpos, ypos); in _glfwInputCursorPos()
791 GLFWAPI void glfwGetCursorPos(GLFWwindow* handle, double* xpos, double* ypos) in glfwGetCursorPos() argument
795 if (ypos) in glfwGetCursorPos()
796 *ypos = 0; in glfwGetCursorPos()
807 if (ypos) in glfwGetCursorPos()
814 glfwSetCursorPos(GLFWwindow* handle, double xpos, double ypos) glfwSetCursorPos() argument
[all...]
H A Dx11_window.c579 int xpos = 0, ypos = 0; in createNativeWindow() local
581 if (wndconfig->xpos != GLFW_ANY_POSITION && wndconfig->ypos != GLFW_ANY_POSITION) in createNativeWindow()
584 ypos = wndconfig->ypos; in createNativeWindow()
607 xpos, ypos, in createNativeWindow()
728 if (wndconfig->xpos != GLFW_ANY_POSITION && wndconfig->ypos != GLFW_ANY_POSITION) in createNativeWindow()
784 _glfwGetWindowPosX11(window, &window->x11.xpos, &window->x11.ypos); in createNativeWindow()
1107 int xpos, ypos; in acquireMonitor() local
1111 _glfwGetMonitorPosX11(window->monitor, &xpos, &ypos); in acquireMonitor()
1115 xpos, ypos, mod in acquireMonitor()
1198 double ypos = window->virtualCursorPosY; processEvent() local
1504 int ypos = event->xconfigure.y; processEvent() local
1655 int xpos, ypos; processEvent() local
2155 _glfwGetWindowPosX11(_GLFWwindow* window, int* xpos, int* ypos) _glfwGetWindowPosX11() argument
2169 _glfwSetWindowPosX11(_GLFWwindow* window, int xpos, int ypos) _glfwSetWindowPosX11() argument
2469 _glfwSetWindowMonitorX11(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate) _glfwSetWindowMonitorX11() argument
2834 _glfwGetCursorPosX11(_GLFWwindow* window, double* xpos, double* ypos) _glfwGetCursorPosX11() argument
[all...]
H A Dmonitor.c326 GLFWAPI void glfwGetMonitorPos(GLFWmonitor* handle, int* xpos, int* ypos) in glfwGetMonitorPos() argument
330 if (ypos) in glfwGetMonitorPos()
331 *ypos = 0; in glfwGetMonitorPos()
338 _glfw.platform.getMonitorPos(monitor, xpos, ypos); in glfwGetMonitorPos()
342 int* xpos, int* ypos, in glfwGetMonitorWorkarea()
347 if (ypos) in glfwGetMonitorWorkarea()
348 *ypos = 0; in glfwGetMonitorWorkarea()
359 _glfw.platform.getMonitorWorkarea(monitor, xpos, ypos, width, height); in glfwGetMonitorWorkarea()
341 glfwGetMonitorWorkarea(GLFWmonitor* handle, int* xpos, int* ypos, int* width, int* height) glfwGetMonitorWorkarea() argument
H A Dwin32_monitor.c357 void _glfwGetMonitorPosWin32(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwGetMonitorPosWin32() argument
370 if (ypos) in _glfwGetMonitorPosWin32()
371 *ypos = dm.dmPosition.y; in _glfwGetMonitorPosWin32()
381 int* xpos, int* ypos, in _glfwGetMonitorWorkareaWin32()
389 if (ypos) in _glfwGetMonitorWorkareaWin32()
390 *ypos = mi.rcWork.top; in _glfwGetMonitorWorkareaWin32()
380 _glfwGetMonitorWorkareaWin32(_GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height) _glfwGetMonitorWorkareaWin32() argument
/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
412 ypos 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
420 ypos = 0; in pfr_load_bitmap_metrics()
431 ypos = ( (FT_Char)( b << 4 ) ) >> 4; in pfr_load_bitmap_metrics()
437 ypos = PFR_NEXT_INT8( p ); in pfr_load_bitmap_metrics()
443 ypos = PFR_NEXT_SHORT( p ); in pfr_load_bitmap_metrics()
449 ypos = PFR_NEXT_LONG( p ); in pfr_load_bitmap_metrics()
515 *aypos = ypos; in pfr_load_bitmap_metrics()
656 FT_Long xpos = 0, ypos = 0, advance = 0; in FT_LOCAL() local
683 &xpos, &ypos, in FT_LOCAL()
744 ypos > 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)
235 elif c == curses.KEY_UP and ypos > 0:
236 ypos -= 1
237 elif c == curses.KEY_DOWN and ypos + 1 < board.Y:
238 ypos += 1
248 ypos = mouse_y - 1
249 board.toggle(ypos, xpo
[all...]
/third_party/cups-filters/filter/pdftopdf/
H A Dpdftopdf_processor.cc74 Position_dump(ypos,Axis::Y); in dump()
268 param.xpos, param.ypos, in processPDFTOPDF()
297 double xpos = 0, ypos = 0; in processPDFTOPDF() local
306 ypos = param.page.left; in processPDFTOPDF()
316 ypos = param.page.bottom; // for whole page... TODO from position... 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 + xpos, pgedit.ypos in processPDFTOPDF()
[all...]
H A Dpdftopdf_processor.h34 xpos(CENTER),ypos(CENTER), in ProcessingParameters()
83 Position xpos,ypos; member
121 virtual Rotation crop(const PageRect &cropRect,Rotation orientation,Rotation param_orientation,Position xpos,Position ypos,bool scale,bool autorotate) =0;
123 virtual void add_subpage(const std::shared_ptr<PDFTOPDF_PageHandle> &sub,float xpos,float ypos,float scale,const PageRect *crop=NULL) =0;
H A Dqpdf_pdftopdf_processor.h11 virtual void add_subpage(const std::shared_ptr<PDFTOPDF_PageHandle> &sub,float xpos,float ypos,float scale,const PageRect *crop=NULL);
15 virtual Rotation crop(const PageRect &cropRect,Rotation orientation,Rotation param_orientation,Position xpos,Position ypos,bool scale,bool autorotate);
17 void debug(const PageRect &rect,float xpos,float ypos);
/third_party/astc-encoder/Source/
H A Dastcenc_image.cpp157 unsigned int ypos, in load_image_block()
166 blk.ypos = ypos; in load_image_block()
218 unsigned int yi = astc::min(ypos + y, ysize - 1); in load_image_block()
274 unsigned int ypos, in load_image_block_fast_ldr()
285 blk.ypos = ypos; in load_image_block_fast_ldr()
295 for (unsigned int y = ypos; y < ypos + bsd.ydim; y++) in load_image_block_fast_ldr()
340 unsigned int ypos, 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/glfw/examples/
H A Dwindows.c36 int xpos, ypos, height; in main() local
49 glfwGetMonitorWorkarea(glfwGetPrimaryMonitor(), &xpos, &ypos, NULL, &height); in main() local
69 glfwWindowHint(GLFW_POSITION_Y, ypos + size * (1 + (i >> 1))); in main()
H A Dsharing.c174 int xpos, ypos, left, right, width; in main() local
178 glfwGetWindowPos(windows[0], &xpos, &ypos); in main()
180 glfwSetWindowPos(windows[1], xpos + width + left + right, ypos); in main()
/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()
81 for (yp = ypos; yp < ypos + 16; yp += 8) in roqvideo_decode_frame()
161 ypos += 16; in roqvideo_decode_frame()
163 if(ypos >= ri->height) in roqvideo_decode_frame()
/third_party/glfw/tests/
H A Dwindow.c212 int xpos, ypos; in main() local
213 glfwGetWindowPos(window, &xpos, &ypos); in main()
224 glfwSetWindowPos(window, xpos, ypos); in main()
234 ypos = atoi(ypos_buffer); in main()
235 glfwSetWindowPos(window, xpos, ypos); in main()
237 else if (ypos != last_ypos || (events & NK_EDIT_DEACTIVATED)) in main()
238 sprintf(ypos_buffer, "%i", ypos); in main()
241 last_ypos = ypos; in main()
/third_party/cups-filters/cupsfilters/
H A Dimage-gif.c451 ypos, /* Current Y position */ in gif_read_image() local
464 ypos = 0; in gif_read_image()
496 int res = _cupsImagePutRow(img, 0, ypos, img->xsize, pixels); in gif_read_image()
506 ypos += xpasses[pass]; in gif_read_image()
508 if (ypos >= img->ysize) in gif_read_image()
512 ypos = ypasses[pass]; in gif_read_image()
516 ypos ++; in gif_read_image()
519 if (ypos >= img->ysize) in gif_read_image()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-gcm.c148 u8 *ypos = y; in aes_gctr() local
158 aes_encrypt(aes, cb, ypos); in aes_gctr()
159 xor_block(ypos, xpos); in aes_gctr()
161 ypos += AES_BLOCK_SIZE; in aes_gctr()
170 *ypos++ = *xpos++ ^ tmp[i]; in aes_gctr()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes-gcm.c148 u8 *ypos = y; in aes_gctr() local
158 aes_encrypt(aes, cb, ypos); in aes_gctr()
159 xor_block(ypos, xpos); in aes_gctr()
161 ypos += AES_BLOCK_SIZE; in aes_gctr()
170 *ypos++ = *xpos++ ^ tmp[i]; in aes_gctr()

Completed in 17 milliseconds

123