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

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c1484 GAL_COLOR_PATTERNFILL sColorPat; local in function:Gal_color_pattern_fill
1486 INIT_GAL(&sColorPat);
1487 sColorPat.dwSubfunction = GALFN_COLOR_PATTERNFILL;
1488 sColorPat.wDstx = x;
1489 sColorPat.wDsty = y;
1490 sColorPat.wWidth = width;
1491 sColorPat.wHeight = height;
1492 sColorPat.dwPattern = pattern;
1494 if (ioctl(ifbdev_handle, FBIOGAL_API, &sColorPat))

Completed in 10 milliseconds