Home | History | Annotate | Download | only in dev

Lines Matching defs:colors

68 /* These can be lowered if you are sure you don't need that much colors. */
287 /* Mapping of colors to screen colors. */
608 /* Extract the colors from the attribute */
613 /* Translate to screen colors */
1003 /* Ensure the colors are displayable. */
1016 * If foreground and background colors are different but would
1354 /* Simple one-to-one mapping for most colors */
1359 * Arrange the most used pens to quickest colors.
1364 * So map colors 3->2, 7->4, 15->8 and so on.
1655 * So get the whole palette, insert the new colors
1694 u_int colors;
1710 colors = (1 << view->bitmap->depth);
1712 if (count > colors || index >= colors || index + count > colors)
1788 u_int colors;
1802 colors = (1 << view->bitmap->depth);
1804 if (count > colors || index >= colors || index + count > colors)