Searched refs:WordProps (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 645 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) : in CFXEU_Backspace() argument 652 m_WordProps(WordProps) in CFXEU_Backspace() 692 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd) : in CFXEU_Delete() argument 699 m_WordProps(WordProps), in CFXEU_Delete() 775 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) : in CFXEU_ClearRich() argument 783 m_WordProps(WordProps) in CFXEU_ClearRich() 1401 CPVT_WordProps WordProps; in SetRichFontIndex() local 1402 WordProps.nFontIndex = nFontIndex; in SetRichFontIndex() 1403 return SetRichTextProps(EP_FONTINDEX,NULL,&WordProps); in SetRichFontIndex() 1408 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() 589 word.WordProps.fFontSize = word.fFontSize; in GenerateRichPageObjects() 591 crCurText = ArgbEncode(255,word.WordProps.dwWordColor); in GenerateRichPageObjects() [all …]
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_vt.h | 223 fFontSize(0), WordProps() in CPVT_Word() 245 CPVT_WordProps WordProps; member 273 CPVT_WordProps WordProps; member
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 409 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps); 431 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd); 471 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 | 1794 word.WordProps = *pWord->pWordProps; in GetWord() 1810 *pWord->pWordProps = word.WordProps; in SetWord() 1845 section.WordProps = *pSection->m_SecInfo.pWordProps; in GetSection() 1859 *pSection->m_SecInfo.pWordProps = section.WordProps; in SetSection()
|