Home
last modified time | relevance | path

Searched refs:CPVT_SecProps (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h314 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 …]
Dfx_edit.h31 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/
Dfpdf_vt.h145 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/
Dfxet_edit.cpp446 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/
Dpdf_vt.h81 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,
Ddoc_vt.cpp817 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/
DPWL_ListBox.h44 void IOnCaretChange(const CPVT_SecProps& secProps,
DPWL_EditCtrl.h141 void IOnCaretChange(const CPVT_SecProps& secProps,
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp584 void CPWL_EditCtrl::IOnCaretChange(const CPVT_SecProps& secProps, in IOnCaretChange()