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

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c1382 GAL_SCREENTOSCREENBLT sScreenBlt; local in function:Gal_screen_to_screen_blt
1384 INIT_GAL(&sScreenBlt);
1385 sScreenBlt.dwSubfunction = GALFN_SCREENTOSCREENBLT;
1386 sScreenBlt.wXStart = srcx;
1387 sScreenBlt.wYStart = srcy;
1388 sScreenBlt.wXEnd = dstx;
1389 sScreenBlt.wYEnd = dsty;
1390 sScreenBlt.wWidth = width;
1391 sScreenBlt.wHeight = height;
1393 if (ioctl(ifbdev_handle, FBIOGAL_API, &sScreenBlt))
[all...]

Completed in 4 milliseconds