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

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c877 GAL_PALETTE_ENTRY sPalette; local in function:Gal_set_display_palette_entry
879 INIT_GAL(&sPalette);
880 sPalette.dwSubfunction = GALFN_SETPALETTE_ENTRY;
881 sPalette.dwIndex = index;
882 sPalette.dwPalette = palette;
884 if (ioctl(ifbdev_handle, FBIOGAL_API, &sPalette))
903 GAL_PALETTE_ENTRY sPalette; local in function:Gal_get_display_palette_entry
905 INIT_GAL(&sPalette);
906 sPalette.dwSubfunction = GALFN_GETPALETTE_ENTRY;
907 sPalette
[all...]

Completed in 4 milliseconds