Lines Matching refs:yloc
327 * xloc, yloc - x location, and y location.
332 CvtToItem(w, xloc, yloc, item)
334 int xloc, yloc;
344 another = (yloc - (int) lw->list.internal_height)
353 one = (lw->list.ncols * ((yloc - (int) lw->list.internal_height)
362 if ((xloc < 0) || (yloc < 0))
384 int xloc, yloc;
387 yloc = event->xexpose.y;
388 CvtToItem(w, xloc, yloc, ul_ret);
390 yloc += event->xexpose.height;
391 CvtToItem(w, xloc, yloc, lr_ret);