Searched refs:linesBox (Results 1 – 2 of 2) sorted by relevance
917 IntRect linesBox = text->linesBoundingBox(); in getLowerRightCorner() local918 if (!linesBox.x() && !linesBox.width() && !linesBox.y() && !linesBox.height()) in getLowerRightCorner()920 point.move(linesBox.x() + linesBox.width(), linesBox.y() + linesBox.height()); in getLowerRightCorner()
254 IntRect linesBox = text.linesBoundingBox(); in writeRenderObject() local255 r = IntRect(text.firstRunX(), text.firstRunY(), linesBox.width(), linesBox.height()); in writeRenderObject()