HomeSort by: relevance | last modified time | path
    Searched refs:xloc (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/src/
List.c 518 * xloc - x location
528 CvtToItem(Widget w, int xloc, int yloc, int *item)
535 one = lw->list.nrows * ((xloc - (int)lw->list.internal_width)
548 another = (xloc - (int)lw->list.internal_width) / lw->list.col_width;
554 if (xloc < 0 || yloc < 0)
583 int xloc, yloc; local
585 xloc = event->xexpose.x;
587 CvtToItem(w, xloc, yloc, ul_ret);
588 xloc += event->xexpose.width;
590 CvtToItem(w, xloc, yloc, lr_ret)
    [all...]
  /xsrc/external/mit/xterm/dist/
graphics_regis.c 3855 int *xloc, int *yloc, int scale)
3894 *xloc = 0;
3901 *xloc = val;
3908 *xloc = xsign * val;
3955 int *xloc, int *yloc)
3965 *xloc = px;
3969 *xloc += origx;
3980 int origx, int origy, int *xloc, int *yloc)
3995 *xloc = origx + px;
4000 *xloc = px
    [all...]

Completed in 62 milliseconds