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

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c2739 GAL_ALPHASIZE sGetalphasize; local in function:Gal_get_alpha_size
2741 INIT_GAL(&sGetalphasize);
2742 sGetalphasize.dwSubfunction = GALFN_GETALPHASIZE;
2743 if (ioctl(ifbdev_handle, FBIOGAL_API, &sGetalphasize))
2746 *x = *(sGetalphasize.x);
2747 *y = *(sGetalphasize.y);
2748 *width = *(sGetalphasize.width);
2749 *height = *(sGetalphasize.height);

Completed in 7 milliseconds