Searched refs:PaintText (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSink.c173 /* Function Name: PaintText
186 PaintText(w, gc, x, y, buf, len) function
248 x += PaintText(w, gc, x, y, buf, j);
259 if ((j != 0) && ((temp = PaintText(w, gc, x, y, buf, j)) == 0))
286 (void) PaintText(w, gc, x, y, buf, j);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSink.c197 /* Function Name: PaintText
210 PaintText(w, gc, x, y, buf, len) function
272 x += PaintText(w, gc, x, y, buf, j);
283 if ((j != 0) && ((temp = PaintText(w, gc, x, y, buf, j)) == 0))
310 (void) PaintText(w, gc, x, y, buf, j);
H A DMultiSink.c223 /* Function Name: PaintText
236 PaintText(w, gc, x, y, buf, len) function
300 x += PaintText(w, gc, x, y, buf, j);
311 if ((j != 0) && ((temp = PaintText(w, gc, x, y, buf, j)) == 0))
334 (void) PaintText(w, gc, x, y, buf, j);

Completed in 1054 milliseconds