Home | History | Annotate | Download | only in rendering

Lines Matching refs:includeLeftEdge

449     bool includeLeftEdge = box ? box->includeLeftEdge() : true;
451 int bLeft = includeLeftEdge ? borderLeft() : 0;
453 int pLeft = includeLeftEdge ? paddingLeft() : 0;
457 if (style()->hasBorderRadius() && (includeLeftEdge || includeRightEdge)) {
468 context->addRoundedRectClip(borderRect, includeLeftEdge ? topLeft : IntSize(),
470 includeLeftEdge ? bottomLeft : IntSize(),