Searched refs:gfx_get_hactive (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dvid_1400.c384 if (xend > gfx_get_hactive())
385 xend = gfx_get_hactive();
H A Dvid_5530.c739 if ((x + w) < gfx_get_hactive())
742 xend = (unsigned long)gfx_get_hactive() + hadjust;
H A Dvid_1200.c958 if ((x + w) < gfx_get_hactive())
961 xend = (unsigned long)gfx_get_hactive() + hadjust;
1622 if ((x + width) > gfx_get_hactive())
1623 width = gfx_get_hactive() - x;
H A Dvid_rdcl.c1097 if ((x + w) < gfx_get_hactive())
1102 xend = (unsigned long)gfx_get_hactive() + hadjust;
1465 if ((x + width) > gfx_get_hactive())
1466 width = gfx_get_hactive() - x;
H A Dtv_1200.c1004 *width = gfx_get_hactive();
H A Dgfx_rtns.h322 unsigned short gfx_get_hactive(void);
H A Ddisp_gu1.c2246 *xres = gfx_get_hactive();
2293 * gfx_get_hactive
2301 gfx_get_hactive(void)
H A Ddisp_gu2.c2345 *xres = gfx_get_hactive();
2478 * gfx_get_hactive
2486 gfx_get_hactive(void)
H A Dgfx_disp.c43 * gfx_get_hactive
1590 * gfx_get_hactive
1594 gfx_get_hactive(void) function in typeref:typename:unsigned short
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dvid_5530.c528 if (xend > gfx_get_hactive())
529 xend = gfx_get_hactive();
H A Dvid_1200.c799 if ((x + w) < gfx_get_hactive())
802 xend = (unsigned long) gfx_get_hactive() + hadjust;
1532 if ((x + width) > gfx_get_hactive())
1533 width = gfx_get_hactive() - x;
H A Dtv_1200.c865 *width = gfx_get_hactive();
H A Dvid_rdcl.c921 if ((x + w) < gfx_get_hactive())
926 xend = (unsigned long) gfx_get_hactive() + hadjust;
1450 if ((x + width) > gfx_get_hactive())
1451 width = gfx_get_hactive() - x;
H A Dgfx_rtns.h221 unsigned short gfx_get_hactive(void);
H A Ddisp_gu1.c1952 *xres = gfx_get_hactive();
1997 * gfx_get_hactive
2005 gfx_get_hactive(void)
H A Ddisp_gu2.c2002 *xres = gfx_get_hactive();
2123 * gfx_get_hactive
2131 gfx_get_hactive(void)
H A Dgfx_disp.c63 * gfx_get_hactive
1847 * gfx_get_hactive
1851 gfx_get_hactive(void) function in typeref:typename:unsigned short
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_driver.c1073 pGeode->FBgfxdisplaytiming.wHActive = gfx_get_hactive();
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx1_driver.c1411 pGeode->FBgfxdisplaytiming.wHActive = gfx_get_hactive();
H A Dnsc_gx2_driver.c1336 pGeode->FBgfxdisplaytiming.wHActive = gfx_get_hactive();

Completed in 51 milliseconds