Searched refs:hls2rgb (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics.h | 95 extern void hls2rgb(int /* h */, int /* l */, int /* s */, short */* r */, short */* g */, short */* b */); 121 #define hls2rgb(h, l, s, r, g, b) /* nothing */ macro
|
| H A D | graphics_sixel.c | 786 hls2rgb(Pc1, Pc2, Pc3, &r, &g, &b);
|
| H A D | graphics_regis.c | 3693 hls2rgb(h, l, s, &r, &g, &b); 3711 hls2rgb(h, l, s, &r, &g, &b); 3723 hls2rgb(0, l, 0, &r, &g, &b);
|
| H A D | graphics.c | 1028 hls2rgb(int h, int l, int s, short *r, short *g, short *b) function in typeref:typename:void
|
Completed in 15 milliseconds