Home
last modified time | relevance | path

Searched refs:pWordProps (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h82 CPVT_SectionInfo() : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) in CPVT_SectionInfo()
90 if (pWordProps) { in ~CPVT_SectionInfo()
91 delete pWordProps; in ~CPVT_SectionInfo() local
94 …Info(const CPVT_SectionInfo & other): rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) in CPVT_SectionInfo()
112 if (other.pWordProps) {
113 if (pWordProps) {
114 *pWordProps = *other.pWordProps;
116 pWordProps = new CPVT_WordProps(*other.pWordProps);
123 CPVT_WordProps* pWordProps; member
141 fWordX(0.0f), fWordY(0.0f), fWordTail(0.0f), nFontIndex(-1), pWordProps(NULL) in CPVT_WordInfo()
[all …]
Ddoc_vt.cpp780 if (pWord->pWordProps) { in OutputLines()
781 switch (pWord->pWordProps->nScriptType) { in OutputLines()
837 … secinfo.pWordProps = new CPVT_WordProps(GetDefaultFontIndex(), PVT_DEFAULT_FONTSIZE, 0, 0, 0); in Initialize()
858 const CPVT_WordProps * pWordProps) in InsertWord() argument
870 … CPVT_WordProps * pNewProps = pWordProps ? new CPVT_WordProps(*pWordProps) : new CPVT_WordProps(); in InsertWord()
871 pNewProps->nFontIndex = GetWordFontIndex(word, charset, pWordProps->nFontIndex); in InsertWord()
880 const CPVT_WordProps * pWordProps) in InsertSection() argument
902 if (pWordProps) { in InsertSection()
903 secinfo.pWordProps = new CPVT_WordProps(*pWordProps); in InsertSection()
981 const CPVT_WordProps * pWordProps) in SetText() argument
[all …]
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp552 FX_WORD word, FX_INT32 charset, const CPVT_WordProps * pWordProps) in CFXEU_InsertWord() argument
555 if (pWordProps) in CFXEU_InsertWord()
556 m_WordProps = *pWordProps; in CFXEU_InsertWord()
586 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) : in CFXEU_InsertReturn() argument
595 if (pWordProps) in CFXEU_InsertReturn()
596 m_WordProps = *pWordProps; in CFXEU_InsertReturn()
811 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) : in CFXEU_InsertText() argument
822 if (pWordProps) in CFXEU_InsertText()
823 m_WordProps = *pWordProps; in CFXEU_InsertText()
1477 …hTextProps(EDIT_PROPS_E eProps, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) in SetRichTextProps() argument
[all …]
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h365 FX_WORD word, FX_INT32 charset, const CPVT_WordProps * pWordProps);
385 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps);
490 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps);
622 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL);
623 …rtWord(FX_WORD word, FX_INT32 charset = DEFAULT_CHARSET, const CPVT_WordProps * pWordProps = NULL);
624 … InsertReturn(const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL);
630 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL);
634 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps);
683 …const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps,FX_BOOL bAddUndo, FX_BOOL bPaint…
684 …FX_BOOL InsertWord(FX_WORD word, FX_INT32 charset, const CPVT_WordProps * pWordProps,FX_BO…
[all …]
Dfx_edit.h313 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
315 …rd(FX_WORD word, FX_INT32 charset = DEFAULT_CHARSET, const CPVT_WordProps * pWordProps = NULL) = 0;
317 …InsertReturn(const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
320 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h379 const CPVT_WordProps * pWordProps = NULL) = 0;
382 const CPVT_WordProps * pWordProps = NULL) = 0;
385 const CPVT_WordProps * pWordProps = NULL) = 0;
388 const CPVT_SecProps * pSecProps = NULL, const CPVT_WordProps * pWordProps = NULL) = 0;