Searched refs:PaintText (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1AsciiSink.c | 173 /* 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 D | AsciiSink.c | 197 /* 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 D | MultiSink.c | 223 /* 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