Searched refs:InsertSection (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_vt.h | 380 virtual CPVT_WordPlace InsertSection(
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 864 CPVT_WordPlace CPDF_VariableText::InsertSection( in InsertSection() function in CPDF_VariableText 924 wp = InsertSection(wp, pSecProps, pProps); in InsertText() 932 wp = InsertSection(wp, pSecProps, pProps); in InsertText()
|
D | pdf_vt.h | 398 CPVT_WordPlace InsertSection(
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 2509 SetCaret(m_pVT->InsertSection(m_wpCaret, pSecProps, pWordProps)); in InsertReturn() 2974 wp = m_pVT->InsertSection(wp, pSecProps, pWordProps); in DoInsertText() 2979 wp = m_pVT->InsertSection(wp, pSecProps, pWordProps); in DoInsertText()
|