Home | History | Annotate | Download | only in hwc

Lines Matching refs:geom

1598 int rgz_get_screengeometry(int fd, struct bvsurfgeom *geom, int fmt)
1620 bzero(geom, sizeof(*geom));
1621 geom->structsize = sizeof(*geom);
1622 geom->width = fb_varinfo.xres;
1623 geom->height = fb_varinfo.yres;
1624 geom->virtstride = fb_fixinfo.line_length;
1625 geom->format = hal_to_ocd(fmt);
1627 geom->orientation = 0;