Home
last modified time | relevance | path

Searched refs:CPVT_WordProps (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h292 const CPVT_WordProps* pWordProps);
306 CPVT_WordProps m_WordProps;
315 const CPVT_WordProps* pWordProps);
328 CPVT_WordProps m_WordProps;
339 const CPVT_WordProps& WordProps);
354 CPVT_WordProps m_WordProps;
365 const CPVT_WordProps& WordProps,
381 CPVT_WordProps m_WordProps;
412 const CPVT_WordProps& WordProps);
428 CPVT_WordProps m_WordProps;
[all …]
Dfx_edit.h35 struct CPVT_WordProps;
101 const CPVT_WordProps& wordProps) = 0;
337 const CPVT_WordProps* pWordProps = NULL) = 0;
341 const CPVT_WordProps* pWordProps = NULL) = 0;
344 const CPVT_WordProps* pWordProps = NULL) = 0;
349 const CPVT_WordProps* pWordProps = NULL) = 0;
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h164 struct CPVT_WordProps { struct
165 CPVT_WordProps() in CPVT_WordProps() function
174 CPVT_WordProps(int32_t fontIndex,
189 CPVT_WordProps(const CPVT_WordProps& other) in CPVT_WordProps() argument
241 CPVT_WordProps WordProps;
266 CPVT_WordProps WordProps;
372 const CPVT_WordProps* pWordProps = NULL) = 0;
378 const CPVT_WordProps* pWordProps = NULL) = 0;
383 const CPVT_WordProps* pWordProps = NULL) = 0;
390 const CPVT_WordProps* pWordProps = NULL) = 0;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp414 const CPVT_WordProps* pWordProps) in CFXEU_InsertWord()
447 const CPVT_WordProps* pWordProps) in CFXEU_InsertReturn()
483 const CPVT_WordProps& WordProps) in CFXEU_Backspace()
520 const CPVT_WordProps& WordProps, in CFXEU_Delete()
585 const CPVT_WordProps& WordProps) in CFXEU_ClearRich()
627 const CPVT_WordProps* pWordProps) in CFXEU_InsertText()
664 const CPVT_WordProps& oldwordprops, in CFXEU_SetSecProps()
666 const CPVT_WordProps& newwordprops, in CFXEU_SetSecProps()
706 const CPVT_WordProps& oldprops, in CFXEU_SetWordProps()
707 const CPVT_WordProps& newprops, in CFXEU_SetWordProps()
[all …]
Dfxet_pageobjs.cpp296 CPVT_WordProps wp; in DrawRichEdit()
357 FXSYS_memcmp(&word.WordProps, &wp, sizeof(CPVT_WordProps)) != 0 || in DrawRichEdit()
544 CPVT_WordProps wp; in GenerateRichPageObjects()
572 FXSYS_memcmp(&word.WordProps, &wp, sizeof(CPVT_WordProps)) != 0 || in GenerateRichPageObjects()
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h88 pWordProps = new CPVT_WordProps(*other.pWordProps);
95 CPVT_WordProps* pWordProps;
128 CPVT_WordProps* pProps) in CPVT_WordInfo()
158 pWordProps = new CPVT_WordProps(*word.pWordProps);
168 CPVT_WordProps* pWordProps;
393 const CPVT_WordProps* pWordProps = NULL) override;
397 const CPVT_WordProps* pWordProps = NULL) override;
401 const CPVT_WordProps* pWordProps = NULL) override;
406 const CPVT_WordProps* pWordProps = NULL) override;
Ddoc_vt.cpp818 secinfo.pWordProps = new CPVT_WordProps(GetDefaultFontIndex(), in Initialize()
842 const CPVT_WordProps* pWordProps) { in InsertWord()
853 CPVT_WordProps* pNewProps = in InsertWord()
854 pWordProps ? new CPVT_WordProps(*pWordProps) : new CPVT_WordProps(); in InsertWord()
867 const CPVT_WordProps* pWordProps) { in InsertSection()
889 secinfo.pWordProps = new CPVT_WordProps(*pWordProps); in InsertSection()
912 const CPVT_WordProps* pProps) { in InsertText()
971 const CPVT_WordProps* pWordProps) { in SetText()
981 secinfo.pWordProps = new CPVT_WordProps(*pWordProps); in SetText()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListBox.h45 const CPVT_WordProps& wordProps);
DPWL_EditCtrl.h142 const CPVT_WordProps& wordProps) override;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp585 const CPVT_WordProps& wordProps) {} in IOnCaretChange()