Searched refs:topBorder (Results 1 – 4 of 4) sorted by relevance
355 int topBorder = borderTop(); in paintReplaced() local376 … context->drawRect(IntRect(tx + leftBorder + leftPad, ty + topBorder + topPad, cWidth, cHeight)); in paintReplaced()398 imageY = topBorder + topPad + centerY + 1; in paintReplaced()407 int ay = ty + topBorder + topPad; in paintReplaced()434 IntRect rect(IntPoint(tx + leftBorder + leftPad, ty + topBorder + topPad), contentSize); in paintReplaced()
282 SkRect topBorder = { rect.fLeft, rect.fTop, rect.fRight, rect.fTop + 1 }; in drawRect() local283 canvas()->drawRect(topBorder, paint); in drawRect()
2345 position.y += topBorder(element);2350 position.y += topBorder(parent);2354 position.y += topBorder(element);2361 position.y -= topBorder(this);2437 function topBorder(element){ function
6721 position.y += topBorder(element);6726 position.y += topBorder(parent);6730 position.y += topBorder(element);6737 position.y -= topBorder(this);6813 function topBorder(element){ function