Home
last modified time | relevance | path

Searched refs:set_cmy (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dcolor.h61 void set_cmy(const unsigned int c, const unsigned int m,
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dcolor.cpp155 void color::set_cmy(const unsigned int c, const unsigned int m, in set_cmy() function in color
/netbsd-src/external/gpl2/groff/dist/src/libs/libdriver/
H A Dinput.cpp1282 col->set_cmy(cyan, magenta, yellow); in parse_color_command()
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp1275 col->set_cmy(c, m, y); in read_cmy()