Home | History | Annotate | Download | only in mac

Lines Matching refs:resultRect

1475     NSRect resultRect = _data->_page->firstRectForCharacterRange(theRange.location, theRange.length);
1476 resultRect = [self convertRect:resultRect toView:nil];
1480 resultRect.origin = [window convertBaseToScreen:resultRect.origin];
1485 LOG(TextInput, "firstRectForCharacterRange:(%u, %u) -> (%f, %f, %f, %f)", theRange.location, theRange.length, resultRect.origin.x, resultRect.origin.y, resultRect.size.width, resultRect.size.height);
1486 return resultRect;