Searched refs:hitRect (Results 1 – 2 of 2) sorted by relevance
145 NSRect hitRect = NSInsetRect(frame, frame.size.height / 3.0f, 0);148 if (NSPointInRect(aPoint, hitRect)) return self;
3210 LayoutRect hitRect = locationInContainer.boundingBox(); in hitTestColumns() local3219 if (!result.isRectBasedTest() || colRect.contains(hitRect)) in hitTestColumns()