Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpvt_secprops.h12 struct CPVT_SecProps { struct
13 CPVT_SecProps() : fLineLeading(0.0f), fLineIndent(0.0f), nAlignment(0) {} in CPVT_SecProps() function
15 CPVT_SecProps(FX_FLOAT lineLeading, FX_FLOAT lineIndent, int32_t alignment) in CPVT_SecProps() function
20 CPVT_SecProps(const CPVT_SecProps& other) in CPVT_SecProps() function
Dcpvt_section.h18 CPVT_SecProps SecProps;
Dcpvt_sectioninfo.h25 std::unique_ptr<CPVT_SecProps> pSecProps;
Dcpvt_sectioninfo.cpp25 pSecProps = pdfium::MakeUnique<CPVT_SecProps>(*other.pSecProps); in operator =()
Dcpdf_variabletext.h26 struct CPVT_SecProps;
115 const CPVT_SecProps* pSecProps,
Dcpdf_variabletext.cpp307 const CPVT_SecProps* pSecProps, in InsertSection()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h202 const CPVT_SecProps* pSecProps,
215 CPVT_SecProps m_SecProps;
226 const CPVT_SecProps& SecProps,
241 CPVT_SecProps m_SecProps;
252 const CPVT_SecProps& SecProps,
268 CPVT_SecProps m_SecProps;
453 bool InsertReturn(const CPVT_SecProps* pSecProps,
Dfxet_edit.cpp413 const CPVT_SecProps* pSecProps, in CFXEU_InsertReturn()
449 const CPVT_SecProps& SecProps, in CFXEU_Backspace()
486 const CPVT_SecProps& SecProps, in CFXEU_Delete()
1882 bool CFX_Edit::InsertReturn(const CPVT_SecProps* pSecProps, in InsertReturn()
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_EditCtrl.h20 struct CPVT_SecProps;
103 void IOnCaretChange(const CPVT_SecProps& secProps,
DPWL_ListBox.h19 struct CPVT_SecProps;
DPWL_EditCtrl.cpp543 void CPWL_EditCtrl::IOnCaretChange(const CPVT_SecProps& secProps, in IOnCaretChange()