Searched refs:m_eProps (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 671 m_eProps(ep), in CFXEU_SetSecProps() 681 m_pEdit->SetSecProps(m_eProps, m_wpPlace, &m_NewSecProps, &m_NewWordProps, in Redo() 685 m_pEdit->PaintSetProps(m_eProps, m_wrPlace); in Redo() 693 m_pEdit->SetSecProps(m_eProps, m_wpPlace, &m_OldSecProps, &m_OldWordProps, in Undo() 697 m_pEdit->PaintSetProps(m_eProps, m_wrPlace); in Undo() 712 m_eProps(ep), in CFXEU_SetWordProps() 720 m_pEdit->SetWordProps(m_eProps, m_wpPlace, &m_NewWordProps, m_wrPlace, in Redo() 724 m_pEdit->PaintSetProps(m_eProps, m_wrPlace); in Redo() 732 m_pEdit->SetWordProps(m_eProps, m_wpPlace, &m_OldWordProps, m_wrPlace, in Undo() 736 m_pEdit->PaintSetProps(m_eProps, m_wrPlace); in Undo()
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 477 EDIT_PROPS_E m_eProps; variable 503 EDIT_PROPS_E m_eProps; variable
|