| /third_party/glfw/examples/ |
| H A D | boing.c | 95 int width, height; variable
|
| /third_party/glfw/src/ |
| H A D | cocoa_platform.h | 151 int width, height; member
|
| H A D | null_window.c | 33 static void applySizeLimits(_GLFWwindow* window, int* width, int* height) in applySizeLimits() argument 189 _glfwSetWindowMonitorNull(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate) _glfwSetWindowMonitorNull() argument 245 _glfwGetWindowSizeNull(_GLFWwindow* window, int* width, int* height) _glfwGetWindowSizeNull() argument 253 _glfwSetWindowSizeNull(_GLFWwindow* window, int width, int height) _glfwSetWindowSizeNull() argument 272 int width = window->null.width; _glfwSetWindowSizeLimitsNull() local 280 int width = window->null.width; _glfwSetWindowAspectRatioNull() local 286 _glfwGetFramebufferSizeNull(_GLFWwindow* window, int* width, int* height) _glfwGetFramebufferSizeNull() argument [all...] |
| H A D | window.c | 86 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) in _glfwInputWindowSize() argument 121 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) in _glfwInputFramebufferSize() argument 180 GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, in glfwCreateWindow() argument 610 glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) glfwGetWindowSize() argument 625 glfwSetWindowSize(GLFWwindow* handle, int width, int height) glfwSetWindowSize() argument 716 glfwGetFramebufferSize(GLFWwindow* handle, int* width, int* height) glfwGetFramebufferSize() argument 999 glfwSetWindowMonitor(GLFWwindow* wh, GLFWmonitor* mh, int xpos, int ypos, int width, int height, int refreshRate) glfwSetWindowMonitor() argument [all...] |
| /third_party/ffmpeg/libpostproc/ |
| H A D | postprocess.c | 539 static inline void postProcess(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, in postProcess() argument 827 static void reallocBuffers(PPContext *c, int width, int height, int stride, int qpStride){ in reallocBuffers() argument 860 av_cold pp_context *pp_get_context(int width, int height, int cpuCaps){ in pp_get_context() argument 916 pp_postprocess(const uint8_t * src[3], const int srcStride[3], uint8_t * dst[3], const int dstStride[3], int width, int height, const int8_t *QP_store, int QPStride, pp_mode *vm, void *vc, int pict_type) pp_postprocess() argument [all...] |
| /third_party/ffmpeg/libswscale/ |
| H A D | rgb2rgb_template.c | 375 yuvPlanartoyuy2_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride, int vertLumPerChroma) yuvPlanartoyuy2_c() argument 429 yv12toyuy2_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yv12toyuy2_c() argument 439 yuvPlanartouyvy_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride, int vertLumPerChroma) yuvPlanartouyvy_c() argument 493 yv12touyvy_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yv12touyvy_c() argument 506 yuv422ptouyvy_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yuv422ptouyvy_c() argument 518 yuv422ptoyuy2_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yuv422ptoyuy2_c() argument 531 yuy2toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride) yuy2toyv12_c() argument 612 uyvytoyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyv12_c() argument 649 ff_rgb24toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride, int32_t *rgb2yuv) ff_rgb24toyv12_c() argument 710 interleaveBytes_c(const uint8_t *src1, const uint8_t *src2, uint8_t *dest, int width, int height, int src1Stride, int src2Stride, int dstStride) interleaveBytes_c() argument 728 deinterleaveBytes_c(const uint8_t *src, uint8_t *dst1, uint8_t *dst2, int width, int height, int srcStride, int dst1Stride, int dst2Stride) deinterleaveBytes_c() argument 746 vu9_to_vu12_c(const uint8_t *src1, const uint8_t *src2, uint8_t *dst1, uint8_t *dst2, int width, int height, int srcStride1, int srcStride2, int dstStride1, int dstStride2) vu9_to_vu12_c() argument 770 yvu9_to_yuy2_c(const uint8_t *src1, const uint8_t *src2, const uint8_t *src3, uint8_t *dst, int width, int height, int srcStride1, int srcStride2, int srcStride3, int dstStride) yvu9_to_yuy2_c() argument 871 yuyvtoyuv420_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv420_c() argument 891 yuyvtoyuv422_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv422_c() argument 909 uyvytoyuv420_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv420_c() argument 929 uyvytoyuv422_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv422_c() argument [all...] |
| /third_party/backends/backend/ |
| H A D | dmc.c | 1136 int width, height; in sane_get_parameters() local
|
| H A D | canon-sane.c | 1030 int width, length, xres, yres; in sane_get_parameters() local [all...] |
| H A D | kodak.c | 1835 int width = (s->u_br_x - s->u_tl_x) * s->u_res/1200; in set_window() local [all...] |
| H A D | kvs1025_opt.c | 1418 int width = x_br - x_tl; in kv_set_window_data() local
|
| H A D | stv680.c | 1194 stv680_add_text (SANE_Byte * image, int width, int height, char *txt) in stv680_add_text() argument
|
| H A D | tamarack.c | 1273 double width, height, dpi; in sane_get_parameters() local
|
| H A D | tamarack.h | 191 unsigned char width[4]; member
|
| H A D | mustek_usb.c | 1388 SANE_Word dpi, x, y, width, height; in sane_start() local [all...] |
| H A D | u12.c | 1555 int width, height; in sane_start() local
|
| H A D | hs2p.c | 2575 int width, length, xres, yres; in sane_get_parameters() local 2639 long ulx, uly, width, length, number, bytes; set_window_data() local [all...] |
| H A D | kvs40xx_opt.c | 158 int width; member
|
| H A D | p5_device.c | 632 build_correction(P5_Device * dev, unsigned int dpi, unsigned int mode, unsigned int start, unsigned int width) build_correction() argument 720 start_scan(P5_Device * dev, int mode, unsigned int dpi, unsigned int startx, unsigned int width) start_scan() argument 1135 unsigned int i, start, end, count, width; is_black_line() local 1184 unsigned int i, start, end, count, width; is_white_line() local 1243 write_rgb_data(char *name, unsigned char *image, SANE_Int width, SANE_Int height) write_rgb_data() argument [all...] |
| H A D | kvs1025_low.c | 542 CMD_read_pic_elements(PKV_DEV dev, int page, int side, int *width, int *height) CMD_read_pic_elements() argument
|
| H A D | kodakaio.h | 161 SANE_Int width, height; /* in optres units? */ member
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_lfloat.c | 62 int width, endian; in snd_pcm_lfloat_get_s32_index() local
|
| H A D | pcm_linear.c | 80 int sign, width, pwidth, endian; in snd_pcm_linear_get_index() local 114 int sign, width, pwidth, endian; snd_pcm_linear_put_index() local [all...] |
| /third_party/alsa-utils/alsamixer/ |
| H A D | mixer_display.c | 64 static void display_string_in_field(int y, int x, const char *s, int width, enum align align) in display_string_in_field() argument 339 int width = get_mbs_width(s); in center_string() local 394 static void display_string_centered_in_control(int y, int col, const char *s, int width) in display_string_centered_in_control() argument [all...] |
| /third_party/backends/japi/ |
| H A D | Jscanimage.java | 1123 public SaneTextField(int width, Jscanimage dlg, int opt, String tip) in SaneTextField() argument
|
| /third_party/cups-filters/filter/pdftopdf/ |
| H A D | qpdf_pdftopdf_processor.cc | 37 QPDF_PDFTOPDF_PageHandle::QPDF_PDFTOPDF_PageHandle(QPDF *pdf,float width,float height) // {{{ in QPDF_PDFTOPDF_PageHandle() argument 189 double width = currpage.right-currpage.left; in crop() local 259 double width = currpage.right-currpage.left; is_landscape() local 587 new_page(float width,float height) new_page() argument [all...] |