Searched refs:SecProps (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 482 const CPVT_SecProps& SecProps, in CFXEU_Backspace() argument 489 m_SecProps(SecProps), in CFXEU_Backspace() 519 const CPVT_SecProps& SecProps, in CFXEU_Delete() argument 527 m_SecProps(SecProps), in CFXEU_Delete() 584 const CPVT_SecProps& SecProps, in CFXEU_ClearRich() argument 592 m_SecProps(SecProps), in CFXEU_ClearRich() 1170 CPVT_SecProps SecProps; in SetRichTextLineLeading() local 1171 SecProps.fLineLeading = fLineLeading; in SetRichTextLineLeading() 1172 return SetRichTextProps(EP_LINELEADING, &SecProps, NULL); in SetRichTextLineLeading() 1176 CPVT_SecProps SecProps; in SetRichTextLineIndent() local [all …]
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 338 const CPVT_SecProps& SecProps, 364 const CPVT_SecProps& SecProps, 411 const CPVT_SecProps& SecProps,
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_vt.h | 264 CPVT_SecProps SecProps; member
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 1805 section.SecProps = *pSection->m_SecInfo.pSecProps; in GetSection() 1817 *pSection->m_SecInfo.pSecProps = section.SecProps; in SetSection()
|