Home | History | Annotate | Download | only in rendering

Lines Matching full:xpos

337     int xPos = borderLeft() + paddingLeft();
360 xPos = borderLeft() + paddingLeft();
426 child->layer()->setStaticX(xPos);
427 else child->layer()->setStaticX(width() - xPos);
450 xPos += child->marginLeft();
472 placeChild(child, xPos, childY);
474 xPos += child->width() + child->marginRight();
479 remainingSpace = borderLeft() + paddingLeft() + contentWidth() - xPos;
644 int xPos = borderLeft() + paddingLeft();
647 xPos = width() - paddingRight() - borderRight();