Lines Matching refs:charcol
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)
771 TRACE(("get_new_graphic %d,%d type %d\n", charrow, charcol, type));
811 charcol,
820 int charcol,
832 charrow, charcol,
839 graphic->charcol == charcol &&
846 graphic->charrow, graphic->charcol,
853 if ((graphic = get_new_graphic(xw, charrow, charcol, type)) != NULL) {
857 graphic->charrow, graphic->charcol,
945 int const graph_x = graphic->charcol * FontWidth(screen);
1168 TRACE(("graphic stats: id=%u charrow=%d charcol=%d actual_width=%d actual_height=%d pixw=%d pixh=%d\n",
1171 graphic->charcol,
1446 int draw_x = graphic->charcol * FontWidth(screen);
1833 graph_x = graphic->charcol * FontWidth(screen);