HomeSort by: relevance | last modified time | path
    Searched defs:get_color_element (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/groff/dist/src/roff/troff/
input.cpp 1202 static unsigned int get_color_element(const char *scheme, const char *col) function
1243 unsigned int r = get_color_element("rgb color", "red component");
1244 unsigned int g = get_color_element("rgb color", "green component");
1245 unsigned int b = get_color_element("rgb color", "blue component");
1272 unsigned int c = get_color_element("cmy color", "cyan component");
1273 unsigned int m = get_color_element("cmy color", "magenta component");
1274 unsigned int y = get_color_element("cmy color", "yellow component");
1301 unsigned int c = get_color_element("cmyk color", "cyan component");
1302 unsigned int m = get_color_element("cmyk color", "magenta component");
1303 unsigned int y = get_color_element("cmyk color", "yellow component")
    [all...]

Completed in 39 milliseconds