Lines Matching refs:aBBox
586 awt::Rectangle aBBox (xChildComponent->getBounds()); in getAccessibleAtPoint() local
587 if ( (aPoint.X >= aBBox.X) in getAccessibleAtPoint()
588 && (aPoint.Y >= aBBox.Y) in getAccessibleAtPoint()
589 && (aPoint.X < aBBox.X+aBBox.Width) in getAccessibleAtPoint()
590 && (aPoint.Y < aBBox.Y+aBBox.Height) ) in getAccessibleAtPoint()
717 ::Rectangle aBBox ( in getBounds()
721 aBBox = aBBox.GetIntersection (aParentBBox); in getBounds()
723 aBBox.getX(), in getBounds()
724 aBBox.getY(), in getBounds()
725 aBBox.getWidth(), in getBounds()
726 aBBox.getHeight()); in getBounds()