Home | History | Annotate | Download | only in rendering

Lines Matching refs:childY

432             int childY = yPos;
435 childY
442 childY += child->marginTop() + (maxAscent - ascent);
446 childY += contentHeight() - child->marginBottom() - child->height();
449 childY += child->marginTop();
453 placeChild(child, xPos, childY);