Searched refs:WordProps (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 628 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 …]
|
D | fxet_pageobjs.cpp | 322 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/ |
D | fpdf_vt.h | 227 fFontSize(0), WordProps() in CPVT_Word() 249 CPVT_WordProps WordProps; member 277 CPVT_WordProps WordProps; member
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 405 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/ |
D | PWL_EditCtrl.cpp | 528 nFontIndex = section.WordProps.nFontIndex; in GetCaretFont() 556 fFontSize = section.WordProps.fFontSize; in GetCaretFontSize()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 1787 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()
|