Home
last modified time | relevance | path

Searched refs:Cyan (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/groff/src/libs/libgroff/
Dcolor.cpp101 if (Cyan != c.Cyan || Magenta != c.Magenta in operator ==()
110 if (Cyan != c.Cyan || Magenta != c.Magenta || Yellow != c.Yellow) in operator ==()
157 Cyan = min(MAX_COLOR_VAL, c); in set_cmy()
168 Cyan = min(MAX_COLOR_VAL, c); in set_cmyk()
265 *r = MAX_COLOR_VAL - Cyan; in get_rgb()
272 Cyan * (MAX_COLOR_VAL - Black) / MAX_COLOR_VAL + Black); in get_rgb()
299 *c = Cyan; in get_cmy()
305 Cyan * (MAX_COLOR_VAL - Black) / MAX_COLOR_VAL + Black); in get_cmy()
342 *k = min(Cyan, min(Magenta, Yellow)); in get_cmyk()
349 *c = (MAX_COLOR_VAL * (Cyan - *k)) / (MAX_COLOR_VAL - *k); in get_cmyk()
[all …]
/freebsd-10-stable/contrib/groff/src/include/
Dcolor.h85 #define Cyan components[0] macro
/freebsd-10-stable/contrib/file/magic/Magdir/
Delf205 >18 leshort 134 Cyan Technology eCOG2,
222 >18 leshort 168 Cyan eCOG1X family,
230 >18 leshort 176 Cyan Technology eCOG16 family,
/freebsd-10-stable/contrib/groff/src/devices/grodvi/
Ddvi.cpp326 col->get_cmyk(&Cyan, &Magenta, &Yellow, &Black); in set_color()
330 double(Cyan) / color::MAX_COLOR_VAL, in set_color()
/freebsd-10-stable/contrib/groff/src/devices/grops/
Dps.cpp939 col->get_cmyk(&Cyan, &Magenta, &Yellow, &Black); in set_color()
942 out.put_color(Cyan) in set_color()
/freebsd-10-stable/contrib/groff/src/roff/troff/
Dnode.cpp1240 put(Cyan); in fill_color()
1248 put(Cyan); in fill_color()
1294 put(Cyan); in glyph_color()
1302 put(Cyan); in glyph_color()
/freebsd-10-stable/contrib/groff/
DChangeLog.1182518 (Red, Green, Blue, Cyan, Magenta, Yellow, Black, Gray): New macros
/freebsd-10-stable/contrib/gcc/doc/include/
Dtexinfo.tex1295 \let\linkcolor = \Blue % was Cyan, but that seems light?
/freebsd-10-stable/contrib/groff/doc/
Dtexinfo.tex1211 \let\linkcolor = \Blue % was Cyan, but that seems light?
/freebsd-10-stable/contrib/texinfo/
DChangeLog.4610063 * texinfo.tex (\linkcolor): replace Cyan with Blue.