Home
last modified time | relevance | path

Searched refs:PVTWORD_STYLE_BOLD (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1132 WordProps.nWordStyle |= PVTWORD_STYLE_BOLD; in SetRichTextBold()
1387 if (pWordProps->nWordStyle & PVTWORD_STYLE_BOLD) { in SetSecProps()
1388 if ((secinfo.WordProps.nWordStyle & PVTWORD_STYLE_BOLD) == in SetSecProps()
1390 secinfo.WordProps.nWordStyle |= PVTWORD_STYLE_BOLD; in SetSecProps()
1394 if ((secinfo.WordProps.nWordStyle & PVTWORD_STYLE_BOLD) != in SetSecProps()
1396 secinfo.WordProps.nWordStyle &= ~PVTWORD_STYLE_BOLD; in SetSecProps()
1534 if (pWordProps->nWordStyle & PVTWORD_STYLE_BOLD) { in SetWordProps()
1535 if ((wordinfo.WordProps.nWordStyle & PVTWORD_STYLE_BOLD) == 0) { in SetWordProps()
1536 wordinfo.WordProps.nWordStyle |= PVTWORD_STYLE_BOLD; in SetWordProps()
1540 if ((wordinfo.WordProps.nWordStyle & PVTWORD_STYLE_BOLD) != 0) { in SetWordProps()
[all …]
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h44 #define PVTWORD_STYLE_BOLD 0x0020L macro