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

  /external/pdfium/core/include/fpdfdoc/
fpdf_ap.h 62 FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex);
fpdf_vt.h 290 virtual FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex) = 0;
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_FontMap.h 70 virtual FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 nCharset, FX_INT32 nFontIndex);
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp     [all...]
pdf_vt.h 544 FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex);
569 FX_INT32 GetWordFontIndex(const CPVT_WordInfo & WordInfo);
doc_ap.cpp 144 FX_INT32 CPVT_Provider::GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex)
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp 91 FX_INT32 CPWL_FontMap::GetWordFontIndex(FX_WORD word, FX_INT32 nCharset, FX_INT32 nFontIndex)
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 72 virtual FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex) = 0;
fxet_edit.h 809 FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 184 FX_INT32 CFX_Edit_Provider::GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex)
186 return m_pFontMap->GetWordFontIndex(word,charset,nFontIndex);
    [all...]

Completed in 326 milliseconds