Searched refs:hls2rgb (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dgraphics.h95 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 Dgraphics_sixel.c786 hls2rgb(Pc1, Pc2, Pc3, &r, &g, &b);
H A Dgraphics_regis.c3693 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 Dgraphics.c1028 hls2rgb(int h, int l, int s, short *r, short *g, short *b) function in typeref:typename:void

Completed in 15 milliseconds