Searched refs:BACKSET (Results 1 – 2 of 2) sorted by relevance
45 inline bool IsBackSet() const { return (state & BACKSET) == BACKSET; } in IsBackSet()61 state |= BACKSET; in SetDirectBackground()81 state |= BACKSET; in SetIndexedBackground()106 state &= ~BACKSET; in UnsetBackground()
217 #define BACKSET 0x0200 macro