Searched refs:get_new_graphic (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics.h | 89 extern Graphic *get_new_graphic(XtermWidget /* xw */, int /* charrow */, int /* charcol */, unsigned /* type */); 115 #define get_new_graphic(xw, charrow, charcol, type) /* nothing */ macro
|
| H A D | graphics_sixel.c | 399 s_graphic = get_new_graphic(s_xw, 405 s_graphic = get_new_graphic(s_xw, 0, 0, 0U);
|
| H A D | graphics.c | 764 get_new_graphic(XtermWidget xw, int charrow, int charcol, unsigned type) function in typeref:typename:Graphic * 771 TRACE(("get_new_graphic %d,%d type %d\n", charrow, charcol, type)); 853 if ((graphic = get_new_graphic(xw, charrow, charcol, type)) != NULL) {
|
Completed in 6 milliseconds