Home | History | Annotate | Download | only in rendering

Lines Matching refs:outlineSize

257     int outlineSize = style()->outlineSize();
258 int left = max(borderHalfLeft(true), outlineSize);
259 int right = max(borderHalfRight(true), outlineSize);
260 int top = max(borderHalfTop(true), outlineSize);
261 int bottom = max(borderHalfBottom(true), outlineSize);