HomeSort by relevance Sort by last modified time
    Searched refs:nWordStyle (Results 1 - 8 of 8) sorted by null

  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 170 nWordStyle(0),
185 nWordStyle(wordStyle),
194 nWordStyle(other.nWordStyle),
206 int32_t nWordStyle;
274 int32_t nWordStyle) = 0;
fpdf_ap.h 59 int32_t nWordStyle) override;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 104 int32_t nWordStyle) {
1132 WordProps.nWordStyle |= PVTWORD_STYLE_BOLD;
1139 WordProps.nWordStyle |= PVTWORD_STYLE_ITALIC;
1146 WordProps.nWordStyle |= PVTWORD_STYLE_UNDERLINE;
1153 WordProps.nWordStyle |= PVTWORD_STYLE_CROSSOUT;
    [all...]
fxet_pageobjs.cpp 376 if (word.WordProps.nWordStyle & PVTWORD_STYLE_UNDERLINE) {
386 if (word.WordProps.nWordStyle & PVTWORD_STYLE_CROSSOUT) {
592 if (word.WordProps.nWordStyle & PVTWORD_STYLE_UNDERLINE) {
602 if (word.WordProps.nWordStyle & PVTWORD_STYLE_CROSSOUT) {
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 449 int32_t nWordStyle);
477 int32_t nWordStyle);
doc_vt.cpp     [all...]
doc_ap.cpp 131 int32_t nWordStyle) {
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 803 int32_t nWordStyle) override;

Completed in 4853 milliseconds