Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/output/
H A Dtable.h64 #define CELL_COLOR(r, g, b) { 255, r, g, b } macro
65 #define CELL_COLOR_BLACK CELL_COLOR (0, 0, 0)
66 #define CELL_COLOR_WHITE CELL_COLOR (255, 255, 255)
H A Dcairo.c1780 &(struct cell_color) CELL_COLOR (0, 255, 0)); in xr_layout_cell_text()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/
H A DITableAttributes.java198 String[] CELL_COLOR = { field
H A DRtfTableCell.java221 writeAttributes(attrib, ITableAttributes.CELL_COLOR); in writeCellDef()
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dparser.h147 CELL_COLOR = 352, enumerator
1077 #define CELL_COLOR 352 macro
H A Dreserved.c552 { "CELL-COLOR", 0, 1, CELL_COLOR, /* ACU extension */
H A Dparser.c2433 CELL_COLOR = 352, enumerator
3363 #define CELL_COLOR 352 macro
H A Dparser.y2355 %token CELL_COLOR "CELL-COLOR"
9358 | CELL_COLOR /* GRP-CELL-COLOR --> 15 */
/dports/math/pspp/pspp-1.4.1/src/output/spv/
H A Dspv-light-decoder.c98 *colorp = (struct cell_color) CELL_COLOR (r, g, b); in decode_spvlb_color_string()
H A Dspv-legacy-decoder.c584 ? (struct cell_color) CELL_COLOR (color >> 16, color >> 8, color) in optional_color()