Searched refs:separatorRect (Results 1 – 4 of 4) sorted by relevance
18 NSRect separatorRect = [self bounds];19 separatorRect.size.height = [self cr_lineWidth];21 NSRectFillUsingOperation(separatorRect, NSCompositeSourceOver);
259 NSRect separatorRect = [self bounds];260 separatorRect.size.height = 1;262 separator_.reset([[NSBox alloc] initWithFrame:separatorRect]);271 [separator_ setFrame:separatorRect];
57 NSRect separatorRect = NSMakeRect(0, NSMaxY(searchAreaRect),69 NSRectFill(separatorRect);
444 IntRect separatorRect( in paintRow() local448 gc->fillRect(separatorRect, textColor); in paintRow()