Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1139 WordProps.nWordStyle |= PVTWORD_STYLE_ITALIC; in SetRichTextItalic()
1402 if (pWordProps->nWordStyle & PVTWORD_STYLE_ITALIC) { in SetSecProps()
1403 if ((secinfo.WordProps.nWordStyle & PVTWORD_STYLE_ITALIC) == in SetSecProps()
1405 secinfo.WordProps.nWordStyle |= PVTWORD_STYLE_ITALIC; in SetSecProps()
1409 if ((secinfo.WordProps.nWordStyle & PVTWORD_STYLE_ITALIC) != in SetSecProps()
1411 secinfo.WordProps.nWordStyle &= ~PVTWORD_STYLE_ITALIC; in SetSecProps()
1547 if (pWordProps->nWordStyle & PVTWORD_STYLE_ITALIC) { in SetWordProps()
1548 if ((wordinfo.WordProps.nWordStyle & PVTWORD_STYLE_ITALIC) == in SetWordProps()
1550 wordinfo.WordProps.nWordStyle |= PVTWORD_STYLE_ITALIC; in SetWordProps()
1554 if ((wordinfo.WordProps.nWordStyle & PVTWORD_STYLE_ITALIC) != in SetWordProps()
[all …]
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h45 #define PVTWORD_STYLE_ITALIC 0x0040L macro