Lines Matching defs:highlight
319 int ascent, int descent, Bool highlight, Bool right)
385 paint->highlight = (Boolean)highlight;
421 paint->highlight = (Boolean)highlight;
432 XawTextPosition from, XawTextPosition to, Bool highlight)
543 paint->highlight = (Boolean)highlight;
595 if (!highlight && (paint->property &&
616 if (highlight) {
645 paint->highlight = (Boolean)highlight;
676 /*if (!highlight || (paint->property &&
703 CalculateBearing(ctx, from - 1, xl, y, ascent, descent, highlight, True);
714 CalculateBearing(ctx, to, xr, y, ascent, descent, highlight, False);
745 Bool highlight;
854 if (paint->highlight) {
896 if (!paint->highlight)
901 highlight = False;
903 if (!highlight && paint->highlight)
905 if (highlight || paint->highlight || paint->property != property) {
911 if (!paint->highlight) {
920 highlight = paint->highlight;
962 if (paint->highlight)
969 if (!paint->highlight) {
1038 XawTextPosition pos1, XawTextPosition pos2, Bool highlight)
1055 clear_bg = !highlight && ctx->core.background_pixmap != XtUnspecifiedPixmap;
1057 gc = highlight ? sink->ascii_sink.invgc : sink->ascii_sink.normgc;
1058 invgc = highlight ? sink->ascii_sink.normgc : sink->ascii_sink.invgc;
1060 if (highlight && sink->ascii_sink.xorgc)