Searched refs:child_y (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXmu/dist/src/
H A DEditresCom.c1331 Position child_x, child_y; local in function:PositionInChild
1342 XtSetArg(args[num], XtNy, &child_y); num++;
1362 && (y >= child_y)
1363 && (y <= (child_y + (Position)height + 2 * (Position)border_width)));

Completed in 4 milliseconds