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 645 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) :
652 m_WordProps(WordProps)
692 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd) :
699 m_WordProps(WordProps),
775 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) :
783 m_WordProps(WordProps)
1401 CPVT_WordProps WordProps;
1402 WordProps.nFontIndex = nFontIndex;
1403 return SetRichTextProps(EP_FONTINDEX,NULL,&WordProps);
1408 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)
589 word.WordProps.fFontSize = word.fFontSize;
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 223 fFontSize(0), WordProps()
245 CPVT_WordProps WordProps;
273 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 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/core/src/fpdfdoc/
doc_vt.cpp     [all...]

Completed in 51 milliseconds