Home
last modified time | relevance | path

Searched refs:PVTWORD_STYLE_UNDERLINE (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1146 WordProps.nWordStyle |= PVTWORD_STYLE_UNDERLINE; in SetRichTextUnderline()
1357 if (pWordProps->nWordStyle & PVTWORD_STYLE_UNDERLINE) { in SetSecProps()
1359 PVTWORD_STYLE_UNDERLINE) == 0) { in SetSecProps()
1360 secinfo.WordProps.nWordStyle |= PVTWORD_STYLE_UNDERLINE; in SetSecProps()
1365 PVTWORD_STYLE_UNDERLINE) != 0) { in SetSecProps()
1366 secinfo.WordProps.nWordStyle &= ~PVTWORD_STYLE_UNDERLINE; in SetSecProps()
1504 if (pWordProps->nWordStyle & PVTWORD_STYLE_UNDERLINE) { in SetWordProps()
1505 if ((wordinfo.WordProps.nWordStyle & PVTWORD_STYLE_UNDERLINE) == in SetWordProps()
1507 wordinfo.WordProps.nWordStyle |= PVTWORD_STYLE_UNDERLINE; in SetWordProps()
1511 if ((wordinfo.WordProps.nWordStyle & PVTWORD_STYLE_UNDERLINE) != in SetWordProps()
[all …]
Dfxet_pageobjs.cpp376 if (word.WordProps.nWordStyle & PVTWORD_STYLE_UNDERLINE) { in DrawRichEdit()
592 if (word.WordProps.nWordStyle & PVTWORD_STYLE_UNDERLINE) { in GenerateRichPageObjects()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h40 #define PVTWORD_STYLE_UNDERLINE 0x0002L macro