Searched refs:h_total (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dtv_fs450.c384 int h_total; member in struct:_S_TIMING_SPECS
719 /*h_total=832, ivo=40, tv_width=858, tv_lines=525, vga_lines=480*/
821 /*h_total=1056, vga_lines=600*/
837 /*h_total=1056, vga_lines=600*/
852 /*h_total=1344, vga_lines=768*/
902 /*h_total=1344, vga_lines=768*/
2125 /*h_total must be evenly divisible by 32? */
2132 int h_total; member in struct:config_vga_mode::__anon55da58600508
2153 g_specs.h_total = 0;
2159 g_specs.h_total
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dtv_fs450.c253 int h_total; member in struct:_S_TIMING_SPECS
561 /* h_total=832, ivo=40, tv_width=858, tv_lines=525, vga_lines=480 */
663 /* h_total=1056, vga_lines=600 */
679 /* h_total=1056, vga_lines=600 */
694 /* h_total=1344, vga_lines=768 */
744 /* h_total=1344, vga_lines=768 */
1898 /*h_total must be evenly divisible by 32? */
1904 int h_total; member in struct:config_vga_mode::__anonc14081a00508
1918 g_specs.h_total = 0;
1924 g_specs.h_total
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_probe.h393 uint32_t h_total; member in struct:avivo_crtc_state
H A Dradeon_driver.c4968 state->crtc[0].h_total = INREG(AVIVO_D1CRTC_H_TOTAL);
5009 state->crtc[1].h_total = INREG(AVIVO_D2CRTC_H_TOTAL);
5384 OUTREG(AVIVO_D1CRTC_H_TOTAL, state->crtc[0].h_total);
5405 OUTREG(AVIVO_D2CRTC_H_TOTAL, state->crtc[1].h_total);
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.c785 int h_total, int h_offset, double a_italic)
792 int tmp_shift = shift * (h_total -1 -(y+h_offset)) / h_total;
784 ft_make_up_italic_bitmap(char * raster,int bpr,int ht,int shift,int h_total,int h_offset,double a_italic) argument
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dftfuncs.c787 int h_total, int h_offset, double a_italic)
794 int tmp_shift = shift * (h_total -1 -(y+h_offset)) / h_total;
786 ft_make_up_italic_bitmap(char * raster,int bpr,int ht,int shift,int h_total,int h_offset,double a_italic) argument

Completed in 26 milliseconds