Searched refs:clear_bg (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DMultiSink.c297 * clear_bg - clear background before drawing ?
306 PaintText(Widget w, GC gc, int x, int y, wchar_t *buf, int len, Bool clear_bg) argument
316 if (clear_bg) {
348 Bool clear_bg; local in function:DisplayText
354 clear_bg = !highlight && ctx->core.background_pixmap != XtUnspecifiedPixmap;
370 if ((x = (int)((unsigned)x + PaintText(w, gc, x, y, buf, j, clear_bg))) >= max_x)
382 (x = (int)((unsigned)x + PaintText(w, gc, x, y, buf, j, clear_bg))) >= max_x)
386 if (clear_bg)
411 (void)PaintText(w, gc, x, y, buf, j, clear_bg);
H A DAsciiSink.c1005 * clear_bg - clear background before drawing ?
1014 PaintText(Widget w, GC gc, int x, int y, char *buf, int len, Bool clear_bg) argument
1023 if (clear_bg) {
1049 Bool clear_bg; local in function:DisplayText
1055 clear_bg = !highlight && ctx->core.background_pixmap != XtUnspecifiedPixmap;
1070 if ((x = (int)((unsigned)x + PaintText(w, gc, x, y, (char*)buf, j, clear_bg)))
1083 && (x = (int)((unsigned)x + PaintText(w, gc, x, y, (char*)buf, j, clear_bg)))
1088 if (clear_bg)
1126 (void)PaintText(w, gc, x, y, (char*)buf, j, clear_bg);

Completed in 5 milliseconds