Searched refs:CPVT_SecProps (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 314 const CPVT_SecProps* pSecProps, 327 CPVT_SecProps m_SecProps; 338 const CPVT_SecProps& SecProps, 353 CPVT_SecProps m_SecProps; 364 const CPVT_SecProps& SecProps, 380 CPVT_SecProps m_SecProps; 411 const CPVT_SecProps& SecProps, 427 CPVT_SecProps m_SecProps; 438 const CPVT_SecProps* pSecProps, 453 CPVT_SecProps m_SecProps; [all …]
|
D | fx_edit.h | 31 struct CPVT_SecProps; 100 virtual void IOnCaretChange(const CPVT_SecProps& secProps, 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 | 145 struct CPVT_SecProps { struct 146 CPVT_SecProps() : fLineLeading(0.0f), fLineIndent(0.0f), nAlignment(0) {} in CPVT_SecProps() argument 148 CPVT_SecProps(FX_FLOAT lineLeading, FX_FLOAT lineIndent, int32_t alignment) in CPVT_SecProps() argument 153 CPVT_SecProps(const CPVT_SecProps& other) in CPVT_SecProps() argument 264 CPVT_SecProps SecProps; 371 const CPVT_SecProps* pSecProps = NULL, 382 const CPVT_SecProps* pSecProps = NULL, 389 const CPVT_SecProps* pSecProps = NULL,
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 446 const CPVT_SecProps* pSecProps, in CFXEU_InsertReturn() 482 const CPVT_SecProps& SecProps, in CFXEU_Backspace() 519 const CPVT_SecProps& SecProps, in CFXEU_Delete() 584 const CPVT_SecProps& SecProps, in CFXEU_ClearRich() 626 const CPVT_SecProps* pSecProps, in CFXEU_InsertText() 663 const CPVT_SecProps& oldsecprops, in CFXEU_SetSecProps() 665 const CPVT_SecProps& newsecprops, in CFXEU_SetSecProps() 1170 CPVT_SecProps SecProps; in SetRichTextLineLeading() 1176 CPVT_SecProps SecProps; in SetRichTextLineIndent() 1182 CPVT_SecProps SecProps; in SetRichTextAlignment() [all …]
|
/external/pdfium/core/src/fpdfdoc/ |
D | pdf_vt.h | 81 pSecProps = new CPVT_SecProps(*other.pSecProps); 94 CPVT_SecProps* pSecProps; 392 const CPVT_SecProps* pSecProps = NULL, 400 const CPVT_SecProps* pSecProps = NULL, 405 const CPVT_SecProps* pSecProps = NULL,
|
D | doc_vt.cpp | 817 secinfo.pSecProps = new CPVT_SecProps(0.0f, 0.0f, 0); in Initialize() 866 const CPVT_SecProps* pSecProps, in InsertSection() 886 secinfo.pSecProps = new CPVT_SecProps(*pSecProps); in InsertSection() 911 const CPVT_SecProps* pSecProps, in InsertText() 970 const CPVT_SecProps* pSecProps, in SetText() 978 secinfo.pSecProps = new CPVT_SecProps(*pSecProps); in SetText()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_ListBox.h | 44 void IOnCaretChange(const CPVT_SecProps& secProps,
|
D | PWL_EditCtrl.h | 141 void IOnCaretChange(const CPVT_SecProps& secProps,
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_EditCtrl.cpp | 584 void CPWL_EditCtrl::IOnCaretChange(const CPVT_SecProps& secProps, in IOnCaretChange()
|