Lines Matching refs:count
48 XmuDistinguishableColors(XColor *colors, int count)
54 for (i = 0; i < count - 1; i++)
55 for (j = i + 1; j < count; j++)
71 unsigned long *pixels, int count)
77 for (i = 0; i < count - 1; i++)
78 for (j = i + 1; j < count; j++)
81 defs = Xmumallocarray (count, sizeof (XColor));
84 for (i = 0; i < count; i++)
86 XQueryColors (dpy, cmap, defs, count);
87 ret = XmuDistinguishableColors (defs, count);