Lines Matching refs:highlight_thickness
76 offset(command.highlight_thickness), XtRImmediate,
79 offset(command.highlight_thickness), XtRImmediate,
201 if (cbw->command.highlight_thickness > 1 )
202 values.line_width = cbw->command.highlight_thickness;
227 if (cbw->command.highlight_thickness == DEFAULT_SHAPE_HIGHLIGHT) {
229 cbw->command.highlight_thickness = 0;
231 cbw->command.highlight_thickness = DEFAULT_HIGHLIGHT_THICKNESS;
253 if (cbw->command.highlight_thickness == 0 ||
254 cbw->command.highlight_thickness > Min(cbw->core.width,
269 rect.x = rect.y = cbw->command.highlight_thickness;
270 rect.width -= cbw->command.highlight_thickness * 2;
271 rect.height -= cbw->command.highlight_thickness * 2;
440 very_thick = cbw->command.highlight_thickness > Min(cbw->core.width,
452 if (cbw->command.highlight_thickness <= 0)
481 int offset = cbw->command.highlight_thickness/2;
483 cbw->core.width - cbw->command.highlight_thickness,
484 cbw->core.height - cbw->command.highlight_thickness);
525 (oldcbw->command.highlight_thickness !=
526 cbw->command.highlight_thickness) ||