Home | History | Annotate | Download | only in rendering

Lines Matching refs:pLeft

644     int pLeft = includeLeftEdge ? paddingLeft() : 0;
663 int x = tx + bLeft + (includePadding ? pLeft : 0);
665 int width = w - bLeft - bRight - (includePadding ? pLeft + pRight : 0);