Home
last modified time | relevance | path

Searched refs:setYPos (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/rendering/
DInlineFlowBox.cpp447 curr->setYPos(curr->object()->verticalPositionHint(m_firstLine)); in computeLogicalBoxHeights()
474 setYPos(y + maxAscent - baseline());// Place our root box. in placeBoxesVertically()
487 curr->setYPos(y); in placeBoxesVertically()
489 curr->setYPos(y + maxHeight - curr->height()); in placeBoxesVertically()
493 curr->setYPos(curr->yPos() + y + maxAscent - curr->baseline()); in placeBoxesVertically()
539 curr->setYPos(newY); in placeBoxesVertically()
554 setYPos(yPos() + baseline() - font.ascent()); in placeBoxesVertically()
577 setYPos(topPos); in shrinkBoxesWithNoTextChildren()
DInlineBox.h198 void setYPos(int y) { m_y = y; } in setYPos() function
DSVGRootInlineBox.cpp798 curBox->setYPos(curBox->yPos() + static_cast<int>(shift)); in applyTextAnchorToTextChunk()
1045 curr->setYPos(minY - block()->y()); in layoutInlineBoxes()
1078 curr->setYPos(minY - block()->y()); in layoutInlineBoxes()
1101 start->setYPos(top); in layoutInlineBoxes()
Dbidi.cpp744 r->m_box->setYPos(height()); in computeVerticalPositionsForLine()