Searched refs:numgreen (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/dix/ | ||
| H A D | colormap.c | 1442 int numred, numgreen, numblue; local in function:QueryColors 1446 numgreen = NUMGREEN(pVisual); 1466 if (i >= numgreen) 2438 int numred, numgreen, numblue; local in function:StoreColors 2442 numgreen = NUMGREEN(pVisual); 2478 if (pix >= numgreen) |
| /xsrc/external/mit/xorg-server/dist/dix/ | ||
| H A D | colormap.c | 1362 int numred, numgreen, numblue; local in function:QueryColors 1366 numgreen = NUMGREEN(pVisual); 1384 if (i >= numgreen) { 2260 int numred, numgreen, numblue; local in function:StoreColors 2264 numgreen = NUMGREEN(pVisual); 2294 if (pix >= numgreen) { |
Completed in 7 milliseconds