Searched refs:isSimpleUnderline (Results 1 – 2 of 2) sorted by relevance
22 …bool isSimpleUnderline() const { return m_line == TextDecorationUnderline && m_style == TextDecora… in isSimpleUnderline() function
1273 if (!rareInheritedData->appliedTextDecorations && underline.isSimpleUnderline()) in applyTextDecorations()