Searched refs:pentFirst (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | colormap.c | 760 FindColor(ColormapPtr pmap, EntryPtr pentFirst, int size, xrgb * prgb, in FindColor() argument 775 for (pent = pentFirst + pixel, count = size; --count >= 0;) { in FindColor() 807 pent = pentFirst; in FindColor() 819 pent = pentFirst + Free; in FindColor() 1236 FindBestPixel(EntryPtr pentFirst, int size, xrgb * prgb, int channel) in FindBestPixel() argument 1247 for (pent = pentFirst, pixel = 0; pixel < size; pent++, pixel++) { in FindBestPixel() 1280 FindColorInRootCmap(ColormapPtr pmap, EntryPtr pentFirst, int size, in FindColorInRootCmap() argument 1290 for (pent = pentFirst + pixel, count = size; --count >= 0; pent++, pixel++) { in FindColorInRootCmap() 1796 AllocCP(ColormapPtr pmap, EntryPtr pentFirst, int count, int planes, in AllocCP() argument 1812 ent = pentFirst; in AllocCP() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | cmap_xfbdev.rst | 43 FindBestPixel(pentFirst, size, prgb, channel)
|