Lines Matching refs:yloc
393 * xloc, yloc - x location, and y location.
398 CvtToItem(w, xloc, yloc, item)
400 int xloc, yloc;
410 another = (yloc - (int) lw->list.internal_height)
419 one = (lw->list.ncols * ((yloc - (int) lw->list.internal_height)
428 if ((xloc < 0) || (yloc < 0))
451 int xloc, yloc;
454 yloc = event->xexpose.y;
455 CvtToItem(w, xloc, yloc, ul_ret);
457 yloc += event->xexpose.height;
458 CvtToItem(w, xloc, yloc, lr_ret);