Searched refs:dwDecoration (Results 1 – 2 of 2) sorted by relevance
162 uint32_t dwDecoration = 0; in CreateRootStyle() local164 dwDecoration |= CFX_CSSTEXTDECORATION_LineThrough; in CreateRootStyle()166 dwDecoration |= CFX_CSSTEXTDECORATION_Double; in CreateRootStyle()168 dwDecoration |= CFX_CSSTEXTDECORATION_Underline; in CreateRootStyle()170 pStyle->SetTextDecoration(dwDecoration); in CreateRootStyle()184 uint32_t dwDecoration = pParentStyle->GetTextDecoration(); in CreateStyle() local189 pNewStyle->SetTextDecoration(dwDecoration); in CreateStyle()431 uint32_t dwDecoration = pStyle->GetTextDecoration(); in GetUnderline() local432 if (dwDecoration & CFX_CSSTEXTDECORATION_Double) in GetUnderline()434 else if (dwDecoration & CFX_CSSTEXTDECORATION_Underline) in GetUnderline()[all …]
565 uint32_t dwDecoration = 0; in ToTextDecoration() local573 dwDecoration |= CFX_CSSTEXTDECORATION_Underline; in ToTextDecoration()576 dwDecoration |= CFX_CSSTEXTDECORATION_LineThrough; in ToTextDecoration()579 dwDecoration |= CFX_CSSTEXTDECORATION_Overline; in ToTextDecoration()582 dwDecoration |= CFX_CSSTEXTDECORATION_Blink; in ToTextDecoration()585 dwDecoration |= CFX_CSSTEXTDECORATION_Double; in ToTextDecoration()591 return dwDecoration; in ToTextDecoration()