Home | History | Annotate | Download | only in style

Lines Matching refs:outlineStyle

454     bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; }
455 EBorderStyle outlineStyle() const { return m_background->outline().style(); }