Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp628 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) : in CFXEU_Backspace() argument
635 m_WordProps(WordProps) in CFXEU_Backspace()
675 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd) : in CFXEU_Delete() argument
682 m_WordProps(WordProps), in CFXEU_Delete()
758 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) : in CFXEU_ClearRich() argument
766 m_WordProps(WordProps) in CFXEU_ClearRich()
1384 CPVT_WordProps WordProps; in SetRichFontIndex() local
1385 WordProps.nFontIndex = nFontIndex; in SetRichFontIndex()
1386 return SetRichTextProps(EP_FONTINDEX,NULL,&WordProps); in SetRichFontIndex()
1391 CPVT_WordProps WordProps; in SetRichFontSize() local
[all …]
Dfxet_pageobjs.cpp322 word.WordProps.fFontSize = word.fFontSize; in DrawRichEdit()
324 crCurText = ArgbEncode(255,word.WordProps.dwWordColor); in DrawRichEdit()
349 …if (place.LineCmp(oldplace) != 0 || word.WordProps.fCharSpace > 0.0f || word.WordProps.nHorzScale … in DrawRichEdit()
350 FXSYS_memcmp(&word.WordProps, &wp, sizeof(CPVT_WordProps)) != 0 || in DrawRichEdit()
360 wp = word.WordProps; in DrawRichEdit()
365 sTextBuf << GetPDFWordString(pFontMap, word.WordProps.nFontIndex, word.Word, 0); in DrawRichEdit()
367 if (word.WordProps.nWordStyle & PVTWORD_STYLE_UNDERLINE) in DrawRichEdit()
376 if (word.WordProps.nWordStyle & PVTWORD_STYLE_CROSSOUT) in DrawRichEdit()
543 word.WordProps.fFontSize = word.fFontSize; in GenerateRichPageObjects()
545 crCurText = ArgbEncode(255,word.WordProps.dwWordColor); in GenerateRichPageObjects()
[all …]
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h227 fFontSize(0), WordProps() in CPVT_Word()
249 CPVT_WordProps WordProps; member
277 CPVT_WordProps WordProps; member
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h405 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps);
427 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd);
467 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp528 nFontIndex = section.WordProps.nFontIndex; in GetCaretFont()
556 fFontSize = section.WordProps.fFontSize; in GetCaretFontSize()
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp1787 word.WordProps = *pWord->pWordProps; in GetWord()
1803 *pWord->pWordProps = word.WordProps; in SetWord()
1838 section.WordProps = *pSection->m_SecInfo.pWordProps; in GetSection()
1852 *pSection->m_SecInfo.pWordProps = section.WordProps; in SetSection()