Searched refs:nWordStyle (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 104 int32_t nWordStyle) { in GetCharWidth() argument 1132 WordProps.nWordStyle |= PVTWORD_STYLE_BOLD; in SetRichTextBold() 1139 WordProps.nWordStyle |= PVTWORD_STYLE_ITALIC; in SetRichTextItalic() 1146 WordProps.nWordStyle |= PVTWORD_STYLE_UNDERLINE; in SetRichTextUnderline() 1153 WordProps.nWordStyle |= PVTWORD_STYLE_CROSSOUT; in SetRichTextCrossout() 1357 if (pWordProps->nWordStyle & PVTWORD_STYLE_UNDERLINE) { in SetSecProps() 1358 if ((secinfo.WordProps.nWordStyle & in SetSecProps() 1360 secinfo.WordProps.nWordStyle |= PVTWORD_STYLE_UNDERLINE; in SetSecProps() 1364 if ((secinfo.WordProps.nWordStyle & in SetSecProps() 1366 secinfo.WordProps.nWordStyle &= ~PVTWORD_STYLE_UNDERLINE; in SetSecProps() [all …]
|
D | fxet_pageobjs.cpp | 376 if (word.WordProps.nWordStyle & PVTWORD_STYLE_UNDERLINE) { in DrawRichEdit() 386 if (word.WordProps.nWordStyle & PVTWORD_STYLE_CROSSOUT) { in DrawRichEdit() 592 if (word.WordProps.nWordStyle & PVTWORD_STYLE_UNDERLINE) { in GenerateRichPageObjects() 602 if (word.WordProps.nWordStyle & PVTWORD_STYLE_CROSSOUT) { in GenerateRichPageObjects()
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_vt.h | 170 nWordStyle(0), in CPVT_WordProps() 185 nWordStyle(wordStyle), in nFontIndex() 194 nWordStyle(other.nWordStyle), in CPVT_WordProps() 206 int32_t nWordStyle; member 274 int32_t nWordStyle) = 0;
|
D | fpdf_ap.h | 59 int32_t nWordStyle) override;
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 1359 int32_t nWordStyle) { in GetWordWidth() argument 1360 return (GetCharWidth(nFontIndex, Word, SubWord, nWordStyle) * fFontSize * in GetWordWidth() 1371 WordInfo.pWordProps ? WordInfo.pWordProps->nWordStyle : 0); in GetWordWidth() 1635 int32_t nWordStyle) { in GetCharWidth() argument 1640 return m_pVTProvider->GetCharWidth(nFontIndex, SubWord, nWordStyle); in GetCharWidth() 1642 return m_pVTProvider->GetCharWidth(nFontIndex, Word, nWordStyle); in GetCharWidth()
|
D | pdf_vt.h | 449 int32_t nWordStyle); 477 int32_t nWordStyle);
|
D | doc_ap.cpp | 131 int32_t nWordStyle) { in GetCharWidth() argument
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 803 int32_t nWordStyle) override;
|