Searched refs:pWordProps (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | pdf_vt.h | 62 : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) {} in CPVT_SectionInfo() 65 delete pWordProps; in ~CPVT_SectionInfo() local 68 : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) { in CPVT_SectionInfo() 84 if (other.pWordProps) { 85 if (pWordProps) { 86 *pWordProps = *other.pWordProps; 88 pWordProps = new CPVT_WordProps(*other.pWordProps); 95 CPVT_WordProps* pWordProps; member 124 pWordProps(NULL) {} in CPVT_WordInfo() 135 pWordProps(pProps) {} in CPVT_WordInfo() [all …]
|
D | doc_vt.cpp | 767 if (pWord->pWordProps) { in OutputLines() 768 switch (pWord->pWordProps->nScriptType) { in OutputLines() 818 secinfo.pWordProps = new CPVT_WordProps(GetDefaultFontIndex(), in Initialize() 842 const CPVT_WordProps* pWordProps) { in InsertWord() argument 854 pWordProps ? new CPVT_WordProps(*pWordProps) : new CPVT_WordProps(); in InsertWord() 856 GetWordFontIndex(word, charset, pWordProps->nFontIndex); in InsertWord() 867 const CPVT_WordProps* pWordProps) { in InsertSection() argument 888 if (pWordProps) { in InsertSection() 889 secinfo.pWordProps = new CPVT_WordProps(*pWordProps); in InsertSection() 971 const CPVT_WordProps* pWordProps) { in SetText() argument [all …]
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 414 const CPVT_WordProps* pWordProps) in CFXEU_InsertWord() argument 421 if (pWordProps) in CFXEU_InsertWord() 422 m_WordProps = *pWordProps; in CFXEU_InsertWord() 447 const CPVT_WordProps* pWordProps) in CFXEU_InsertReturn() argument 455 if (pWordProps) in CFXEU_InsertReturn() 456 m_WordProps = *pWordProps; in CFXEU_InsertReturn() 627 const CPVT_WordProps* pWordProps) in CFXEU_InsertText() argument 637 if (pWordProps) in CFXEU_InsertText() 638 m_WordProps = *pWordProps; in CFXEU_InsertText() 1189 const CPVT_WordProps* pWordProps) { in SetRichTextProps() argument [all …]
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 292 const CPVT_WordProps* pWordProps); 315 const CPVT_WordProps* pWordProps); 439 const CPVT_WordProps* pWordProps); 583 const CPVT_WordProps* pWordProps = NULL) override; 586 const CPVT_WordProps* pWordProps = NULL) override; 588 const CPVT_WordProps* pWordProps = NULL) override; 595 const CPVT_WordProps* pWordProps = NULL) override; 648 const CPVT_WordProps* pWordProps); 668 const CPVT_WordProps* pWordProps, 673 const CPVT_WordProps* pWordProps, [all …]
|
D | fx_edit.h | 337 const CPVT_WordProps* pWordProps = NULL) = 0; 341 const CPVT_WordProps* pWordProps = NULL) = 0; 344 const CPVT_WordProps* pWordProps = NULL) = 0; 349 const CPVT_WordProps* pWordProps = NULL) = 0;
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_vt.h | 372 const CPVT_WordProps* pWordProps = NULL) = 0; 378 const CPVT_WordProps* pWordProps = NULL) = 0; 383 const CPVT_WordProps* pWordProps = NULL) = 0; 390 const CPVT_WordProps* pWordProps = NULL) = 0;
|