Lines Matching refs:line_width
163 #define AUTOFORMAT_PATTERN( first, last, themed_style, line_width, pattern ) \ argument
164 … { first, last, themed_style, XML_TOKEN_INVALID, XML_TOKEN_INVALID, 0, line_width, pattern, false }
166 #define AUTOFORMAT_FADED( first, last, themed_style, color_token, line_width ) \ argument
167 { first, last, themed_style, color_token, XML_TOKEN_INVALID, 0, line_width, 0, true }
169 #define AUTOFORMAT_FADEDACCENTS( first, themed_style, line_width ) \ argument
170 AUTOFORMAT_FADED( first, first, themed_style, XML_accent1, line_width ), \
171 AUTOFORMAT_FADED( first + 1, first + 1, themed_style, XML_accent2, line_width ), \
172 AUTOFORMAT_FADED( first + 2, first + 2, themed_style, XML_accent3, line_width ), \
173 AUTOFORMAT_FADED( first + 3, first + 3, themed_style, XML_accent4, line_width ), \
174 AUTOFORMAT_FADED( first + 4, first + 4, themed_style, XML_accent5, line_width ), \
175 AUTOFORMAT_FADED( first + 5, first + 5, themed_style, XML_accent6, line_width )