Home
last modified time | relevance | path

Searched refs:get_components (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dcolor.h75 color_scheme get_components(unsigned int *c) const;
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dcolor.cpp124 color_scheme color::get_components(unsigned int *c) const in get_components() function in color
/netbsd-src/external/gpl2/groff/dist/src/devices/grodvi/
H A Ddvi.cpp316 color_scheme cs = col->get_components(components); in set_color()
/netbsd-src/external/gpl2/groff/dist/src/devices/grops/
H A Dps.cpp925 color_scheme cs = col->get_components(components); in set_color()
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp1227 cs = col->get_components(components); in fill_color()
1281 cs = col->get_components(components); in glyph_color()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1182516 (color::is_default, color::get_components): New methods.