Lines Matching full:xpos
1170 int xPos = borderLeft() + paddingLeft();
1173 int chPos = xPos + child->marginLeft();
1184 else if (leftOff != xPos) {
1187 // width computation will take into account the delta between |leftOff| and |xPos|
1197 int xPos
1198 int chPos = xPos - (child->width() + child->marginRight());
1205 } else if (rightOff != xPos) {
1208 // width computation will take into account the delta between |rightOff| and |xPos|
2171 IntRect RenderBlock::fillHorizontalSelectionGap(RenderObject* selObj, int xPos, int yPos, int width, int height, const PaintInfo* paintInfo)
2175 IntRect gapRect(xPos, yPos, width, height);
2202 IntRect RenderBlock::fillLeftSelectionGap(RenderObject* selObj, int xPos, int yPos, int height, RenderBlock* rootBlock,
2207 int right = min(xPos + tx, blockX + min(rightSelectionOffset(rootBlock, yPos), rightSelectionOffset(rootBlock, yPos + height)));
2218 IntRect RenderBlock::fillRightSelectionGap(RenderObject* selObj, int xPos, int yPos, int height, RenderBlock* rootBlock,
2221 int left = max(xPos + tx, blockX + max(leftSelectionOffset(rootBlock, yPos), leftSelectionOffset(rootBlock, yPos + height)));