Searched refs:renderLeft (Results 1 – 2 of 2) sorted by relevance
822 bool renderLeft = leftStyle > BHIDDEN && begin && !leftTransparent; in paintBorder() local853 …bool upperLeftBorderStylesMatch = renderLeft && (topStyle == leftStyle) && (topColor == leftColor); in paintBorder()855 …bool lowerLeftBorderStylesMatch = renderLeft && (bottomStyle == leftStyle) && (bottomColor == left… in paintBorder()1008 if (renderLeft) { in paintBorder()
810 bool renderLeft = leftStyle > BHIDDEN && !leftVal.isTransparent(); in paintCollapsedBorder() local818 borders.addBorder(leftVal, BSLeft, renderLeft, tx, ty, tx + leftWidth, ty + h, leftStyle); in paintCollapsedBorder()