Home
last modified time | relevance | path

Searched refs:xres (Results 1 – 5 of 5) sorted by relevance

/system/core/toolbox/
Drotatefb.c55 unsigned int xres = fbinfo.yres; in rotatefb_main() local
56 fbinfo.yres = fbinfo.xres; in rotatefb_main()
57 fbinfo.xres = xres; in rotatefb_main()
58 fbinfo.xres_virtual = fbinfo.xres; in rotatefb_main()
60 if(fbinfo.yoffset == xres) in rotatefb_main()
/system/extras/tests/framebuffer/
Dfb_test.c96 fb->width = vi.xres; in get_framebuffer()
104 fb->width = vi.xres; in get_framebuffer()
108 vi.yres * vi.xres * bytes_per_pixel); in get_framebuffer()
127 fprintf(stderr,"vi.xres = %d\n", vi->xres); in dumpinfo()
275 w = vi.xres; in main()
279 clear_screen(vi.xres, vi.yres, gr_fbs[0].data); in main()
280 clear_screen(vi.xres, vi.yres, gr_fbs[1].data); in main()
Drefresh.c71 * ( info.left_margin + info.right_margin + info.xres ) in main()
75 float xdpi = (info.xres * 25.4f) / info.width; in main()
91 info.xres, in main()
Dmdp_test.c122 *width = vi.xres; in get_framebuffer()
/system/core/init/
Dlogo.c50 #define fb_width(fb) ((fb)->vi.xres)
52 #define fb_size(fb) ((fb)->vi.xres * (fb)->vi.yres * 2)