Searched refs:chBounds (Results 1 – 2 of 2) sorted by relevance
80 Rectangle chBounds = null; field in _XAccessibleText378 chBounds = oObj.getCharacterBounds(i); in _getCharacterBounds()381 localres = chBounds.X >= 0; in _getCharacterBounds()382 localres &= (chBounds.Y >= 0); in _getCharacterBounds()383 localres &= ((chBounds.X + chBounds.Width) <= bounds.Width); in _getCharacterBounds()384 localres &= ((chBounds.X + chBounds.Width) > 0); in _getCharacterBounds()385 localres &= ((chBounds.Y + chBounds.Height) <= bounds.Height); in _getCharacterBounds()386 localres &= ((chBounds.Y + chBounds.Height) > 0); in _getCharacterBounds()391 log.println("Character rect: " + chBounds.X + ", " + in _getCharacterBounds()392 chBounds.Y + ", " + chBounds.Width + ", " + in _getCharacterBounds()[all …]
83 Rectangle chBounds = null; field in _XAccessibleText323 chBounds = oObj.getCharacterBounds(chCount-1); in _getCharacterBounds()324 res &= chBounds != null; in _getCharacterBounds()325 System.out.println("rect: " + chBounds.X + ", " + chBounds.Y + ", " + in _getCharacterBounds()326 chBounds.Width + ", " + chBounds.Height); in _getCharacterBounds()373 if (chBounds != null) { in _getIndexAtPoint()374 pt = new Point(chBounds.X , chBounds.Y ); in _getIndexAtPoint()
Completed in 25 milliseconds