Home
last modified time | relevance | path

Searched refs:yres (Results 1 – 15 of 15) sorted by relevance

/external/libvncserver/examples/android/jni/
Dfbvncserver.c100 pixels = scrinfo.xres * scrinfo.yres; in init_fb()
104 (int)scrinfo.xres, (int)scrinfo.yres, in init_fb()
183 vncbuf = calloc(scrinfo.xres * scrinfo.yres, scrinfo.bits_per_pixel / 8); in init_fb_server()
188 fbbuf = calloc(scrinfo.xres * scrinfo.yres, scrinfo.bits_per_pixel / 8); in init_fb_server()
192 vncscr = rfbGetScreen(&argc, argv, scrinfo.xres, scrinfo.yres, 5, 2, (scrinfo.bits_per_pixel / 8)); in init_fb_server()
207 rfbMarkRectAsModified(vncscr, 0, 0, scrinfo.xres, scrinfo.yres); in init_fb_server()
213 varblock.rfb_xres = scrinfo.yres; in init_fb_server()
316 y = ymin + (y * (ymax - ymin)) / (scrinfo.yres); in injectTouchEvent()
397 for (y = 0; y < scrinfo.yres; y++) in update_screen()
503 printf(" height: %d\n", (int)scrinfo.yres); in main()
/external/libcups/cups/
Dtestdest.c310 int xres, yres; in localize() local
312 xres = ippGetResolution(attr, i, &yres, &units); in localize()
314 if (xres == yres) in localize()
317 printf(" %dx%d%s\n", xres, yres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in localize()
626 int xres, yres; in show_supported() local
628 xres = ippGetResolution(attr, i, &yres, &units); in show_supported()
630 if (xres == yres) in show_supported()
633 printf(" %dx%d%s\n", xres, yres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in show_supported()
Dipp.c737 int yres) /* I - Y resolution */ in ippAddResolution() argument
743 ippTagString(group), name, units, xres, yres)); in ippAddResolution()
752 xres < 0 || yres < 0) in ippAddResolution()
763 attr->values[0].resolution.yres = yres; in ippAddResolution()
790 const int *yres) /* I - Y resolutions */ in ippAddResolutions() argument
797 …)", (void *)ipp, group, ippTagString(group), name, num_values, units, (void *)xres, (void *)yres)); in ippAddResolutions()
816 if (xres && yres) in ippAddResolutions()
823 value->resolution.yres = *yres++; in ippAddResolutions()
1597 dstval->resolution.yres = srcval->resolution.yres; in ippCopyAttribute()
2478 int *yres, /* O - Vertical/feed resolution */ in ippGetResolution() argument
[all …]
Dppd-cache.c40 static void pwg_ppdize_resolution(ipp_attribute_t *attr, int element, int *xres, int *yres, char *n…
2951 int xres, yres; /* Resolution values */ in _ppdCreateFromIPP() local
3969 pwg_ppdize_resolution(attr, count / 2, &xres, &yres, ppdname, sizeof(ppdname)); in _ppdCreateFromIPP()
3977 pwg_ppdize_resolution(attr, 0, &xres, &yres, NULL, 0); in _ppdCreateFromIPP()
3978 …t/%s: \"<</HWResolution[%d %d]>>setpagedevice\"\n", _cupsLangString(lang, _("Draft")), xres, yres); in _ppdCreateFromIPP()
3980 pwg_ppdize_resolution(attr, count / 2, &xres, &yres, NULL, 0); in _ppdCreateFromIPP()
3981 …/%s: \"<</HWResolution[%d %d]>>setpagedevice\"\n", _cupsLangString(lang, _("Normal")), xres, yres); in _ppdCreateFromIPP()
3985 pwg_ppdize_resolution(attr, count - 1, &xres, &yres, NULL, 0); in _ppdCreateFromIPP()
3987 pwg_ppdize_resolution(attr, 0, &xres, &yres, NULL, 0); in _ppdCreateFromIPP()
3988 …gh/%s: \"<</HWResolution[%d %d]>>setpagedevice\"\n", _cupsLangString(lang, _("High")), xres, yres); in _ppdCreateFromIPP()
[all …]
Dipp.h781 yres; /* Vertical resolution */ member
863 int xres, int yres);
867 const int *yres);
952 int *yres, ipp_res_t *units)
Dipp-support.c687 if (val->resolution.xres == val->resolution.yres) in ippAttributeString()
695 …t)(bufend - bufptr + 1), "%dx%d%s", val->resolution.xres, val->resolution.yres, val->resolution.un… in ippAttributeString()
697 …intf(temp, sizeof(temp), "%dx%d%s", val->resolution.xres, val->resolution.yres, val->resolution.un… in ippAttributeString()
Dencode.c719 attr->values[j].resolution.yres = (int)strtol(s + 1, &s, 10); in cupsEncodeOptions2()
721 attr->values[j].resolution.yres = attr->values[j].resolution.xres; in cupsEncodeOptions2()
Dtestipp.c951 printf(" %dx%d%s", val->resolution.xres, val->resolution.yres, in print_attributes()
Ddest-options.c211 attrval->resolution.yres == yres_value && in cupsCheckDestSupported()
2130 attrval->resolution.yres == yres_value && in cups_test_constraints()
/external/autotest/client/deps/gfxtest/src/
Dgetfb.c44 printf("Framebuffer info: %dx%d, %dbpp\n", info.xres, info.yres, in main()
48 screen_size = info.xres * info.yres * info.bits_per_pixel / 8; in main()
/external/mesa3d/src/gallium/state_trackers/egl/fbdev/
Dnative_fbdev.c158 height = MIN2(vinfo->yres, fbsurf->height); in fbdev_surface_update_drawable()
178 fbsurf->drawable.height = vinfo->yres; in fbdev_surface_update_drawable()
212 fbsurf->height = vinfo.yres; in fbdev_surface_present()
278 fbsurf->height = vinfo.yres; in fbdev_display_create_window_surface()
334 mode.height = fbdpy->config_vinfo.yres; in fbdev_display_get_modes()
/external/syslinux/gpxe/src/arch/i386/include/
Dvga.h192 __u32 yres; member
/external/kernel-headers/original/uapi/linux/
Domapfb.h215 __u16 yres; member
Dfb.h242 __u32 yres; member
/external/valgrind/include/vki/
Dvki-linux.h2136 __vki_u32 yres; member