Searched refs:PaintText (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | MultiSink.c | 121 static unsigned int PaintText(Widget w, GC gc, int x, int y, 288 * PaintText 306 PaintText(Widget w, GC gc, int x, int y, wchar_t *buf, int len, Bool clear_bg) function in typeref:typename:unsigned int 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) 411 (void)PaintText(w, gc, x, y, buf, j, clear_bg); 495 PaintText(w, sink->multi_sink.normgc,
|
| H A D | AsciiSink.c | 101 static unsigned int PaintText(Widget w, GC gc, int x, int y, 996 * PaintText 1014 PaintText(Widget w, GC gc, int x, int y, char *buf, int len, Bool clear_bg) function in typeref:typename:unsigned int 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))) 1126 (void)PaintText(w, gc, x, y, (char*)buf, j, clear_bg);
|
| /xsrc/external/mit/xman/dist/ |
| H A D | ScrollByL.c | 109 static void PaintText(Widget w, int y_loc, int height); 268 PaintText(w, top, height); 271 /* Function Name: PaintText 279 PaintText(Widget w, int y_loc, int height) function in typeref:typename:void 476 PaintText(w, 0, (int) sblw->core.height); 510 PaintText(w, (int) y_clear, (int) (w->core.height - height));
|
Completed in 6 milliseconds