Searched refs:WordProps (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 483 const CPVT_WordProps& WordProps) in CFXEU_Backspace() argument 490 m_WordProps(WordProps) {} in CFXEU_Backspace() 520 const CPVT_WordProps& WordProps, in CFXEU_Delete() argument 528 m_WordProps(WordProps), in CFXEU_Delete() 585 const CPVT_WordProps& WordProps) in CFXEU_ClearRich() argument 593 m_WordProps(WordProps) {} in CFXEU_ClearRich() 1106 CPVT_WordProps WordProps; in SetRichFontIndex() local 1107 WordProps.nFontIndex = nFontIndex; in SetRichFontIndex() 1108 return SetRichTextProps(EP_FONTINDEX, NULL, &WordProps); in SetRichFontIndex() 1112 CPVT_WordProps WordProps; in SetRichFontSize() local [all …]
|
D | fxet_pageobjs.cpp | 328 word.WordProps.fFontSize = word.fFontSize; in DrawRichEdit() 330 crCurText = ArgbEncode(255, word.WordProps.dwWordColor); in DrawRichEdit() 355 word.WordProps.fCharSpace > 0.0f || in DrawRichEdit() 356 word.WordProps.nHorzScale != 100 || in DrawRichEdit() 357 FXSYS_memcmp(&word.WordProps, &wp, sizeof(CPVT_WordProps)) != 0 || in DrawRichEdit() 368 wp = word.WordProps; in DrawRichEdit() 373 sTextBuf << GetPDFWordString(pFontMap, word.WordProps.nFontIndex, in DrawRichEdit() 376 if (word.WordProps.nWordStyle & PVTWORD_STYLE_UNDERLINE) { in DrawRichEdit() 386 if (word.WordProps.nWordStyle & PVTWORD_STYLE_CROSSOUT) { in DrawRichEdit() 565 word.WordProps.fFontSize = word.fFontSize; in GenerateRichPageObjects() [all …]
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_vt.h | 221 WordProps() {} in CPVT_Word() 241 CPVT_WordProps WordProps; member 266 CPVT_WordProps WordProps; member
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_EditCtrl.cpp | 459 nFontIndex = section.WordProps.nFontIndex; in GetCaretFont() 481 fFontSize = section.WordProps.fFontSize; in GetCaretFontSize()
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 339 const CPVT_WordProps& WordProps); 365 const CPVT_WordProps& WordProps, 412 const CPVT_WordProps& WordProps);
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 1761 word.WordProps = *pWord->pWordProps; in GetWord() 1776 *pWord->pWordProps = word.WordProps; in SetWord() 1808 section.WordProps = *pSection->m_SecInfo.pWordProps; in GetSection() 1820 *pSection->m_SecInfo.pWordProps = section.WordProps; in SetSection()
|