Searched refs:yloc (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1List.c | 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; local 387 yloc = event->xexpose.y; 388 CvtToItem(w, xloc, yloc, ul_ret); 390 yloc [all...] |
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | List.c | 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; local 454 yloc = event->xexpose.y; 455 CvtToItem(w, xloc, yloc, ul_ret); 457 yloc [all...] |
Completed in 12 milliseconds