Searched refs:dwDecoration (Results 1 – 2 of 2) sorted by relevance
146 uint32_t dwDecoration = 0; in CreateRootStyle() local148 dwDecoration |= CFX_CSSTEXTDECORATION_LineThrough; in CreateRootStyle()150 dwDecoration |= CFX_CSSTEXTDECORATION_Double; in CreateRootStyle()152 dwDecoration |= CFX_CSSTEXTDECORATION_Underline; in CreateRootStyle()154 pStyle->SetTextDecoration(dwDecoration); in CreateRootStyle()168 uint32_t dwDecoration = pParentStyle->GetTextDecoration(); in CreateStyle() local173 pNewStyle->SetTextDecoration(dwDecoration); in CreateStyle()420 uint32_t dwDecoration = pStyle->GetTextDecoration(); in GetUnderline() local421 if (dwDecoration & CFX_CSSTEXTDECORATION_Double) in GetUnderline()423 else if (dwDecoration & CFX_CSSTEXTDECORATION_Underline) in GetUnderline()[all …]
563 uint32_t dwDecoration = 0; in ToTextDecoration() local571 dwDecoration |= CFX_CSSTEXTDECORATION_Underline; in ToTextDecoration()574 dwDecoration |= CFX_CSSTEXTDECORATION_LineThrough; in ToTextDecoration()577 dwDecoration |= CFX_CSSTEXTDECORATION_Overline; in ToTextDecoration()580 dwDecoration |= CFX_CSSTEXTDECORATION_Blink; in ToTextDecoration()583 dwDecoration |= CFX_CSSTEXTDECORATION_Double; in ToTextDecoration()589 return dwDecoration; in ToTextDecoration()