Home | History | Annotate | Download | only in libhwc

Lines Matching full:yres

122     int32_t                 yres;
769 layer.displayFrame.top > pdev->yres ||
917 fb_rect.bottom = pdev->yres - 1;
918 pixels_left = MAX_PIXELS - pdev->xres * pdev->yres;
1348 if (displayFrame.bottom > pdev->yres) {
1349 int crop = displayFrame.bottom - pdev->yres;
1378 cfg.h = pdev->yres;
1950 return pdev->yres;
2009 static void get_screen_res(const char *fbname, int32_t *xres, int32_t *yres,
2037 *yres = (int32_t)_y;
2051 *yres = 1600;
2098 get_screen_res("fb0", &dev->xres, &dev->yres, &refreshRate);
2105 dev->ydpi = 1000 * (dev->yres * 25.4f) / info.height;
2110 "yres = %d px\n"
2114 dev->xres, dev->yres, info.width, dev->xdpi / 1000.0,