Lines Matching refs:xloc
327 * xloc, yloc - x location, and y location.
332 CvtToItem(w, xloc, yloc, item)
334 int xloc, yloc;
342 one = lw->list.nrows * ((xloc - (int) lw->list.internal_width)
356 another = (xloc - (int) lw->list.internal_width) / lw->list.col_width;
362 if ((xloc < 0) || (yloc < 0))
384 int xloc, yloc;
386 xloc = event->xexpose.x;
388 CvtToItem(w, xloc, yloc, ul_ret);
389 xloc += event->xexpose.width;
391 CvtToItem(w, xloc, yloc, lr_ret);