Searched refs:linesBox (Results 1 – 2 of 2) sorted by relevance
746 IntRect linesBox = text->linesBoundingBox(); in getLowerRightCorner() local747 point.move(linesBox.x() + linesBox.width(), linesBox.y() + linesBox.height()); in getLowerRightCorner()
194 IntRect linesBox = text.linesBoundingBox(); in operator <<() local195 r = IntRect(text.firstRunX(), text.firstRunY(), linesBox.width(), linesBox.height()); in operator <<()