Searched defs:linebytes (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s11/open-src/lib/libdga/sun-src/ |
H A D | dga_rtnshared.h | 86 u_int linebytes; /* bytes per scanline */ member in struct:shared_retained_info
|
H A D | dga_pixshared.h | 85 u_int linebytes; /* bytes per scanline */ member in struct:shared_pixmap_info
|
H A D | draw_inquiry.c | 711 short *height, u_int *linebytes) 718 dgai_mbsmemb_rtndimensions((_Dga_window)dgadraw, width, height, linebytes); 724 *linebytes = 0; 710 dga_draw_rtndimensions(Dga_drawable dgadraw, short *width, short *height, u_int *linebytes) argument
|
H A D | mbsmemb_inquiry.c | 197 return (infop->cached ? 0 : infop->linebytes); 493 u_int *linebytes) 496 dga_rtn_dimensions((Dga_window)dgawin, width, height, linebytes); 501 *linebytes = 0; 492 dgai_mbsmemb_rtndimensions(_Dga_window dgawin, short *width, short *height, u_int *linebytes) argument
|
H A D | dga.h | 63 u_int linebytes; member in struct:dga_curs_memimage 405 short *height, u_int *linebytes);
|
H A D | dga_internal.h | 269 u_int linebytes; /* pixmap linebyte */ member in struct:dga_pixmap 434 short *height, u_int *linebytes);
|
H A D | dga_winshared.h | 358 * linebytes -> ((bytesPerPixel * width) + 3) & ~3 380 int linebytes; member in struct:__anon457
|
Completed in 29 milliseconds