Searched refs:UNDERSET (Results 1 – 2 of 2) sorted by relevance
46 inline bool IsUnderSet() const { return (state & UNDERSET) == UNDERSET; } in IsUnderSet()67 state |= UNDERSET; in SetDirectUnderline()88 state |= UNDERSET; in SetIndexedUnderline()112 state &= ~UNDERSET; in UnsetUnderline()
221 #define UNDERSET 0x0020 macro