Searched refs:getBoundingBox (Results 1 – 5 of 5) sorted by relevance
197 return Rectangle( Point(), getBoundingBox().GetSize() ).IsInside( VCLPoint( rPoint ) ); in containsPoint()203 return AWTRectangle( getBoundingBox() ); in getBounds()209 return AWTPoint( getBoundingBox().TopLeft() ); in getLocation()221 return AWTSize( getBoundingBox().GetSize() ); in getSize()368 Rectangle AccessibleGridControlBase::getBoundingBox() in getBoundingBox() function in accessibility::AccessibleGridControlBase
232 return Rectangle( Point(), getBoundingBox().GetSize() ).IsInside( VCLPoint( rPoint ) ); in containsPoint()238 return AWTRectangle( getBoundingBox() ); in getBounds()244 return AWTPoint( getBoundingBox().TopLeft() ); in getLocation()256 return AWTSize( getBoundingBox().GetSize() ); in getSize()458 Rectangle AccessibleBrowseBoxBase::getBoundingBox() in getBoundingBox() function in accessibility::AccessibleBrowseBoxBase
253 public static Rectangle getBoundingBox(BufferedImage image, int color) { in getBoundingBox() method in GraphicsUtil254 return getBoundingBox(image, color, true); in getBoundingBox()257 public static Rectangle getBoundingBox(BufferedImage image, int color, boolean include) { in getBoundingBox() method in GraphicsUtil
318 Rectangle getBoundingBox()
352 Rectangle getBoundingBox()
Completed in 60 milliseconds