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

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c1581 GAL_TEXT_BLT sTextBlt; local in function:Gal_text_blt
1583 INIT_GAL(&sTextBlt);
1584 sTextBlt.dwSubfunction = GALFN_TEXT_BLT;
1585 sTextBlt.wDstx = dstx;
1586 sTextBlt.wDsty = dsty;
1587 sTextBlt.wWidth = width;
1588 sTextBlt.wHeight = height;
1589 sTextBlt.dwData = data;
1591 if (ioctl(ifbdev_handle, FBIOGAL_API, &sTextBlt))

Completed in 7 milliseconds