Searched refs:CFX_CSSTEXTDECORATION_LineThrough (Results 1 – 3 of 3) sorted by relevance
179 CFX_CSSTEXTDECORATION_LineThrough = 1 << 2, enumerator
574 dwDecoration |= CFX_CSSTEXTDECORATION_LineThrough; in ToTextDecoration()
148 dwDecoration |= CFX_CSSTEXTDECORATION_LineThrough; in CreateRootStyle()440 iLinethrough = (dwDecoration & CFX_CSSTEXTDECORATION_LineThrough) ? 1 : 0; in GetLinethrough()