Home | History | Annotate | Download | only in rendering

Lines Matching refs:includeRightEdge

582     bool includeRightEdge = box ? box->includeLogicalRightEdge() : true;
584 bool hasRoundedBorder = style()->hasBorderRadius() && (includeLeftEdge || includeRightEdge);
620 RoundedIntRect border = getBackgroundRoundedRect(borderRect, box, inlineBoxWidth, inlineBoxHeight, includeLeftEdge, includeRightEdge);
637 RoundedIntRect border = getBackgroundRoundedRect(borderRect, box, inlineBoxWidth, inlineBoxHeight, includeLeftEdge, includeRightEdge);
643 int bRight = includeRightEdge ? borderRight() : 0;
645 int pRight = includeRightEdge ? paddingRight() : 0;