Searched refs:pSecProps (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() 64 delete pSecProps; in ~CPVT_SectionInfo() local 68 : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) { in CPVT_SectionInfo() 77 if (other.pSecProps) { 78 if (pSecProps) { 79 *pSecProps = *other.pSecProps; 81 pSecProps = new CPVT_SecProps(*other.pSecProps); 94 CPVT_SecProps* pSecProps; member 392 const CPVT_SecProps* pSecProps = NULL, 400 const CPVT_SecProps* pSecProps = NULL, [all …]
|
D | doc_vt.cpp | 817 secinfo.pSecProps = new CPVT_SecProps(0.0f, 0.0f, 0); in Initialize() 866 const CPVT_SecProps* pSecProps, in InsertSection() argument 885 if (pSecProps) { in InsertSection() 886 secinfo.pSecProps = new CPVT_SecProps(*pSecProps); in InsertSection() 911 const CPVT_SecProps* pSecProps, in InsertText() argument 924 wp = InsertSection(wp, pSecProps, pProps); in InsertText() 932 wp = InsertSection(wp, pSecProps, pProps); in InsertText() 970 const CPVT_SecProps* pSecProps, in SetText() argument 977 if (pSecProps) { in SetText() 978 secinfo.pSecProps = new CPVT_SecProps(*pSecProps); in SetText() [all …]
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 446 const CPVT_SecProps* pSecProps, in CFXEU_InsertReturn() argument 453 if (pSecProps) in CFXEU_InsertReturn() 454 m_SecProps = *pSecProps; in CFXEU_InsertReturn() 626 const CPVT_SecProps* pSecProps, in CFXEU_InsertText() argument 635 if (pSecProps) in CFXEU_InsertText() 636 m_SecProps = *pSecProps; in CFXEU_InsertText() 1188 const CPVT_SecProps* pSecProps, in SetRichTextProps() argument 1201 bSet = SetSecProps(eProps, wrTemp.BeginPos, pSecProps, pWordProps, wrTemp, in SetRichTextProps() 1208 bSet1 = SetSecProps(eProps, place, pSecProps, pWordProps, wrTemp, TRUE); in SetRichTextProps() 1264 const CPVT_SecProps* pSecProps, in SetSecProps() argument [all …]
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 314 const CPVT_SecProps* pSecProps, 438 const CPVT_SecProps* pSecProps, 582 const CPVT_SecProps* pSecProps = NULL, 587 FX_BOOL InsertReturn(const CPVT_SecProps* pSecProps = NULL, 594 const CPVT_SecProps* pSecProps = NULL, 647 const CPVT_SecProps* pSecProps, 667 const CPVT_SecProps* pSecProps, 676 FX_BOOL InsertReturn(const CPVT_SecProps* pSecProps, 685 const CPVT_SecProps* pSecProps, 690 const CPVT_SecProps* pSecProps, [all …]
|
D | fx_edit.h | 336 const CPVT_SecProps* pSecProps = NULL, 343 virtual FX_BOOL InsertReturn(const CPVT_SecProps* pSecProps = NULL, 348 const CPVT_SecProps* pSecProps = NULL,
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_vt.h | 371 const CPVT_SecProps* pSecProps = NULL, 382 const CPVT_SecProps* pSecProps = NULL, 389 const CPVT_SecProps* pSecProps = NULL,
|