Searched refs:pWordProps (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | pdf_vt.h | 80 CPVT_SectionInfo() : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) in CPVT_SectionInfo() 88 if (pWordProps) { in ~CPVT_SectionInfo() 89 delete pWordProps; in ~CPVT_SectionInfo() local 92 …Info(const CPVT_SectionInfo & other): rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) in CPVT_SectionInfo() 110 if (other.pWordProps) { 111 if (pWordProps) { 112 *pWordProps = *other.pWordProps; 114 pWordProps = FX_NEW CPVT_WordProps(*other.pWordProps); 121 CPVT_WordProps* pWordProps; member 139 fWordX(0.0f), fWordY(0.0f), fWordTail(0.0f), nFontIndex(-1), pWordProps(NULL) in CPVT_WordInfo() [all …]
|
D | doc_vt.cpp | 781 if (pWord->pWordProps) { in OutputLines() 782 switch (pWord->pWordProps->nScriptType) { in OutputLines() 839 … secinfo.pWordProps = FX_NEW CPVT_WordProps(GetDefaultFontIndex(), PVT_DEFAULT_FONTSIZE, 0, 0, 0); in Initialize() 860 const CPVT_WordProps * pWordProps) in InsertWord() argument 872 …CPVT_WordProps * pNewProps = pWordProps ? FX_NEW CPVT_WordProps(*pWordProps) : FX_NEW CPVT_WordPro… in InsertWord() 874 pNewProps->nFontIndex = GetWordFontIndex(word, charset, pWordProps->nFontIndex); in InsertWord() 884 const CPVT_WordProps * pWordProps) in InsertSection() argument 906 if (pWordProps) { in InsertSection() 907 secinfo.pWordProps = FX_NEW CPVT_WordProps(*pWordProps); in InsertSection() 985 const CPVT_WordProps * pWordProps) in SetText() argument [all …]
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 569 FX_WORD word, FX_INT32 charset, const CPVT_WordProps * pWordProps) in CFXEU_InsertWord() argument 572 if (pWordProps) in CFXEU_InsertWord() 573 m_WordProps = *pWordProps; in CFXEU_InsertWord() 603 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) : in CFXEU_InsertReturn() argument 612 if (pWordProps) in CFXEU_InsertReturn() 613 m_WordProps = *pWordProps; in CFXEU_InsertReturn() 828 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) : in CFXEU_InsertText() argument 839 if (pWordProps) in CFXEU_InsertText() 840 m_WordProps = *pWordProps; in CFXEU_InsertText() 1494 …hTextProps(EDIT_PROPS_E eProps, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) in SetRichTextProps() argument [all …]
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 369 FX_WORD word, FX_INT32 charset, const CPVT_WordProps * pWordProps); 389 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps); 494 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps); 626 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL); 627 …rtWord(FX_WORD word, FX_INT32 charset = DEFAULT_CHARSET, const CPVT_WordProps * pWordProps = NULL); 628 … InsertReturn(const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL); 634 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL); 638 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps); 687 …const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps,FX_BOOL bAddUndo, FX_BOOL bPaint… 688 …FX_BOOL InsertWord(FX_WORD word, FX_INT32 charset, const CPVT_WordProps * pWordProps,FX_BO… [all …]
|
D | fx_edit.h | 292 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0; 294 …rd(FX_WORD word, FX_INT32 charset = DEFAULT_CHARSET, const CPVT_WordProps * pWordProps = NULL) = 0; 296 …InsertReturn(const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0; 299 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_vt.h | 375 const CPVT_WordProps * pWordProps = NULL) = 0; 378 const CPVT_WordProps * pWordProps = NULL) = 0; 381 const CPVT_WordProps * pWordProps = NULL) = 0; 384 const CPVT_SecProps * pSecProps = NULL, const CPVT_WordProps * pWordProps = NULL) = 0;
|