/third_party/glfw/examples/ |
H A D | windows.c | 36 int xpos, ypos, height; in main() local 49 glfwGetMonitorWorkarea(glfwGetPrimaryMonitor(), &xpos, &ypos, NULL, &height); in main() local
|
H A D | sharing.c | 174 int xpos, ypos, left, right, width; in main() local
|
H A D | splitview.c | 35 static double xpos = 0, ypos = 0; variable
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | migor_ts.c | 36 unsigned short xpos, ypos; in migor_ts_isr() local
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | migor_ts.c | 36 unsigned short xpos, ypos; in migor_ts_isr() local
|
/third_party/glfw/src/ |
H A D | null_monitor.c | 71 void _glfwGetMonitorPosNull(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwGetMonitorPosNull() argument 88 _glfwGetMonitorWorkareaNull(_GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height) _glfwGetMonitorWorkareaNull() argument
|
H A D | win32_monitor.c | 357 void _glfwGetMonitorPosWin32(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwGetMonitorPosWin32() argument 380 _glfwGetMonitorWorkareaWin32(_GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height) _glfwGetMonitorWorkareaWin32() argument
|
H A D | x11_monitor.c | 318 void _glfwGetMonitorPosX11(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwGetMonitorPosX11() argument 349 _glfwGetMonitorWorkareaX11(_GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height) _glfwGetMonitorWorkareaX11() argument
|
H A D | wl_monitor.c | 199 void _glfwGetMonitorPosWayland(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwGetMonitorPosWayland() argument 216 _glfwGetMonitorWorkareaWayland(_GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height) _glfwGetMonitorWorkareaWayland() argument
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | nup.h | 40 float xpos,ypos; // TODO: already given by sub.left,sub.bottom [but for rotation?] member
|
H A D | pdftopdf_processor.cc | 297 double xpos = 0, ypos = 0; in processPDFTOPDF() local [all...] |
H A D | pdftopdf_processor.h | 83 Position xpos,ypos; member
|
/kernel/linux/linux-5.10/drivers/video/console/ |
H A D | dummycon.c | 52 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) in dummycon_putc() argument 86 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) { } in dummycon_putc() argument 60 dummycon_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) dummycon_putcs() argument 87 dummycon_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) dummycon_putcs() argument
|
H A D | sticon.c | 74 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) in sticon_putc() argument 85 sticon_putcs(struct vc_data *conp, const unsigned short *s, int count, int ypos, int xpos) sticon_putcs() argument
|
/kernel/linux/linux-6.6/drivers/video/console/ |
H A D | dummycon.c | 52 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) in dummycon_putc() argument 86 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) { } in dummycon_putc() argument 60 dummycon_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) dummycon_putcs() argument 87 dummycon_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) dummycon_putcs() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | roqvideodec.c | 42 int vqid, xpos, ypos, xp, yp, x, y, mx, my; in roqvideo_decode_frame() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | accum.c | 399 GLint xpos, ypos, width, height; in accum() local 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/swiftshader/src/Device/ |
H A D | ASTC_Decoder.cpp | 29 write_imageblock(unsigned char *img, const imageblock *pb, int xsize, int ysize, int zsize, int bytes, int destPitchB, int destSliceB, bool isUnsignedByte, int xdim, int ydim, int zdim, int xpos, int ypos, int zpos) write_imageblock() argument
|
/third_party/glfw/tests/ |
H A D | inputlag.c | 81 void cursor_pos_callback(GLFWwindow* window, double xpos, double ypos) in cursor_pos_callback() argument
|
/third_party/cups-filters/cupsfilters/ |
H A D | image-gif.c | 451 ypos, /* Current Y position */ in gif_read_image() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_decompress_symbolic.cpp | 85 decompress_symbolic_block( astc_decode_mode decode_mode, const block_size_descriptor* bsd, int xpos, int ypos, int zpos, const symbolic_compressed_block* scb, imageblock* blk ) decompress_symbolic_block() argument
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jccoefct.c | 148 JDIMENSION ypos, xpos; in METHODDEF() local
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrsbit.c | 412 FT_Long xpos, ypos, advance; in pfr_load_bitmap_metrics() local 656 FT_Long xpos = 0, ypos = 0, advance = 0; in FT_LOCAL() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-gcm.c | 148 u8 *ypos = y; in aes_gctr() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-gcm.c | 148 u8 *ypos = y; in aes_gctr() local
|