Searched refs:curY (Results 1 – 3 of 3) sorted by relevance
118 int curY = 0; in _containsPoint() local122 (curY < bounds.Height)) { in _containsPoint()123 curY++; in _containsPoint()127 if (curY < bounds.Height) { in _containsPoint()136 curY = 0; in _containsPoint()141 (curY < bounds.Height)) { in _containsPoint()142 curY++; in _containsPoint()146 if (curY < bounds.Height) { in _containsPoint()260 int curY = chBnd.Height / 2; in _getAccessibleAtPoint() local263 (curX > 0) && (curY > 0)) { in _getAccessibleAtPoint()[all …]
125 int curY = 0; in _containsPoint() local127 while (!oObj.containsPoint(new Point(0, curY)) && curY < bounds.Height) { in _containsPoint()128 curY++; in _containsPoint()131 if (curY < bounds.Height) { in _containsPoint()133 + curY + ") - OK"); in _containsPoint()140 curY = 0; in _containsPoint()143 while (!oObj.containsPoint(new Point(bounds.Width - 1, curY)) && curY < bounds.Height) { in _containsPoint()144 curY++; in _containsPoint()147 if (curY < bounds.Height) { in _containsPoint()219 int curY = 0; in _getAccessibleAtPoint() local[all …]
208 int curY = 0; in test2() local209 while (curY < maxY) in test2()214 f.setBounds(0, curY, oldPosition.width, oldPosition.height); in test2()221 curY+= 50; in test2()
Completed in 43 milliseconds