Home
last modified time | relevance | path

Searched refs:WordProps (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpvt_section.h19 CPVT_WordProps WordProps; member
Dcpvt_word.h27 CPVT_WordProps WordProps; variable
Dcpdf_variabletext.cpp180 word.WordProps = *pWord->pWordProps; in GetWord()
196 *pWord->pWordProps = word.WordProps; in SetWord()
228 section.WordProps = *pSection->m_SecInfo.pWordProps; in GetSection()
239 *pSection->m_SecInfo.pWordProps = section.WordProps; in SetSection()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp450 const CPVT_WordProps& WordProps) in CFXEU_Backspace() argument
457 m_WordProps(WordProps) {} in CFXEU_Backspace()
487 const CPVT_WordProps& WordProps, in CFXEU_Delete() argument
495 m_WordProps(WordProps), in CFXEU_Delete()
1934 section.SecProps, section.WordProps)); in Backspace()
1938 section.SecProps, word.WordProps)); in Backspace()
1974 section.SecProps, section.WordProps, bSecEnd)); in Delete()
1978 section.SecProps, word.WordProps, bSecEnd)); in Delete()
Dfxet_edit.h227 const CPVT_WordProps& WordProps);
253 const CPVT_WordProps& WordProps,
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_EditCtrl.cpp420 nFontIndex = section.WordProps.nFontIndex; in GetCaretFont()
441 fFontSize = section.WordProps.fFontSize; in GetCaretFontSize()