HomeSort by relevance Sort by last modified time
    Searched refs:WordProps (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 628 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) :
635 m_WordProps(WordProps)
675 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd) :
682 m_WordProps(WordProps),
758 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) :
766 m_WordProps(WordProps)
1384 CPVT_WordProps WordProps;
1385 WordProps.nFontIndex = nFontIndex;
1386 return SetRichTextProps(EP_FONTINDEX,NULL,&WordProps);
1391 CPVT_WordProps WordProps;
    [all...]
fxet_pageobjs.cpp 322 word.WordProps.fFontSize = word.fFontSize;
324 crCurText = ArgbEncode(255,word.WordProps.dwWordColor);
349 if (place.LineCmp(oldplace) != 0 || word.WordProps.fCharSpace > 0.0f || word.WordProps.nHorzScale != 100 ||
350 FXSYS_memcmp(&word.WordProps, &wp, sizeof(CPVT_WordProps)) != 0 ||
360 wp = word.WordProps;
365 sTextBuf << GetPDFWordString(pFontMap, word.WordProps.nFontIndex, word.Word, 0);
367 if (word.WordProps.nWordStyle & PVTWORD_STYLE_UNDERLINE)
376 if (word.WordProps.nWordStyle & PVTWORD_STYLE_CROSSOUT)
543 word.WordProps.fFontSize = word.fFontSize
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 227 fFontSize(0), WordProps()
249 CPVT_WordProps WordProps;
277 CPVT_WordProps WordProps;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 528 nFontIndex = section.WordProps.nFontIndex;
556 fFontSize = section.WordProps.fFontSize;
680 void CPWL_EditCtrl::IOnCaretChange(const CPVT_SecProps & secProps, const CPVT_WordProps & wordProps)
  /external/pdfium/fpdfsdk/include/fxedit/
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/core/src/fpdfdoc/
doc_vt.cpp     [all...]

Completed in 47 milliseconds