Searched refs:charcol (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics.h | 78 int charcol; /* upper left starting point in characters */ member in struct:__anon728dc0ff0208 89 extern Graphic *get_new_graphic(XtermWidget /* xw */, int /* charrow */, int /* charcol */, unsigned /* type */); 90 extern Graphic *get_new_or_matching_graphic(XtermWidget /* xw */, int /* charrow */, int /* charcol */, int /* actual_width */, int /* actual_height */, unsigned /* type */); 115 #define get_new_graphic(xw, charrow, charcol, type) /* nothing */ 116 #define get_new_or_matching_graphic(xw, charrow, charcol, actual_width, actual_height, type) /* nothing */
|
| H A D | graphics.c | 679 int charcol, 686 TRACE(("init_graphic %u pixels at %d,%d\n", max_pixels, charrow, charcol)); 758 graphic->charcol = charcol; 764 get_new_graphic(XtermWidget xw, int charrow, int charcol, unsigned type) argument 771 TRACE(("get_new_graphic %d,%d type %d\n", charrow, charcol, type)); 811 charcol, 820 int charcol, 832 charrow, charcol, 839 graphic->charcol 675 init_graphic(TScreen * screen,Graphic * graphic,unsigned type,int charrow,int charcol,unsigned num_color_registers) argument 818 get_new_or_matching_graphic(XtermWidget xw,int charrow,int charcol,int actual_width,int actual_height,unsigned type) argument [all...] |
| H A D | graphics_sixel.c | 304 new_col = (graphic->charcol 309 new_col = graphic->charcol; 319 graphic->charcol, 500 + (s_graphic->charcol * FontWidth(s_screen)));
|
| H A D | graphics_regis.c | 4684 const int charcol = 0; local in function:map_regis_graphics_pages 4696 charrow, charcol, 4707 charrow, charcol,
|
Completed in 13 milliseconds