Searched refs:leftBorder (Results 1 – 4 of 4) sorted by relevance
305 LayoutUnit leftBorder = borderLeft(); in paintReplaced() local323 …context->drawRect(pixelSnappedIntRect(LayoutRect(paintOffset.x() + leftBorder + leftPad, paintOffs… in paintReplaced()348 …imageOffset = LayoutSize(leftBorder + leftPad + centerX + borderWidth, topBorder + topPad + center… in paintReplaced()358 …textRectOrigin.move(leftBorder + leftPad + (paddingWidth / 2) - borderWidth, topBorder + topPad + … in paintReplaced()
2344 position.x += leftBorder(element);2349 position.x += leftBorder(parent);2353 position.x += leftBorder(element);2360 position.x -= leftBorder(this);2441 function leftBorder(element){ function
6720 position.x += leftBorder(element);6725 position.x += leftBorder(parent);6729 position.x += leftBorder(element);6736 position.x -= leftBorder(this);6817 function leftBorder(element){ function
994 SkRect leftBorder = { skRect.fLeft, skRect.fTop + 1, skRect.fLeft + 1, skRect.fBottom - 1 }; in drawRect() local995 drawRect(leftBorder, paint); in drawRect()