Home | History | Annotate | Download | only in nav

Lines Matching defs:textRect

598     IntRect textRect = selectText->textRect(handleId);
601 textRect.setHeight(std::max(1, textRect.height() - 1));
602 textRect.setWidth(std::max(1, textRect.width() - 1));
603 textBounds = FloatQuad(textRect);